@font-face {
  font-family: 'Graphik XCond Web';
  src: url(./fonts/GraphikXCondensed-Medium-Web.woff2) format("woff2"), url(./fonts/GraphikXCondensed-Medium-Web.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

.GraphikXCondensed-Medium-Web {
  font-family: 'Graphik XCond Web';
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Web';
  src: url(./fonts/Graphik-BoldItalic-Web.woff2) format("woff2"), url(./fonts/Graphik-BoldItalic-Web.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

.Graphik-BoldItalic-Web {
  font-family: 'Graphik Web';
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Web';
  src: url(./fonts/Graphik-Bold-Web.woff2) format("woff2"), url(./fonts/Graphik-Bold-Web.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

.Graphik-Bold-Web {
  font-family: 'Graphik Web';
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Web';
  src: url(./fonts/Graphik-SemiboldItalic-Web.woff2) format("woff2"), url(./fonts/Graphik-SemiboldItalic-Web.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }

.Graphik-SemiboldItalic-Web {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Web';
  src: url(./fonts/Graphik-Semibold-Web.woff2) format("woff2"), url(./fonts/Graphik-Semibold-Web.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

.Graphik-Semibold-Web {
  font-family: 'Graphik Web';
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Web';
  src: url(./fonts/Graphik-RegularItalic-Web.woff2) format("woff2"), url(./fonts/Graphik-RegularItalic-Web.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

.Graphik-RegularItalic-Web {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Web';
  src: url(./fonts/Graphik-Regular-Web.woff2) format("woff2"), url(./fonts/Graphik-Regular-Web.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

.Graphik-Regular-Web {
  font-family: 'Graphik Web';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Web';
  src: url(./fonts/Graphik-LightItalic-Web.woff2) format("woff2"), url(./fonts/Graphik-LightItalic-Web.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }

.Graphik-LightItalic-Web {
  font-family: 'Graphik Web';
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Graphik Web';
  src: url(./fonts/Graphik-Light-Web.woff2) format("woff2"), url(./fonts/Graphik-Light-Web.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

.Graphik-Light-Web {
  font-family: 'Graphik Web';
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

html {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }
  html.is-menu {
    height: 100%;
    overflow: auto; }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent; }
  body.no-scroll {
    overflow: hidden; }
  @media only screen and (max-width: 640px) {
    .is-menu body {
      height: 100%;
      overflow: hidden; } }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.bc-1 .subscribe {
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear; }
  .bc-1 .subscribe.is-active {
    opacity: 0.5; }

.bc-1 input[type=text],
.bc-1 input[type="email"],
.bc-1 input[type=submit],
.bc-1 button,
.bc-1 select,
.bc-1 textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  outline: none; }

.bc-1 textarea {
  resize: none; }

.bc-1 ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #000000;
  opacity: 1 !important; }

.bc-1 :-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1 !important; }

.bc-1 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1 !important; }

.bc-1 :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1 !important; }

.bc-1 ::-ms-input-placeholder {
  /* Edge */
  color: #000000;
  opacity: 1 !important; }

.bc-1 :placeholder-shown {
  /* Standard one last! */
  color: #000000;
  opacity: 1 !important; }

.bc-1 ::-webkit-input-placeholder {
  /* Standard one last! */
  color: #000000;
  opacity: 1 !important; }

.bc-1 ::-moz-placeholder {
  /* Standard one last! */
  color: #000000;
  opacity: 1 !important; }

.bc-1 :-ms-input-placeholder {
  /* Standard one last! */
  color: #000000;
  opacity: 1 !important; }

.bc-1 ::-ms-input-placeholder {
  /* Standard one last! */
  color: #000000;
  opacity: 1 !important; }

.bc-1 ::placeholder {
  /* Standard one last! */
  color: #000000;
  opacity: 1 !important; }

.bc-1 input[type=text],
.bc-1 input[type="email"],
.bc-1 textarea {
  width: 100%;
  height: 40px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  line-height: 38px;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif; }
  .bc-1 input[type=text].error,
  .bc-1 input[type="email"].error,
  .bc-1 textarea.error {
    border-color: #c25a3a; }

.bc-1 .wrldcty-subscribe input[type=text].error,
.bc-1 .wrldcty-subscribe input[type="email"].error,
.bc-1 .wrldcty-subscribe textarea.error {
  border-color: #4D71B7; }

.bc-1 textarea {
  height: 200px; }

.bc-1 .custom-select {
  position: relative; }

.bc-1 .custom-select select {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  opacity: 0.001;
  filter: alpha(opacity=0.1); }

.bc-1 .custom-select select,
.bc-1 .custom-select .btn-select {
  /* the hidden select and the button should line up */
  width: 100%;
  padding: 0 10px;
  cursor: pointer;
  height: 40px;
  line-height: normal; }

.bc-1 .custom-select .btn-select {
  position: relative;
  display: block;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  line-height: 38px;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif; }

.bc-1 .btn-select.error {
  border-color: #c25a3a; }

.bc-1 .custom-select .btn-select:after {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  right: 15px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAASCAYAAAA6yNxSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyRDFDMzg4MzQ0NzcxMUU2QkU0ODlFNUZEOTg5QzdDRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyRDFDMzg4NDQ0NzcxMUU2QkU0ODlFNUZEOTg5QzdDRCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJEMUMzODgxNDQ3NzExRTZCRTQ4OUU1RkQ5ODlDN0NEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJEMUMzODgyNDQ3NzExRTZCRTQ4OUU1RkQ5ODlDN0NEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+SQX9HQAAAR9JREFUeNrElD0KwkAQRjeCR7DSRmKhEBtT2EmwSGnu4YG8h2ClEMROSQrBUrHRyiNYxG9l1GXZmGRMcOEjkGzmPWZ/LNd1h0KIGRLEcXwRFQ/wWnjMkWkURdsawQfImj5WDV8TT3KFFAiQE2JXKaHAbeIFTwFqu6dILDG5UTJc1lspcO+13LIDQpPoIWFZElQnRLo6/C1gkHDKkFDgjgkuh5WyVhukjRyQMX66/Qg/IyMdniTJpwNaJ3zkyu2EBpd1/LQjXjO9xOQjLUdhCQPco3oitwBXoij8q0BRCQ48UyCvBBeeSyBL4he48RhmrHGHrtMmskcmyALpc+DyGFqM861K3JE6B84WMEiw4KkXUcE9sePC33tAWvxzPAQYAFHst9sg3gJBAAAAAElFTkSuQmCC);
  background-size: contain; }

.bc-1 .subscribe-opt-in {
  width: 100%;
  max-width: 550px;
  margin: 0 auto 40px;
  text-align: center; }

.bc-1 .opt-in-disclaimer,
.bc-1 .report-download-disclaimer {
  color: #000000;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.25em;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif; }

.bc-1 .warning {
  margin: 0 auto 25px;
  text-align: center;
  color: #000000;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.25em;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif; }

.bc-1 .failure {
  display: none;
  margin: 0 auto 25px;
  text-align: center;
  color: #c25a3a;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25em;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif; }
  .bc-1 .failure a {
    text-decoration: underline; }

.bc-1 .subscribe-recaptcha {
  position: relative;
  margin-bottom: 40px;
  text-align: center; }
  .bc-1 .subscribe-recaptcha > div {
    display: inline-block; }
  .bc-1 .subscribe-recaptcha .recaptcha-error {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
    color: #c25a3a;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.2em;
    font-family: "Graphik Web", Helvetica, Arial, sans-serif; }
  .bc-1 .subscribe-recaptcha.error .recaptcha-error {
    display: block; }

.bc-1 .subscribe-interest-items {
  width: 100%;
  text-align: center; }
  .bc-1 .subscribe-interest-items p {
    margin-bottom: 20px; }
    .bc-1 .subscribe-interest-items p:first-child {
      margin-bottom: 10px; }
  @media only screen and (max-width: 640px) {
    .bc-1 .subscribe-interest-items .col-sm-6 {
      width: 45.833333335%; }
    .bc-1 .subscribe-interest-items .col-sm-2 {
      width: 20.833333335%; } }

.bc-1 .subscribe-interest-item {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  cursor: pointer;
  vertical-align: top;
  color: #000000;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.2em;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version */ }
  .bc-1 .subscribe-interest-item span {
    display: inline-block; }

.bc-1 .custom-check {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-bottom: 5px;
  background-color: #ffffff;
  vertical-align: middle; }

.bc-1 .checked .custom-check:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #c25a3a; }

.bc-1 .error .custom-check {
  border: 1px solid #c25a3a; }

#recaptcha,
.grecaptcha-badge {
  visibility: hidden; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  height: 100%;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:focus:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: .25; }
  .slick-prev:before,
  .slick-next:before {
    content: '';
    display: block;
    opacity: .75;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  .no-touchevents .slick-prev:hover, .no-touchevents
  .slick-next:hover {
    outline: none;
    background: transparent;
    color: transparent; }
    .no-touchevents .slick-prev:hover:before, .no-touchevents
    .slick-next:hover:before {
      opacity: 1; }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    left: 60%;
    transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    -moz-transform: translate(-50%, -50%) rotate(-135deg);
    -o-transform: translate(-50%, -50%) rotate(-135deg);
    -ms-transform: translate(-50%, -50%) rotate(-135deg); }

.slick-next {
  right: 0; }
  .slick-next:before {
    left: 40%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg); }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 15px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 10px;
  font-size: 0px; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 10px;
    width: 10px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 10px;
      width: 10px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:focus:before {
          opacity: 1; }
      .no-touchevents .slick-dots li button:hover {
        outline: none; }
        .no-touchevents .slick-dots li button:hover:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 50%;
        opacity: 0.7;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: #ffffff;
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .slick-dots li.slick-active button:before {
      opacity: 1;
      background-color: #ffffff; }

.bc-1 .hero-1 {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 640px) {
    .bc-1 .hero-1 {
      padding-top: 40px;
      padding-bottom: 40px; } }

.bc-1 .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover; }

.bc-1 .hero-latest-rankings {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto; }
  .bc-1 .hero-latest-rankings img {
    display: block;
    margin-right: 0;
    margin-left: auto; }
  .bc-1 .hero-latest-rankings .is-mobile {
    display: none; }
  @media only screen and (max-width: 640px) {
    .bc-1 .hero-latest-rankings .is-mobile {
      display: block; }
    .bc-1 .hero-latest-rankings .is-desktop {
      display: none; } }

.bc-1 .column-hero-home {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-right: 80px;
  padding-bottom: 60px;
  padding-left: 80px;
  background-color: #ffffff;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px; }
  @media only screen and (max-width: 640px) {
    .bc-1 .column-hero-home {
      padding-top: 40px;
      padding-right: 20px;
      padding-bottom: 40px;
      padding-left: 20px; } }

.bc-1 .hero-type {
  margin-bottom: 20px; }

.bc-1 .hero-text {
  margin-bottom: 60px; }
  @media only screen and (max-width: 640px) {
    .bc-1 .hero-text {
      margin-bottom: 40px; } }

.bc-1 .hero-links span {
  display: inline-block;
  margin-right: 45px; }
  .bc-1 .hero-links span:last-child {
    margin-right: 0; }

.bc-1 .hero-links a {
  color: #000000;
  font-size: 15px;
  line-height: 1em;
  font-family: ivyjournal, Times, "Times New Roman", serif; }
  .bc-1 .hero-links a:after {
    display: inline-block;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDMwIDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMwIDciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjMDAwMDAwIiBwb2ludHM9IjI2LjcwMTU5OTEsMC40MzI5ODM0IDI2LjE5MDAwMjQsMC45ODIyOTk4IDI4LjQ5NDkzNDEsMy4xMjQ4Nzc5IC0wLjAwMDA2MSwzLjEyNDg3NzkgCgktMC4wMDAwNjEsMy44NzUzNjYyIDI4LjQ5NTM2MTMsMy44NzUzNjYyIDI2LjE5MDAwMjQsNi4wMTc3MDAyIDI2LjcwMTU5OTEsNi41NjcwMTY2IDMwLjAwMDA2MSwzLjUwMDM2NjIgIi8+Cjwvc3ZnPgo=);
    margin-left: 10px;
    line-height: 1em;
    -webkit-transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94); }

.bc-1 .hero-links.hero-links-worlds span:first-child a {
  color: #8ABCA8; }
  .bc-1 .hero-links.hero-links-worlds span:first-child a:after {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDMwIDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMwIDciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjOEFCQ0E4IiBwb2ludHM9IjI2LjcwMTU5OTEsMC40MzI5ODM0IDI2LjE5MDAwMjQsMC45ODIyOTk4IDI4LjQ5NDkzNDEsMy4xMjQ4Nzc5IC0wLjAwMDA2MSwzLjEyNDg3NzkgCgktMC4wMDAwNjEsMy44NzUzNjYyIDI4LjQ5NTM2MTMsMy44NzUzNjYyIDI2LjE5MDAwMjQsNi4wMTc3MDAyIDI2LjcwMTU5OTEsNi41NjcwMTY2IDMwLjAwMDA2MSwzLjUwMDM2NjIgIi8+Cjwvc3ZnPgo=); }

.bc-1 .hero-links.hero-links-americas span:first-child a {
  color: #c25a3a; }
  .bc-1 .hero-links.hero-links-americas span:first-child a:after {
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDMwIDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMwIDciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjQzI1QTNBIiBwb2ludHM9IjI2LjcwMTU5OTEsMC40MzI5ODM0IDI2LjE5MDAwMjQsMC45ODIyOTk4IDI4LjQ5NDkzNDEsMy4xMjQ4Nzc5IC0wLjAwMDA2MSwzLjEyNDg3NzkgCgktMC4wMDAwNjEsMy44NzUzNjYyIDI4LjQ5NTM2MTMsMy44NzUzNjYyIDI2LjE5MDAwMjQsNi4wMTc3MDAyIDI2LjcwMTU5OTEsNi41NjcwMTY2IDMwLjAwMDA2MSwzLjUwMDM2NjIgIi8+Cjwvc3ZnPgo=); }

@media only screen and (max-width: 640px) {
  .bc-1 .hero-links span {
    display: block;
    margin-right: 0;
    margin-bottom: 20px; }
    .bc-1 .hero-links span:last-child {
      margin-bottom: 0; }
  .bc-1 .hero-links a {
    font-size: 16px; } }

.hero-section {
  position: relative;
  width: 100%;
  padding-bottom: 29.28258%; }
  @media only screen and (min-width: 1366px) {
    .hero-section {
      height: 400px;
      padding-bottom: 0; } }
  @media only screen and (max-width: 640px) {
    .hero-section {
      padding-bottom: 58.56515%; } }

.page-about-us-1 .hero-image {
  background-image: url(./images/hero-about.jpg); }

.page-methodology-1 .hero-image {
  background-position: 100% 50%;
  background-image: url(./images/hero-methodology.jpg); }

.page-scorecard-1 .hero-image {
  background-position: 100% 50%;
  background-image: url(./images/hero-scorecard.jpg); }

.page-wrldcty-1 .hero-image {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url(./images/hero-wrldcty.png);
  text-align: center; }
  .page-wrldcty-1 .hero-image img {
    width: auto;
    height: 100%; }
  @media only screen and (max-width: 768px) {
    .page-wrldcty-1 .hero-image {
      padding-top: 20px;
      padding-bottom: 20px; } }

.page-press-1 .hero-image {
  background-image: url(./images/hero-press.jpg); }

.no-touchevents .bc-1 .hero-links a:hover:after {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -o-transform: translateX(8px);
  -ms-transform: translateX(8px); }

.no-touchevents .bc-1 .hero-short-1 {
  position: relative;
  top: auto;
  bottom: auto;
  padding-bottom: 35.546875%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  .no-touchevents .bc-1 .hero-short-1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 640px) {
    .no-touchevents .bc-1 .hero-short-1 {
      padding-bottom: 57%; } }

.bc-1 .site-1 {
  width: 100%; }

.bc-1 .column {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px; }

.bc-1 .column-1-text {
  width: 100%;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto; }

.bc-1 .column-2-text {
  width: 100%;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto; }

.bc-1 .column-1 {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px; }
  @media only screen and (max-width: 640px) {
    .bc-1 .column-1 {
      max-width: 100%;
      padding-right: 20px;
      padding-left: 20px; } }

.bc-1 .column-limit-1 {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (max-width: 640px) {
    .bc-1 .column-limit-1 {
      max-width: 100%;
      padding-right: 20px;
      padding-left: 20px; } }

@media only screen and (max-width: 640px) {
  .bc-1 .column-1 .column-limit-1 {
    padding-right: 0;
    padding-left: 0; } }

.bc-1 .column-limit-2 {
  width: 100%;
  max-width: 780px;
  margin-right: auto;
  margin-left: auto; }
  @media only screen and (max-width: 640px) {
    .bc-1 .column-limit-2 {
      max-width: 100%; } }

.bc-1 .column-photo-item-1 {
  padding-bottom: 66%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }

.bc-1 .column-video-item-1 {
  position: relative;
  padding-bottom: 56.25%; }
  .bc-1 .column-video-item-1 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.bc-1 .row-space-1 {
  margin-bottom: 75px; }
  .bc-1 .row-space-1:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 640px) {
    .bc-1 .row-space-1 {
      margin-bottom: 50px; }
      .bc-1 .row-space-1:last-child {
        margin-bottom: 0; } }

.bc-1.page-about-us-1 .row-space-1 {
  margin-top: 100px;
  margin-bottom: 100px; }

@media only screen and (max-width: 768px) {
  .bc-1.page-about-us-1 .row-space-1 {
    margin-top: 75px;
    margin-bottom: 75px; } }

@media only screen and (max-width: 640px) {
  .bc-1.page-about-us-1 .row-space-1 {
    margin-top: 70px;
    margin-bottom: 70px; } }

.bc-1 .story-1 {
  margin-bottom: 75px; }

.bc-1.page-default-1 .row-space-1 {
  margin-top: 20px;
  margin-bottom: 100px; }

@media only screen and (max-width: 768px) {
  .bc-1.page-default-1 .row-space-1 {
    margin-bottom: 75px; } }

@media only screen and (max-width: 640px) {
  .bc-1.page-default-1 .row-space-1 {
    margin-bottom: 70px; } }

.bc-1.page-404-1 .row-space-1 {
  margin-top: 20px;
  margin-bottom: 80px; }

.bc-1 .the-content-1 img {
  display: block;
  width: 100%;
  height: auto; }

.bc-1 .row:after {
  content: "";
  display: table;
  clear: both; }

.bc-1 .col-lg-10 {
  width: 83.333333%;
  float: left; }

.bc-1 .col-lg-9 {
  width: 75%;
  float: left; }

.bc-1 .col-lg-8 {
  width: 66.666667%;
  float: left; }

.bc-1 .col-lg-60 {
  width: 60%;
  float: left; }

.bc-1 .col-lg-6 {
  width: 50%;
  float: left; }

.bc-1 .col-lg-4 {
  width: 33.333333%;
  float: left; }

.bc-1 .col-lg-40 {
  width: 40%;
  float: left; }

.bc-1 .col-lg-3 {
  width: 25%;
  float: left; }

.bc-1 .col-lg-20 {
  width: 20%;
  float: left; }

.bc-1 .col-lg-2 {
  width: 16.666667%;
  float: left; }

.bc-1 .col-lg-1 {
  width: 100%; }

@media only screen and (max-width: 1200px) {
  .bc-1 .col-wd-4 {
    width: 33.333333%;
    float: left; }
  .bc-1 .col-wd-6 {
    width: 50%;
    float: left; } }

@media only screen and (max-width: 990px) {
  .bc-1 .col-rg-4 {
    width: 33.333333%;
    float: left; }
  .bc-1 .col-rg-6 {
    width: 50%;
    float: left; } }

@media only screen and (max-width: 900px) {
  .bc-1 .col-sr-3 {
    width: 25%;
    float: left; } }

@media only screen and (max-width: 1024px) {
  .bc-1 .col-sd-4 {
    width: 33.333333%;
    float: left; }
  .bc-1 .col-sd-6 {
    width: 50%;
    float: left; } }

@media only screen and (max-width: 768px) {
  .bc-1 .col-md-4 {
    width: 33.333333%;
    float: left; }
  .bc-1 .col-md-6 {
    width: 50%;
    float: left; }
  .bc-1 .col-md-8 {
    width: 66.666667%;
    float: left; }
  .bc-1 .col-md-12 {
    width: 100%;
    float: none; } }

@media only screen and (max-width: 640px) {
  .bc-1 .col-sm-6 {
    width: 50%;
    float: left; }
  .bc-1 .col-sm-12 {
    width: 100%;
    float: none; } }

.bc-1 .table {
  display: table; }

.bc-1 .table-row {
  display: table-row; }

.bc-1 .table-cell {
  display: table-cell; }

@media only screen and (max-width: 768px) {
  .bc-1 .table-md-block {
    display: block; }
    .bc-1 .table-md-block .table-row, .bc-1 .table-md-block .table-cell {
      display: block; } }

@media only screen and (max-width: 640px) {
  .bc-1 .table-sm-block {
    display: block; }
    .bc-1 .table-sm-block .table-row, .bc-1 .table-sm-block .table-cell {
      display: block; } }

.bc-1 .cel-lg-8 {
  width: 66.666667%; }

.bc-1 .cel-lg-60 {
  width: 60%; }

.bc-1 .cel-lg-6 {
  width: 50%; }

.bc-1 .cel-lg-40 {
  width: 40%; }

.bc-1 .cel-lg-4 {
  width: 33.333333%; }

@media only screen and (max-width: 768px) {
  .bc-1 .cel-md-12 {
    width: 100%; } }

@media only screen and (max-width: 640px) {
  .bc-1 .cel-sm-12 {
    width: 100%; } }

.no-touchevents .bc-1 .share-icons svg path.icon-share-block {
  -webkit-transition: fill 0.3s linear;
  transition: fill 0.3s linear; }

.no-touchevents .bc-1 .share-icons a:hover svg path.icon-share-block {
  fill: #c25a3a; }

.flex-rows {
  overflow: hidden; }
  .flex-rows > .flex {
    margin-right: -8px;
    margin-left: -8px; }
    .flex-rows > .flex > div {
      padding-right: 8px;
      padding-left: 8px; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .flex.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .flex.flex-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .flex.flex-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .flex.is-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }

.col-fl-6 {
  position: relative;
  width: 50%; }

.col-fl-4 {
  position: relative;
  width: 33.333333%; }

@media only screen and (max-width: 640px) {
  .col-fl-12 {
    width: 100%; }
  .col-fl-sm-12 {
    width: 100%; } }

.bc-1 .rankings-1,
.bc-1 .cards-1 {
  overflow: hidden; }
  .bc-1 .rankings-1 .row,
  .bc-1 .cards-1 .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
  .bc-1 .rankings-1 .col-lg-3,
  .bc-1 .rankings-1 .col-lg-4,
  .bc-1 .cards-1 .col-lg-3,
  .bc-1 .cards-1 .col-lg-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px; }
  .bc-1 .rankings-1 .rankings-items-1,
  .bc-1 .rankings-1 .podcast-items-1,
  .bc-1 .cards-1 .rankings-items-1,
  .bc-1 .cards-1 .podcast-items-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px; }
  .bc-1 .rankings-1 .rankings-items-1,
  .bc-1 .cards-1 .rankings-items-1 {
    padding-bottom: 30px; }
  .bc-1 .rankings-1 .podcast-items-1,
  .bc-1 .cards-1 .podcast-items-1 {
    padding-bottom: 40px; }
  .bc-1 .rankings-1 .rankings-item-1,
  .bc-1 .cards-1 .rankings-item-1 {
    position: relative;
    padding-bottom: 68%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-top-left-radius: 24px; }
    .bc-1 .rankings-1 .rankings-item-1 .ranking-item-1,
    .bc-1 .rankings-1 .rankings-item-1 a,
    .bc-1 .cards-1 .rankings-item-1 .ranking-item-1,
    .bc-1 .cards-1 .rankings-item-1 a {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .bc-1 .rankings-1 .rankings-item-1 a,
    .bc-1 .cards-1 .rankings-item-1 a {
      z-index: 10; }
    .bc-1 .rankings-1 .rankings-item-1 .ranking-item-1,
    .bc-1 .cards-1 .rankings-item-1 .ranking-item-1 {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
  .bc-1 .rankings-1 .rankings-items-1 .rankings-item-1,
  .bc-1 .cards-1 .rankings-items-1 .rankings-item-1 {
    margin-bottom: 30px; }
  .bc-1 .rankings-1 .podcast-items-1 .rankings-item-1,
  .bc-1 .cards-1 .podcast-items-1 .rankings-item-1 {
    margin-bottom: 40px; }
  .bc-1 .rankings-1 .rankings-details-1 .rankings-type-1,
  .bc-1 .cards-1 .rankings-details-1 .rankings-type-1 {
    margin-bottom: 20px;
    padding-right: 30px;
    padding-left: 30px; }
    .bc-1 .rankings-1 .rankings-details-1 .rankings-type-1 .flex,
    .bc-1 .cards-1 .rankings-details-1 .rankings-type-1 .flex {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .bc-1 .rankings-1 .rankings-details-1 .rankings-type-1 .col-fl-6:last-child,
    .bc-1 .cards-1 .rankings-details-1 .rankings-type-1 .col-fl-6:last-child {
      text-align: right; }
    .bc-1 .rankings-1 .rankings-details-1 .rankings-type-1 .rankings-year,
    .bc-1 .cards-1 .rankings-details-1 .rankings-type-1 .rankings-year {
      color: #000000;
      font-size: 15px;
      line-height: 1em;
      font-family: ivyjournal, Times, "Times New Roman", serif; }
      .bc-1 .rankings-1 .rankings-details-1 .rankings-type-1 .rankings-year.is-worlds,
      .bc-1 .cards-1 .rankings-details-1 .rankings-type-1 .rankings-year.is-worlds {
        color: #8abca8; }
      .bc-1 .rankings-1 .rankings-details-1 .rankings-type-1 .rankings-year.is-americas,
      .bc-1 .cards-1 .rankings-details-1 .rankings-type-1 .rankings-year.is-americas {
        color: #c25a3a; }
  .bc-1 .rankings-1 .rankings-details-1 h1,
  .bc-1 .cards-1 .rankings-details-1 h1 {
    margin-bottom: 18px;
    padding-right: 30px;
    padding-left: 30px; }
  .bc-1 .rankings-1 .rankings-details-1 p,
  .bc-1 .cards-1 .rankings-details-1 p {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-bottom: 25px;
    padding-right: 30px;
    padding-left: 30px; }
  .bc-1 .rankings-1 .rankings-details-1 .links,
  .bc-1 .cards-1 .rankings-details-1 .links {
    padding-right: 30px;
    padding-left: 30px; }
    .bc-1 .rankings-1 .rankings-details-1 .links .col-fl-6:last-child,
    .bc-1 .cards-1 .rankings-details-1 .links .col-fl-6:last-child {
      text-align: right; }
  .bc-1 .rankings-1 .podcasts-details-1 h1,
  .bc-1 .cards-1 .podcasts-details-1 h1 {
    margin-bottom: 30px;
    padding-right: 35px;
    padding-left: 35px; }
  .bc-1 .rankings-1 .podcasts-details-1 .podcasts-date-1,
  .bc-1 .cards-1 .podcasts-details-1 .podcasts-date-1 {
    margin-bottom: 25px;
    padding-right: 35px;
    padding-left: 35px; }
  .bc-1 .rankings-1 .podcasts-details-1 p,
  .bc-1 .cards-1 .podcasts-details-1 p {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-bottom: 25px;
    padding-right: 35px;
    padding-left: 35px; }
  .bc-1 .rankings-1 .podcasts-details-1 .links,
  .bc-1 .cards-1 .podcasts-details-1 .links {
    padding-right: 35px;
    padding-left: 35px; }
  .bc-1 .rankings-1 .news-details-1 h1,
  .bc-1 .cards-1 .news-details-1 h1 {
    margin-bottom: 20px;
    padding-right: 35px;
    padding-left: 35px; }
  .bc-1 .rankings-1 .news-details-1 p,
  .bc-1 .cards-1 .news-details-1 p {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-bottom: 25px;
    padding-right: 35px;
    padding-left: 35px; }
  .bc-1 .rankings-1 .news-details-1 .links,
  .bc-1 .cards-1 .news-details-1 .links {
    padding-right: 35px;
    padding-left: 35px; }
  @media only screen and (max-width: 1200px) {
    .bc-1 .rankings-1 .podcast-items-1,
    .bc-1 .cards-1 .podcast-items-1 {
      padding-bottom: 30px; }
    .bc-1 .rankings-1 .podcast-items-1 .rankings-item-1,
    .bc-1 .cards-1 .podcast-items-1 .rankings-item-1 {
      margin-bottom: 30px; }
    .bc-1 .rankings-1 .podcasts-details-1 h1,
    .bc-1 .cards-1 .podcasts-details-1 h1 {
      padding-right: 30px;
      padding-left: 30px; }
    .bc-1 .rankings-1 .podcasts-details-1 .podcasts-date-1,
    .bc-1 .cards-1 .podcasts-details-1 .podcasts-date-1 {
      padding-right: 30px;
      padding-left: 30px; }
    .bc-1 .rankings-1 .podcasts-details-1 p,
    .bc-1 .cards-1 .podcasts-details-1 p {
      padding-right: 30px;
      padding-left: 30px; }
    .bc-1 .rankings-1 .podcasts-details-1 .links,
    .bc-1 .cards-1 .podcasts-details-1 .links {
      padding-right: 30px;
      padding-left: 30px; }
    .bc-1 .rankings-1 .news-details-1 h1,
    .bc-1 .cards-1 .news-details-1 h1 {
      padding-right: 30px;
      padding-left: 30px; }
    .bc-1 .rankings-1 .news-details-1 p,
    .bc-1 .cards-1 .news-details-1 p {
      padding-right: 30px;
      padding-left: 30px; }
    .bc-1 .rankings-1 .news-details-1 .links,
    .bc-1 .cards-1 .news-details-1 .links {
      padding-right: 30px;
      padding-left: 30px; } }
  @media only screen and (max-width: 768px) {
    .bc-1 .rankings-1 .rankings-details-1 .links .col-fl-6,
    .bc-1 .cards-1 .rankings-details-1 .links .col-fl-6 {
      width: 100%; }
      .bc-1 .rankings-1 .rankings-details-1 .links .col-fl-6:first-child,
      .bc-1 .cards-1 .rankings-details-1 .links .col-fl-6:first-child {
        margin-bottom: 15px; }
      .bc-1 .rankings-1 .rankings-details-1 .links .col-fl-6:last-child,
      .bc-1 .cards-1 .rankings-details-1 .links .col-fl-6:last-child {
        text-align: left; } }
  @media only screen and (max-width: 640px) {
    .bc-1 .rankings-1,
    .bc-1 .cards-1 {
      padding-top: 40px;
      padding-bottom: 70px; }
      .bc-1 .rankings-1 .row,
      .bc-1 .cards-1 .row {
        margin-right: 0;
        margin-left: 0; }
      .bc-1 .rankings-1 .col-lg-3,
      .bc-1 .rankings-1 .col-lg-4,
      .bc-1 .cards-1 .col-lg-3,
      .bc-1 .cards-1 .col-lg-4 {
        padding-left: 0;
        padding-right: 0; }
        .bc-1 .rankings-1 .col-lg-3:last-child,
        .bc-1 .rankings-1 .col-lg-4:last-child,
        .bc-1 .cards-1 .col-lg-3:last-child,
        .bc-1 .cards-1 .col-lg-4:last-child {
          padding-bottom: 0; } }

.bc-1 .rankings-1 {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #f2f2f2; }
  .bc-1 .rankings-1 .column-1 {
    max-width: 1120px;
    padding-right: 20px;
    padding-left: 20px; }
  @media only screen and (max-width: 640px) {
    .bc-1 .rankings-1 {
      padding-top: 70px;
      padding-bottom: 70px; } }

.no-touchevents .bc-1 .rankings-1 .rankings-item-1 {
  overflow: hidden;
  will-change: transform; }
  .no-touchevents .bc-1 .rankings-1 .rankings-item-1 .ranking-item-1 {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all 0.7s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: all 0.7s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    will-change: transform; }
  .no-touchevents .bc-1 .rankings-1 .rankings-item-1 a:hover + .ranking-item-1 {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); }

.bc-1 .site-1 {
  color: #000000; }

.bc-1 h1 {
  font-weight: 500;
  font-size: 60px;
  line-height: 1em;
  font-family: "Graphik XCond Web", Oswald, HelveticaNeue-CondensedBold, "Open Sans Condensed", Helvetica, Arial, sans-serif; }
  @media only screen and (max-width: 640px) {
    .bc-1 h1 {
      font-size: 40px; } }

.bc-1 .hero-text h1 {
  margin-bottom: 30px;
  font-size: 80px;
  text-transform: uppercase; }
  @media only screen and (max-width: 640px) {
    .bc-1 .hero-text h1 {
      font-size: 50px; } }

.bc-1 .about-section h1,
.bc-1 .methodology-section h1,
.bc-1 .methodology-scorecard h1,
.bc-1 .wrldcty-section h1,
.bc-1 .section-scorecard h1 {
  margin-bottom: 30px;
  font-size: 50px; }

@media only screen and (max-width: 640px) {
  .bc-1 .about-section h1,
  .bc-1 .methodology-section h1,
  .bc-1 .methodology-scorecard h1,
  .bc-1 .wrldcty-section h1,
  .bc-1 .section-scorecard h1 {
    font-size: 40px; } }

.bc-1 .section-reports h1 {
  margin-bottom: 20px;
  font-size: 50px;
  text-transform: uppercase; }

@media only screen and (max-width: 640px) {
  .bc-1 .section-reports h1 {
    font-size: 40px; } }

.bc-1 .report-subscribed h1,
.bc-1 .report-subscribed-download h1,
.bc-1 .wrldcty-subscribed h1 {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1em;
  text-transform: uppercase; }

.bc-1 h2 {
  color: #000000;
  font-weight: 500;
  font-size: 30px;
  line-height: 1em;
  font-family: "Graphik XCond Web", Oswald, HelveticaNeue-CondensedBold, "Open Sans Condensed", Helvetica, Arial, sans-serif; }

.bc-1 .methodology-text h2 {
  margin-bottom: 30px; }

.bc-1 .report-subscribed-download h2 {
  margin-bottom: 10px;
  color: #8a7bab;
  font-size: 30px;
  line-height: 1em;
  text-transform: uppercase; }

.bc-1 p,
.bc-1 ul {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  letter-spacing: normal; }

.bc-1 .about-section p:not(:last-child) {
  margin-bottom: 25px; }

.bc-1 .section-reports p {
  font-size: 14px; }

.bc-1 .report-subscribed h1 + p:not(:last-child),
.bc-1 .report-subscribed-download h1 + p:not(:last-child),
.bc-1 .wrldcty-subscribed h1 + p:not(:last-child) {
  margin-bottom: 20px; }

.bc-1 .report-subscribed p + p,
.bc-1 .report-subscribed-download p + p,
.bc-1 .wrldcty-subscribed p + p {
  font-size: 12px; }

.bc-1 .wrldcty-speakers .column-1-text p {
  font-size: 20px; }

.bc-1 .wrldcty-subscribe p {
  font-size: 20px; }

@media only screen and (max-width: 640px) {
  .bc-1 .wrldcty-subscribe p {
    font-size: 16px; } }

.bc-1 .speaker-text p {
  font-weight: 400;
  font-size: 12px; }

.bc-1 .speaker-text b {
  text-transform: uppercase; }

.bc-1 .subscribe-disclaimer p {
  font-size: 10px; }

.bc-1 .rankings-content-1 h1,
.bc-1 .podcasts-content-1 h1,
.bc-1 .reports-content-1 h1 {
  margin-bottom: 35px;
  text-transform: uppercase; }
  @media only screen and (max-width: 640px) {
    .bc-1 .rankings-content-1 h1,
    .bc-1 .podcasts-content-1 h1,
    .bc-1 .reports-content-1 h1 {
      margin-bottom: 20px; } }

.bc-1 p.intro-1,
.bc-1 .intro-1 p,
.bc-1 .cities-sp-intro-1 {
  font-size: 22px;
  line-height: 1.31818em;
  font-family: ivyjournal, Times, "Times New Roman", serif; }
  @media only screen and (max-width: 640px) {
    .bc-1 p.intro-1,
    .bc-1 .intro-1 p,
    .bc-1 .cities-sp-intro-1 {
      font-size: 16px; } }

.bc-1 .about-section p.intro-1,
.bc-1 .about-hello p.intro-1,
.bc-1 .methodology-section p.intro-1,
.bc-1 .methodology-scorecard p.intro-1,
.bc-1 .wrldcty-section p.intro-1,
.bc-1 .wrldcty-speakers p.intro-1,
.bc-1 .wrldcty-subscribe p.intro-1,
.bc-1 .section-scorecard p.intro-1,
.bc-1 .press-section p.intro-1 {
  font-size: 20px; }
  .bc-1 .about-section p.intro-1:last-child,
  .bc-1 .about-hello p.intro-1:last-child,
  .bc-1 .methodology-section p.intro-1:last-child,
  .bc-1 .methodology-scorecard p.intro-1:last-child,
  .bc-1 .wrldcty-section p.intro-1:last-child,
  .bc-1 .wrldcty-speakers p.intro-1:last-child,
  .bc-1 .wrldcty-subscribe p.intro-1:last-child,
  .bc-1 .section-scorecard p.intro-1:last-child,
  .bc-1 .press-section p.intro-1:last-child {
    margin-bottom: 0; }

@media only screen and (max-width: 640px) {
  .bc-1 .about-section p.intro-1,
  .bc-1 .about-hello p.intro-1,
  .bc-1 .methodology-section p.intro-1,
  .bc-1 .methodology-scorecard p.intro-1,
  .bc-1 .wrldcty-section p.intro-1,
  .bc-1 .wrldcty-speakers p.intro-1,
  .bc-1 .wrldcty-subscribe p.intro-1,
  .bc-1 .section-scorecard p.intro-1,
  .bc-1 .press-section p.intro-1 {
    font-size: 16px; } }

.bc-1 .footer-reports-1 .intro-1 p {
  color: #ffffff; }

.bc-1 .intro-1.report-intro {
  margin-bottom: 10px;
  font-size: 20px; }
  .bc-1 .intro-1.report-intro + p {
    margin-bottom: 20px;
    font-size: 12px; }

.bc-1 .subscribe-interest-items p {
  font-size: 12px; }

.bc-1 .section-title-1 {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 16px;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.bc-1 .home-listings-1 .section-title-1,
.bc-1 .news-listings-1 .section-title-1 {
  margin-bottom: 20px; }

.bc-1 .rankings-title-1 {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 28px;
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  line-height: 1em;
  font-family: "Graphik XCond Web", Oswald, HelveticaNeue-CondensedBold, "Open Sans Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  .bc-1 .rankings-title-1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 170px;
    height: 1px;
    margin-left: -85px;
    background-color: #c25a3a; }

.bc-1 .rankings-details-1 h1,
.bc-1 .podcasts-details-1 h1,
.bc-1 .news-details-1 h1,
.bc-1 .article-list-1 h1,
.bc-1 .home-feature-details-1 h1 {
  font-size: 35px;
  line-height: 0.85714em;
  text-transform: uppercase; }

.bc-1 .article-list-1 h1 {
  margin-bottom: 11px;
  line-height: 1em; }

.bc-1 .home-feature-details-1 h1 {
  margin-bottom: 15px;
  line-height: 1em; }

.bc-1 .article-list-1 h2,
.bc-1 .home-feature-details-1 h2 {
  font-size: 16px;
  line-height: 1.4375em;
  font-family: ivyjournal, Times, "Times New Roman", serif; }

.bc-1 .article-list-1 h2 {
  margin-bottom: 15px; }

.bc-1 .home-feature-excerpt {
  margin-bottom: 15px; }
  .bc-1 .home-feature-excerpt p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.71429em;
    font-family: "Graphik Web", Helvetica, Arial, sans-serif; }

.bc-1 .home-feature-excerpt + a {
  display: inline-block;
  color: #c25a3a;
  font-size: 16px;
  line-height: 1em;
  font-family: ivyjournal, Times, "Times New Roman", serif; }
  .bc-1 .home-feature-excerpt + a:after {
    display: inline-block;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDMwIDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMwIDciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjQzI1QTNBIiBwb2ludHM9IjI2LjcwMTU5OTEsMC40MzI5ODM0IDI2LjE5MDAwMjQsMC45ODIyOTk4IDI4LjQ5NDkzNDEsMy4xMjQ4Nzc5IC0wLjAwMDA2MSwzLjEyNDg3NzkgCgktMC4wMDAwNjEsMy44NzUzNjYyIDI4LjQ5NTM2MTMsMy44NzUzNjYyIDI2LjE5MDAwMjQsNi4wMTc3MDAyIDI2LjcwMTU5OTEsNi41NjcwMTY2IDMwLjAwMDA2MSwzLjUwMDM2NjIgIi8+Cjwvc3ZnPgo=);
    margin-left: 10px;
    line-height: 1em;
    -webkit-transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94); }

.bc-1 .rankings-details-1 p,
.bc-1 .podcasts-details-1 p,
.bc-1 .news-details-1 p {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.71429em;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif; }

.bc-1 .podcasts-details-1 .links a,
.bc-1 .news-details-1 .links a {
  display: inline-block;
  margin-bottom: 15px;
  color: #c25a3a;
  font-size: 16px;
  line-height: 1em;
  font-family: ivyjournal, Times, "Times New Roman", serif; }
  .bc-1 .podcasts-details-1 .links a:last-child,
  .bc-1 .news-details-1 .links a:last-child {
    margin-right: 0;
    margin-bottom: 0; }
  .bc-1 .podcasts-details-1 .links a:after,
  .bc-1 .news-details-1 .links a:after {
    display: inline-block;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDMwIDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMwIDciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjQzI1QTNBIiBwb2ludHM9IjI2LjcwMTU5OTEsMC40MzI5ODM0IDI2LjE5MDAwMjQsMC45ODIyOTk4IDI4LjQ5NDkzNDEsMy4xMjQ4Nzc5IC0wLjAwMDA2MSwzLjEyNDg3NzkgCgktMC4wMDAwNjEsMy44NzUzNjYyIDI4LjQ5NTM2MTMsMy44NzUzNjYyIDI2LjE5MDAwMjQsNi4wMTc3MDAyIDI2LjcwMTU5OTEsNi41NjcwMTY2IDMwLjAwMDA2MSwzLjUwMDM2NjIgIi8+Cjwvc3ZnPgo=);
    margin-left: 10px;
    line-height: 1em;
    -webkit-transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94); }
  .bc-1 .podcasts-details-1 .links a.rankings-download,
  .bc-1 .news-details-1 .links a.rankings-download {
    color: #000000; }
    .bc-1 .podcasts-details-1 .links a.rankings-download:after,
    .bc-1 .news-details-1 .links a.rankings-download:after {
      content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDMwIDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMwIDciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjMDAwMDAwIiBwb2ludHM9IjI2LjcwMTU5OTEsMC40MzI5ODM0IDI2LjE5MDAwMjQsMC45ODIyOTk4IDI4LjQ5NDkzNDEsMy4xMjQ4Nzc5IC0wLjAwMDA2MSwzLjEyNDg3NzkgCgktMC4wMDAwNjEsMy44NzUzNjYyIDI4LjQ5NTM2MTMsMy44NzUzNjYyIDI2LjE5MDAwMjQsNi4wMTc3MDAyIDI2LjcwMTU5OTEsNi41NjcwMTY2IDMwLjAwMDA2MSwzLjUwMDM2NjIgIi8+Cjwvc3ZnPgo=); }

.bc-1 .rankings-details-1 .links a {
  display: inline-block;
  margin-bottom: 15px;
  color: #000000;
  font-size: 15px;
  line-height: 1em;
  font-family: ivyjournal, Times, "Times New Roman", serif; }
  .bc-1 .rankings-details-1 .links a:last-child {
    margin-right: 0;
    margin-bottom: 0; }
  .bc-1 .rankings-details-1 .links a:after {
    display: inline-block;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDMwIDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMwIDciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjMDAwMDAwIiBwb2ludHM9IjI2LjcwMTU5OTEsMC40MzI5ODM0IDI2LjE5MDAwMjQsMC45ODIyOTk4IDI4LjQ5NDkzNDEsMy4xMjQ4Nzc5IC0wLjAwMDA2MSwzLjEyNDg3NzkgCgktMC4wMDAwNjEsMy44NzUzNjYyIDI4LjQ5NTM2MTMsMy44NzUzNjYyIDI2LjE5MDAwMjQsNi4wMTc3MDAyIDI2LjcwMTU5OTEsNi41NjcwMTY2IDMwLjAwMDA2MSwzLjUwMDM2NjIgIi8+Cjwvc3ZnPgo=);
    margin-left: 10px;
    line-height: 1em;
    -webkit-transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94); }
  .bc-1 .rankings-details-1 .links a.is-worlds {
    color: #8ABCA8; }
    .bc-1 .rankings-details-1 .links a.is-worlds:after {
      content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDMwIDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMwIDciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjOEFCQ0E4IiBwb2ludHM9IjI2LjcwMTU5OTEsMC40MzI5ODM0IDI2LjE5MDAwMjQsMC45ODIyOTk4IDI4LjQ5NDkzNDEsMy4xMjQ4Nzc5IC0wLjAwMDA2MSwzLjEyNDg3NzkgCgktMC4wMDAwNjEsMy44NzUzNjYyIDI4LjQ5NTM2MTMsMy44NzUzNjYyIDI2LjE5MDAwMjQsNi4wMTc3MDAyIDI2LjcwMTU5OTEsNi41NjcwMTY2IDMwLjAwMDA2MSwzLjUwMDM2NjIgIi8+Cjwvc3ZnPgo=); }
  .bc-1 .rankings-details-1 .links a.is-americas {
    color: #c25a3a; }
    .bc-1 .rankings-details-1 .links a.is-americas:after {
      content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDMwIDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMwIDciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjQzI1QTNBIiBwb2ludHM9IjI2LjcwMTU5OTEsMC40MzI5ODM0IDI2LjE5MDAwMjQsMC45ODIyOTk4IDI4LjQ5NDkzNDEsMy4xMjQ4Nzc5IC0wLjAwMDA2MSwzLjEyNDg3NzkgCgktMC4wMDAwNjEsMy44NzUzNjYyIDI4LjQ5NTM2MTMsMy44NzUzNjYyIDI2LjE5MDAwMjQsNi4wMTc3MDAyIDI2LjcwMTU5OTEsNi41NjcwMTY2IDMwLjAwMDA2MSwzLjUwMDM2NjIgIi8+Cjwvc3ZnPgo=); }

.bc-1 .podcasts-date-1 {
  font-weight: 300;
  font-size: 12px;
  line-height: 1.5em;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif; }

.bc-1 .podcast-1 h1 {
  margin-bottom: 20px;
  text-transform: uppercase; }

.bc-1 .podcast-1-time {
  font-weight: 300;
  font-size: 12px;
  line-height: 1em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.bc-1.page-about-us-1 .the-content-1 a {
  display: inline-block;
  margin-right: 25px;
  color: #c25a3a;
  font-size: 16px;
  line-height: 1em;
  font-family: ivyjournal, Times, "Times New Roman", serif; }
  .bc-1.page-about-us-1 .the-content-1 a:after {
    display: inline-block;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIzMHB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDMwIDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMwIDciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjQzI1QTNBIiBwb2ludHM9IjI2LjcwMTU5OTEsMC40MzI5ODM0IDI2LjE5MDAwMjQsMC45ODIyOTk4IDI4LjQ5NDkzNDEsMy4xMjQ4Nzc5IC0wLjAwMDA2MSwzLjEyNDg3NzkgCgktMC4wMDAwNjEsMy44NzUzNjYyIDI4LjQ5NTM2MTMsMy44NzUzNjYyIDI2LjE5MDAwMjQsNi4wMTc3MDAyIDI2LjcwMTU5OTEsNi41NjcwMTY2IDMwLjAwMDA2MSwzLjUwMDM2NjIgIi8+Cjwvc3ZnPgo=);
    margin-left: 10px;
    line-height: 1em;
    -webkit-transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94); }

.bc-1.page-about-us-1 .about-us-1-team h2 {
  margin-bottom: 30px; }

.bc-1.page-about-us-1 .about-us-1-team p.team-title {
  font-weight: 400;
  font-size: 9px;
  text-transform: uppercase; }

.bc-1.page-about-us-1 .about-us-1-team .links a {
  font-size: 16px; }

.bc-1.page-about-us-1 .team-overlay h1 {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 35px; }

.bc-1.page-about-us-1 .team-overlay p {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 11px; }
  .bc-1.page-about-us-1 .team-overlay p.team-title {
    margin-bottom: 30px; }
  .bc-1.page-about-us-1 .team-overlay p:last-child {
    margin-bottom: 0; }

.bc-1.page-scorecard-1 .the-content-1 a {
  display: inline-block;
  margin-right: 25px;
  color: #c25a3a;
  font-size: 16px;
  line-height: 1em;
  font-family: ivyjournal, Times, "Times New Roman", serif; }

.bc-1 .featured-news {
  margin-bottom: 30px;
  color: #c25a3a;
  font-weight: 600;
  font-size: 12px;
  line-height: 1em;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  @media only screen and (max-width: 640px) {
    .bc-1 .featured-news {
      margin-bottom: 20px; } }

.bc-1 .news-content-1 h1 {
  margin-bottom: 20px;
  text-transform: uppercase; }

.bc-1 .news-content-1 p.intro-1 {
  margin-bottom: 30px; }

.bc-1 .news-content-link a {
  color: #c25a3a;
  font-size: 16px;
  line-height: 1em;
  font-family: ivyjournal, Times, "Times New Roman", serif; }
  .bc-1 .news-content-link a:after {
    display: inline-block;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjdweCIgdmlld0JveD0iMCAwIDE5IDciIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE5IDciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBmaWxsPSIjQzI1QTNBIiBwb2ludHM9IjE1LjcwMTY2MDIsMC40MzI5ODM0IDE1LjE4OTk0MTQsMC45ODIyOTk4IDE3LjQ5NDQ0NTgsMy4xMjQzODk2IDAsMy4xMjQzODk2IDAsMy44NzQzODk2IAoJMTcuNDk2Mzk4OSwzLjg3NDM4OTYgMTUuMTg5OTQxNCw2LjAxNzcwMDIgMTUuNzAxNjYwMiw2LjU2NzAxNjYgMTksMy41MDAzNjYyICIvPgo8L3N2Zz4K);
    margin-left: 10px;
    line-height: 1em;
    -webkit-transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94);
    transition: transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94), -webkit-transform 0.3s cubic-bezier(0.62, 0.12, 0.52, 0.94); }

.bc-1 .news-listing-posted-on-1 {
  font-weight: 300;
  font-size: 12px;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif;
  line-height: 1.5em; }

.bc-1 .article-intro-1 p {
  margin-bottom: 1.5em;
  font-weight: 300;
  font-size: 19px;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif;
  line-height: 1.36364em;
  letter-spacing: 0.01em; }
  .bc-1 .article-intro-1 p:last-child {
    margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  .bc-1 .article-intro-1 p {
    font-size: 16px; } }

@media only screen and (max-width: 640px) {
  .bc-1 .article-intro-1 p {
    font-weight: 400; } }

.bc-1.page-article-1 .hero {
  overflow: visible; }

.bc-1.page-article-1 .article-location-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-top: 7px;
  padding-right: 10px;
  padding-bottom: 7px;
  padding-left: 10px;
  color: #808080;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%); }

.bc-1.page-article-1 .article-intro-1 p {
  font-weight: 400;
  font-family: ivyjournal, Times, "Times New Roman", serif; }

.bc-1 .article-deck-1 h1 {
  margin-bottom: 0.5em;
  font-size: 52px;
  text-transform: uppercase; }
  @media only screen and (max-width: 640px) {
    .bc-1 .article-deck-1 h1 {
      font-size: 40px; } }

.bc-1 .entry-content-1 h1,
.bc-1 .entry-content-1 h2,
.bc-1 .entry-content-1 h3,
.bc-1 .entry-content-1 h4,
.bc-1 .entry-content-1 h5,
.bc-1 .entry-content-1 h6 {
  color: #000000;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 1.2em;
  font-family: "Graphik XCond Web", Oswald, HelveticaNeue-CondensedBold, "Open Sans Condensed", Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em; }
  .bc-1 .entry-content-1 h1:last-child,
  .bc-1 .entry-content-1 h2:last-child,
  .bc-1 .entry-content-1 h3:last-child,
  .bc-1 .entry-content-1 h4:last-child,
  .bc-1 .entry-content-1 h5:last-child,
  .bc-1 .entry-content-1 h6:last-child {
    margin-bottom: 0; }
  .bc-1 .entry-content-1 h1 a,
  .bc-1 .entry-content-1 h2 a,
  .bc-1 .entry-content-1 h3 a,
  .bc-1 .entry-content-1 h4 a,
  .bc-1 .entry-content-1 h5 a,
  .bc-1 .entry-content-1 h6 a {
    text-decoration: none; }
  .bc-1 .entry-content-1 h1.is-content,
  .bc-1 .entry-content-1 h2.is-content,
  .bc-1 .entry-content-1 h3.is-content,
  .bc-1 .entry-content-1 h4.is-content,
  .bc-1 .entry-content-1 h5.is-content,
  .bc-1 .entry-content-1 h6.is-content {
    font-weight: 600;
    font-family: "Graphik Web", Helvetica, Arial, sans-serif; }

.bc-1 .entry-content-1 h1 {
  font-size: 60px;
  text-transform: uppercase; }
  .bc-1 .entry-content-1 h1.is-content {
    font-size: 34px; }

.bc-1 .entry-content-1 h2 {
  font-size: 45px;
  text-transform: uppercase; }
  .bc-1 .entry-content-1 h2.is-content {
    font-size: 28px; }

.bc-1 .entry-content-1 h3 {
  font-size: 35px;
  text-transform: uppercase; }
  .bc-1 .entry-content-1 h3.is-content {
    font-size: 22px; }

.bc-1 .entry-content-1 p {
  margin-bottom: 24px; }
  .bc-1 .entry-content-1 p:last-child {
    margin-bottom: 0; }

.bc-1 .entry-content-1 a {
  text-decoration: underline; }

.bc-1 .entry-content-1 em {
  font-style: italic; }

.bc-1 .entry-content-1 img {
  display: block;
  width: 100%;
  height: auto; }

.bc-1 .related-title-1 h4 {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.25em;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.bc-1 .related-details-1 h4 {
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.25em;
  font-family: "Graphik XCond Web", Oswald, HelveticaNeue-CondensedBold, "Open Sans Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

.bc-1 .rankings-cities-intro-block-1 h1 {
  margin-bottom: 5px; }

.bc-1 .cities-sp-story-1 h1 {
  margin-bottom: 20px;
  font-size: 60px;
  text-transform: uppercase; }
  @media only screen and (max-width: 640px) {
    .bc-1 .cities-sp-story-1 h1 {
      font-size: 46px; } }

.bc-1 .cities-sp-intro-1 {
  margin-bottom: 30px;
  color: #000000;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.31818em;
  font-family: ivyjournal, Times, "Times New Roman", serif; }
  @media only screen and (max-width: 768px) {
    .bc-1 .cities-sp-intro-1 {
      font-size: 28px; } }
  @media only screen and (max-width: 640px) {
    .bc-1 .cities-sp-intro-1 {
      font-size: 22px; } }

.bc-1 .cities-sp-details-1,
.bc-1 .loading-rankings {
  color: #000000;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2em;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase; }
  .bc-1 .cities-sp-details-1 a,
  .bc-1 .loading-rankings a {
    color: #c25a3a;
    font-weight: 300;
    font-size: 14px;
    font-family: "Graphik Web", Helvetica, Arial, sans-serif;
    line-height: 1em;
    letter-spacing: normal;
    text-transform: none; }
    .bc-1 .cities-sp-details-1 a:after,
    .bc-1 .loading-rankings a:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-left: 7px;
      border-color: transparent #c25a3a;
      border-style: solid;
      border-width: 4px 0 4px 6px;
      height: 0;
      width: 0; }

.bc-1 .cities-download-link a {
  color: #999999;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  font-family: ivyjournal, Times, "Times New Roman", serif; }
  .bc-1 .cities-download-link a:after {
    position: relative;
    display: inline-block;
    content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxN3B4IiBoZWlnaHQ9IjE3cHgiIHZpZXdCb3g9IjAgMCAxNyAxNyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTcgMTciIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cmVjdCBmaWxsPSIjQzI1QTNBIiB3aWR0aD0iMTciIGhlaWdodD0iMTciLz4KPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIxMS4wMTczMzQsMTAuMTg5ODgwNCA4Ljg3NSwxMi40OTQ1Njc5IDguODc1LDMgOC4xMjUsMyA4LjEyNSwxMi40OTU5NzE3IDUuOTgxOTMzNiwxMC4xODk4ODA0IAoJNS40MzI2MTcyLDEwLjcwMTQ3NzEgOC40OTkyNjc2LDE0IDExLjU2NjY1MDQsMTAuNzAxNDc3MSAiLz4KPC9zdmc+Cg==);
    top: 2px;
    margin-left: 8px;
    line-height: 1em; }

.bc-1 .cities-banner-details p {
  margin-bottom: 25px;
  color: #000000;
  font-size: 22px;
  line-height: 1.31818em;
  font-family: ivyjournal, Times, "Times New Roman", serif; }
  @media only screen and (max-width: 640px) {
    .bc-1 .cities-banner-details p {
      font-size: 16px; } }

.bc-1.page-default-1 h2, .bc-1.page-404-1 h2 {
  text-transform: uppercase; }

.bc-1.page-default-1 h5, .bc-1.page-404-1 h5 {
  margin-bottom: 24px;
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
  letter-spacing: normal; }

.bc-1 .the-content-1 h1 {
  margin-bottom: 30px; }

.bc-1 .the-content-1 h1 + h2 {
  margin-top: 60px; }

.bc-1 .the-content-1 h2 {
  margin-bottom: 30px; }

.bc-1 .the-content-1 p.intro-1 {
  margin-bottom: 30px; }

.bc-1 .the-content-1 p:not(.intro-1),
.bc-1 .the-content-1 ul {
  margin-bottom: 24px; }
  .bc-1 .the-content-1 p:not(.intro-1):last-child,
  .bc-1 .the-content-1 ul:last-child {
    margin-bottom: 0; }

@media only screen and (max-width: 640px) {
  .bc-1 .the-content-1 h1 + h2 {
    margin-top: 0; } }

.bc-1 b,
.bc-1 strong {
  font-weight: 600; }

.bc-1 .column-photo-caption-1,
.bc-1 .wp-caption-text,
.bc-1 .cities-sp-caption-credit-1 {
  color: #808080;
  font-weight: 400;
  font-size: 11px;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif;
  line-height: 1.36364em;
  letter-spacing: 0.01em; }
  .bc-1 .column-photo-caption-1 .column-photo-caption-details-1,
  .bc-1 .wp-caption-text .column-photo-caption-details-1,
  .bc-1 .cities-sp-caption-credit-1 .column-photo-caption-details-1 {
    text-transform: uppercase; }
  .bc-1 .column-photo-caption-1 .column-photo-caption-author-1,
  .bc-1 .column-photo-caption-1 .cities-sp-credit-1,
  .bc-1 .wp-caption-text .column-photo-caption-author-1,
  .bc-1 .wp-caption-text .cities-sp-credit-1,
  .bc-1 .cities-sp-caption-credit-1 .column-photo-caption-author-1,
  .bc-1 .cities-sp-caption-credit-1 .cities-sp-credit-1 {
    color: #808080; }

.bc-1 .wp-caption-text,
.bc-1 .column-photo-caption-1 {
  padding-top: 7px; }

.bc-1 .wp-caption-text {
  text-transform: uppercase; }

.bc-1 .cities-event-details h1 {
  width: 100%;
  max-width: 350px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-size: 45px;
  text-transform: uppercase; }

.bc-1 .cities-event-details p {
  font-size: 14px;
  font-family: ivyjournal, Times, "Times New Roman", serif; }

.bc-1 .countdown-title {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif;
  line-height: 1em;
  letter-spacing: 0.01em;
  text-transform: uppercase; }

.bc-1 .cities-event-cta p {
  font-size: 12px; }
  .bc-1 .cities-event-cta p a {
    color: #c25a3a; }

.bc-1 #clockdiv span {
  color: #000000;
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  font-family: "Graphik XCond Web", Oswald, HelveticaNeue-CondensedBold, "Open Sans Condensed", Helvetica, Arial, sans-serif; }

.bc-1 #clockdiv .smalltext {
  color: #000000;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  font-family: "Graphik XCond Web", Oswald, HelveticaNeue-CondensedBold, "Open Sans Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }

@media only screen and (max-width: 640px) {
  .bc-1 #clockdiv span {
    font-size: 30px;
    line-height: 30px; }
  .bc-1 #clockdiv .smalltext {
    font-size: 12px;
    line-height: 12px; } }

@media only screen and (max-width: 250px) {
  .bc-1 #clockdiv span {
    font-size: 24px;
    line-height: 24px; }
  .bc-1 #clockdiv .smalltext {
    font-size: 10px;
    line-height: 10px; } }

a {
  color: inherit;
  text-decoration: none; }

.no-touchevents .bc-1 .hero-links-1 a:hover:not([href="#down"]):after,
.no-touchevents .bc-1 .rankings-details-1 .links a:hover:after,
.no-touchevents .bc-1 .podcasts-details-1 .links a:hover:after,
.no-touchevents .bc-1 .news-details-1 .links a:hover:after,
.no-touchevents .bc-1 .home-feature-excerpt + a:hover:after,
.no-touchevents .bc-1.page-about-us-1 .the-content-1 a:hover:after {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -o-transform: translateX(8px);
  -ms-transform: translateX(8px); }

.no-touchevents .bc-1 .news-content-link a:hover:after {
  transform: translateX(8px);
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -o-transform: translateX(8px);
  -ms-transform: translateX(8px); }

.no-touchevents .bc-1 a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear; }

.no-touchevents .bc-1 p a:hover,
.no-touchevents .bc-1 .footer-disclaimer a:hover {
  color: #c25a3a; }

.no-touchevents .bc-1 .report-subscribed-download p a:hover {
  color: #8a7bab; }

.bc-1 .nav-site-1 {
  position: relative;
  z-index: 99;
  padding-top: 25px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px; }
  .bc-1 .nav-site-1 .table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse; }
  .bc-1 .nav-site-1 .table-cell {
    vertical-align: middle; }
  @media only screen and (max-width: 900px) {
    .bc-1 .nav-site-1 {
      padding-right: 20px;
      padding-left: 20px; }
      .bc-1 .nav-site-1 .table,
      .bc-1 .nav-site-1 .table-row {
        display: block; } }

.bc-1 .nav-logo-bestcities-1 {
  width: 166px; }
  .bc-1 .nav-logo-bestcities-1 img {
    display: block; }

.bc-1 .nav-items-1 {
  text-align: right; }
  .bc-1 .nav-items-1 a {
    margin-right: 20px;
    margin-left: 20px;
    color: #000000;
    font-weight: 600;
    font-size: 12px;
    line-height: 1em;
    font-family: "Graphik Web", Helvetica, Arial, sans-serif;
    text-transform: uppercase; }
    .bc-1 .nav-items-1 a:first-child {
      margin-left: 0; }
    .bc-1 .nav-items-1 a:last-child {
      margin-right: 0; }
  .no-touchevents .bc-1 .nav-items-1 a {
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .no-touchevents .bc-1 .nav-items-1 a:hover {
      color: #c25a3a; }
  @media only screen and (max-width: 990px) {
    .bc-1 .nav-items-1 a {
      margin-right: 15px;
      margin-left: 15px; } }
  @media only screen and (max-width: 900px) {
    .bc-1 .nav-items-1 {
      display: none; } }

.bc-1 .nav-mobile-1 {
  display: none;
  position: fixed;
  z-index: 998;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  transform: translate3d(0, 0, 0) translateX(0);
  -webkit-transform: translate3d(0, 0, 0) translateX(0);
  -moz-transform: translate3d(0, 0, 0) translateX(0);
  -o-transform: translate3d(0, 0, 0) translateX(0);
  -ms-transform: translate3d(0, 0, 0) translateX(0);
  -webkit-transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0, 0.2, 1); }
  .bc-1 .nav-mobile-1 .table,
  .bc-1 .nav-mobile-1 .table-row {
    width: 100%;
    height: 100%; }
  .bc-1 .nav-mobile-1 .table-cell {
    padding-top: 79px;
    padding-bottom: 79px;
    vertical-align: middle; }
  .is-menu .bc-1 .nav-mobile-1 {
    transform: translate3d(0, 0, 0) translateX(-100%);
    -webkit-transform: translate3d(0, 0, 0) translateX(-100%);
    -moz-transform: translate3d(0, 0, 0) translateX(-100%);
    -o-transform: translate3d(0, 0, 0) translateX(-100%);
    -ms-transform: translate3d(0, 0, 0) translateX(-100%); }
  @media only screen and (max-width: 900px) {
    .bc-1 .nav-mobile-1 {
      display: block; } }

.bc-1 .nav-mobile-items-1 {
  padding-bottom: 80px; }
  .bc-1 .nav-mobile-items-1 li {
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px; }
    .bc-1 .nav-mobile-items-1 li:last-child {
      margin-bottom: 0; }
    .bc-1 .nav-mobile-items-1 li:before {
      content: none; }
  .bc-1 .nav-mobile-items-1 a {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1em;
    font-family: ivyjournal, Times, "Times New Roman", serif; }

.bc-1 .nav-mobile-social {
  padding-bottom: 20px;
  font-size: 0; }
  .bc-1 .nav-mobile-social a {
    display: inline-block;
    margin-right: 20px; }
    .bc-1 .nav-mobile-social a:last-child {
      margin-right: 0; }
    .bc-1 .nav-mobile-social a svg {
      width: auto;
      height: 16px; }

.bc-1 .nav-mobile-footer {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center; }

.bc-1 .nav-menu-1 {
  display: none;
  position: absolute;
  z-index: 999;
  top: 25px;
  right: 20px;
  width: 21px;
  height: 16px;
  cursor: pointer; }
  .bc-1 .nav-menu-1 .nav-menu-icon-1 .barre {
    background-color: #000000;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  @media only screen and (max-width: 900px) {
    .bc-1 .nav-menu-1 {
      display: block; } }

.bc-1 .nav-menu-icon-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 16px; }
  .bc-1 .nav-menu-icon-1 .barre {
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 2px; }
  .bc-1 .nav-menu-icon-1 .barre:nth-child(2) {
    top: 7px; }
  .bc-1 .nav-menu-icon-1 .barre:nth-child(3) {
    top: 14px; }
  .is-menu .bc-1 .nav-menu-icon-1 .barre {
    background-color: #ffffff; }
  .is-menu .bc-1 .nav-menu-icon-1 .barre:nth-child(1) {
    top: 7px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg); }
  .is-menu .bc-1 .nav-menu-icon-1 .barre:nth-child(2) {
    opacity: 0; }
  .is-menu .bc-1 .nav-menu-icon-1 .barre:nth-child(3) {
    top: 7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg); }

.bc-1.page-home-1 .nav-rankings,
.bc-1.page-rankings-sp-1 .nav-rankings,
.bc-1.page-methodology-1 .nav-methodology,
.bc-1.page-events .nav-events,
.bc-1.page-wrldcty .nav-events,
.bc-1.page-press .nav-press,
.bc-1.page-about-us-1 .nav-about-us {
  position: relative;
  color: #c25a3a; }
  .bc-1.page-home-1 .nav-rankings:after,
  .bc-1.page-rankings-sp-1 .nav-rankings:after,
  .bc-1.page-methodology-1 .nav-methodology:after,
  .bc-1.page-events .nav-events:after,
  .bc-1.page-wrldcty .nav-events:after,
  .bc-1.page-press .nav-press:after,
  .bc-1.page-about-us-1 .nav-about-us:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    height: 1px;
    background-color: #c25a3a; }

.bc-1.page-rankings .nav-mobile .nav-rankings {
  color: #ffffff; }

.bc-1 .footer-reports-1 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #333333;
  text-align: center; }
  .bc-1 .footer-reports-1 .intro-1 {
    margin-bottom: 40px; }
  .bc-1 .footer-reports-1 a {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px; }
  @media only screen and (max-width: 768px) {
    .bc-1 .footer-reports-1 {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media only screen and (max-width: 640px) {
    .bc-1 .footer-reports-1 {
      padding-top: 50px;
      padding-bottom: 50px; }
      .bc-1 .footer-reports-1 .intro-1 {
        margin-bottom: 30px; }
      .bc-1 .footer-reports-1 a {
        margin-right: 0;
        margin-left: 0; }
        .bc-1 .footer-reports-1 a:first-of-type {
          margin-bottom: 15px; } }

.bc-1 .footer-1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1a1a1a; }
  .bc-1 .footer-1 .footer-logos {
    padding-bottom: 60px; }
  .bc-1 .footer-1 .table,
  .bc-1 .footer-1 .table-row {
    width: 100%; }
  .bc-1 .footer-1 .table-cell {
    vertical-align: baseline; }
  .bc-1 .footer-1 .footer-media-social {
    font-size: 0; }
    .bc-1 .footer-1 .footer-media-social a {
      display: inline-block;
      margin-right: 45px; }
      .bc-1 .footer-1 .footer-media-social a:last-child {
        margin-right: 0; }
    .no-touchevents .bc-1 .footer-1 .footer-media-social a svg path.icon-social,
    .no-touchevents .bc-1 .footer-1 .footer-media-social a svg circle.icon-social {
      -webkit-transition: fill 0.2s linear;
      transition: fill 0.2s linear; }
    .no-touchevents .bc-1 .footer-1 .footer-media-social a:hover svg path.icon-social,
    .no-touchevents .bc-1 .footer-1 .footer-media-social a:hover svg circle.icon-social {
      fill: #c25a3a; }
  .bc-1 .footer-1 .footer-media-logos {
    text-align: right;
    font-size: 0; }
  .bc-1 .footer-1 .footer-media-resonance {
    display: inline-block; }
  @media only screen and (max-width: 768px) {
    .bc-1 .footer-1 .footer-media-social {
      margin-bottom: 30px;
      text-align: center; }
    .bc-1 .footer-1 .footer-media-logos {
      text-align: center; } }
  @media only screen and (max-width: 640px) {
    .bc-1 .footer-1 .footer-media-social a {
      margin-right: 25px; }
    .bc-1 .footer-1 .footer-media-logos span {
      display: block;
      margin-right: 0;
      margin-bottom: 15px; }
    .bc-1 .footer-1 .footer-media-logos a {
      margin-right: 0; } }

.bc-1 .footer-disclaimer-1 {
  color: #808080;
  font-weight: 400;
  font-size: 12px;
  font-family: "Graphik Web", Helvetica, Arial, sans-serif;
  line-height: 1.33333em; }
  .bc-1 .footer-disclaimer-1 .footer-disclaimer-details span:first-child {
    margin-right: 15px; }
  .bc-1 .footer-disclaimer-1 .footer-disclaimer-details span.copyright {
    white-space: nowrap; }
  .bc-1 .footer-disclaimer-1 .footer-disclaimer-links {
    text-align: right; }
    .bc-1 .footer-disclaimer-1 .footer-disclaimer-links a {
      margin-right: 20px;
      white-space: nowrap; }
      .bc-1 .footer-disclaimer-1 .footer-disclaimer-links a:last-child {
        margin-right: 0; }
  @media only screen and (max-width: 900px) {
    .bc-1 .footer-disclaimer-1 {
      padding-bottom: 20px;
      text-align: center; }
      .bc-1 .footer-disclaimer-1 .col-md-12 {
        display: block;
        width: 100%; }
      .bc-1 .footer-disclaimer-1 .footer-disclaimer-details {
        margin-bottom: 15px; }
      .bc-1 .footer-disclaimer-1 .footer-disclaimer-links {
        text-align: center; } }
  @media only screen and (max-width: 640px) {
    .bc-1 .footer-disclaimer-1 .footer-disclaimer-details span, .bc-1 .footer-disclaimer-1 .footer-disclaimer-details span:first-child {
      display: block;
      margin-right: 0; }
    .bc-1 .footer-disclaimer-1 .footer-disclaimer-details a {
      white-space: nowrap; }
    .bc-1 .footer-disclaimer-1 .footer-disclaimer-links > a {
      margin-right: 0; }
      .bc-1 .footer-disclaimer-1 .footer-disclaimer-links > a:first-child {
        margin-right: 20px; }
    .bc-1 .footer-disclaimer-1 .footer-disclaimer-links span {
      display: block; } }

.bc-1.page-rankings-1 .rankings-content-1 {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #f2f2f2; }
  .bc-1.page-rankings-1 .rankings-content-1 .rankings-content {
    position: relative;
    padding-bottom: 60px; }
    .bc-1.page-rankings-1 .rankings-content-1 .rankings-content:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 122px;
      height: 1px;
      background-color: #c25a3a; }
  @media only screen and (max-width: 768px) {
    .bc-1.page-rankings-1 .rankings-content-1 {
      padding-top: 70px;
      padding-bottom: 10px; }
      .bc-1.page-rankings-1 .rankings-content-1 .rankings-content {
        padding-bottom: 50px; } }
  @media only screen and (max-width: 640px) {
    .bc-1.page-rankings-1 .rankings-content-1 {
      padding-top: 50px; }
      .bc-1.page-rankings-1 .rankings-content-1 .rankings-content {
        padding-bottom: 40px; } }

.bc-1.page-rankings-1 .best-cities-event {
  padding-bottom: 75px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(./images/wbc-sept-15.jpg);
  background-size: cover; }
  .bc-1.page-rankings-1 .best-cities-event .cities-event-details {
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
    padding-top: 75px;
    padding-right: 75px;
    padding-bottom: 75px;
    padding-left: 75px;
    background-color: #ffffff; }
  .bc-1.page-rankings-1 .best-cities-event .cities-event-intro {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #c25a3a; }
  .bc-1.page-rankings-1 .best-cities-event .countdown-title {
    position: relative;
    display: inline-block;
    margin-bottom: 25px; }
  .bc-1.page-rankings-1 .best-cities-event .countdown-numbers {
    margin-bottom: 55px; }
  .bc-1.page-rankings-1 .best-cities-event .clock-item {
    position: relative;
    width: 100%;
    max-width: 360px;
    margin: 0 auto; }
  .bc-1.page-rankings-1 .best-cities-event #clockdiv {
    display: block; }
  .bc-1.page-rankings-1 .best-cities-event #clockdiv > div {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    width: 25%; }
  .bc-1.page-rankings-1 .best-cities-event #clockdiv .number {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 100%; }
    .bc-1.page-rankings-1 .best-cities-event #clockdiv .number:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid #c25a3a;
      border-radius: 100%; }
  .bc-1.page-rankings-1 .best-cities-event #clockdiv .number span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .bc-1.page-rankings-1 .best-cities-event .smalltext {
    padding-top: 10px; }
  @media only screen and (max-width: 640px) {
    .bc-1.page-rankings-1 .best-cities-event {
      padding-bottom: 0;
      background: none; }
      .bc-1.page-rankings-1 .best-cities-event .cities-event-details {
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
        padding-left: 20px; }
      .bc-1.page-rankings-1 .best-cities-event #clockdiv > div {
        padding-right: 8px;
        padding-left: 8px; } }
  @media only screen and (max-width: 250px) {
    .bc-1.page-rankings-1 .best-cities-event #clockdiv > div {
      padding-right: 5px;
      padding-left: 5px; } }

.bc-1.page-podcasts-1 .podcasts-content-1 {
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #f2f2f2; }
  @media only screen and (max-width: 768px) {
    .bc-1.page-podcasts-1 .podcasts-content-1 {
      padding-top: 70px;
      padding-bottom: 10px; } }
  @media only screen and (max-width: 640px) {
    .bc-1.page-podcasts-1 .podcasts-content-1 {
      padding-top: 50px; } }

.bc-1.page-reports-1 .reports-content-1 {
  padding-top: 100px;
  padding-bottom: 100px; }
  .bc-1.page-reports-1 .reports-content-1 .reports-content {
    position: relative;
    padding-bottom: 60px; }
    .bc-1.page-reports-1 .reports-content-1 .reports-content:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 122px;
      height: 1px;
      background-color: #c25a3a; }
  @media only screen and (max-width: 768px) {
    .bc-1.page-reports-1 .reports-content-1 {
      padding-top: 70px;
      padding-bottom: 70px; }
      .bc-1.page-reports-1 .reports-content-1 .rankings-content {
        padding-bottom: 50px; } }
  @media only screen and (max-width: 640px) {
    .bc-1.page-reports-1 .reports-content-1 {
      padding-top: 50px;
      padding-bottom: 50px; }
      .bc-1.page-reports-1 .reports-content-1 .rankings-content {
        padding-bottom: 40px; } }

.bc-1.page-home-1 .intro-block-1 {
  padding-top: 130px;
  padding-bottom: 130px;
  text-align: center; }

@media only screen and (max-width: 768px) {
  .bc-1.page-home-1 .intro-block-1 {
    padding-top: 75px;
    padding-bottom: 75px; } }

@media only screen and (max-width: 640px) {
  .bc-1.page-home-1 .intro-block-1 {
    padding-top: 70px;
    padding-bottom: 70px; } }

.bc-1 .home-listings-1 {
  padding-top: 60px;
  padding-bottom: 90px; }
  .bc-1 .home-listings-1 .row {
    margin-right: -10px;
    margin-left: -10px; }
  .bc-1 .home-listings-1 .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px; }
  @media only screen and (max-width: 768px) {
    .bc-1 .home-listings-1 .row {
      margin-right: 0;
      margin-left: 0; }
    .bc-1 .home-listings-1 > .column-1 > .row > .col-lg-6 {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 50px; }
      .bc-1 .home-listings-1 > .column-1 > .row > .col-lg-6:last-child {
        margin-bottom: 0; } }
  @media only screen and (max-width: 640px) {
    .bc-1 .home-listings-1 {
      padding-top: 55px;
      padding-bottom: 70px; } }

.bc-1 .home-feature-item-1 {
  position: relative;
  padding-bottom: 60%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px; }
  .bc-1 .home-feature-item-1 a.home-feature-link-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.bc-1 .home-feature-details-1 {
  padding-top: 35px; }
  .bc-1 .home-feature-details-1 .news-listing-posted-on-1 {
    margin-bottom: 25px; }
  @media only screen and (max-width: 768px) {
    .bc-1 .home-feature-details-1 {
      text-align: center; }
      .bc-1 .home-feature-details-1 .col-md-12:first-child {
        margin-bottom: 15px; }
      .bc-1 .home-feature-details-1 .news-listing-posted-on-1 {
        margin-bottom: 15px; } }
  @media only screen and (max-width: 640px) {
    .bc-1 .home-feature-details-1 {
      text-align: left; } }

.bc-1 .home-listing-1 .news-listing-1 {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 0; }
  .bc-1 .home-listing-1 .news-listing-1 a.news-list-link-1 {
    top: 25px;
    bottom: 25px; }
  .bc-1 .home-listing-1 .news-listing-1:first-child {
    padding-top: 0; }
    .bc-1 .home-listing-1 .news-listing-1:first-child a.news-list-link-1 {
      top: 0; }
  .bc-1 .home-listing-1 .news-listing-1:last-child {
    padding-bottom: 0; }

@media only screen and (max-width: 990px) {
  .bc-1 .home-listing-1 .news-listing-posted-on-1 > span {
    display: none; }
  .bc-1 .home-listing-1 .news-listing-posted-on-1 > .posted-on, .bc-1 .home-listing-1 .news-listing-posted-on-1 > .byline {
    display: block; } }

@media only screen and (max-width: 768px) {
  .bc-1 .home-listing-1 .news-listing-posted-on-1 > span {
    display: inline; }
  .bc-1 .home-listing-1 .news-listing-posted-on-1 > .posted-on, .bc-1 .home-listing-1 .news-listing-posted-on-1 > .byline {
    display: inline-block; } }

@media only screen and (max-width: 640px) {
  .bc-1 .home-listing-1 .news-listing-1 .table-sm-block {
    width: 100%; }
    .bc-1 .home-listing-1 .news-listing-1 .table-sm-block .table-row,
    .bc-1 .home-listing-1 .news-listing-1 .table-sm-block .table-cell {
      width: 100%; }
  .bc-1 .home-listing-1 .news-listing-1 .cel-lg-6:last-child {
    padding-top: 20px;
    padding-left: 0; } }

.bc-1.page-rankings-sp-1 .rankings-cities-sp-1 {
  position: relative; }

.bc-1.page-rankings-sp-1 .rankings-cities-menu {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: auto; }

.bc-1.page-rankings-sp-1 .cities-menu-icon {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 72px;
  height: 51px;
  background-color: #ffffff;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: gainsboro;
  text-align: center;
  cursor: pointer;
  transform: translateX(-110%);
  -webkit-transform: translateX(-110%);
  -moz-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  -ms-transform: translateX(-110%); }
  .bc-1.page-rankings-sp-1 .cities-menu-icon.is-scroll {
    position: fixed; }
  @media only screen and (max-width: 830px) {
    .bc-1.page-rankings-sp-1 .cities-menu-icon {
      display: none;
      width: auto;
      height: auto;
      right: -1px;
      left: auto;
      border: 0;
      background-color: #000000;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      -webkit-transform-origin: right bottom;
              transform-origin: right bottom;
      transform: translateY(-100%) rotate(-90deg);
      -webkit-transform: translateY(-100%) rotate(-90deg);
      -moz-transform: translateY(-100%) rotate(-90deg);
      -o-transform: translateY(-100%) rotate(-90deg);
      -ms-transform: translateY(-100%) rotate(-90deg); }
      .bc-1.page-rankings-sp-1 .cities-menu-icon.is-scroll {
        top: 10px; } }

.bc-1.page-rankings-sp-1 .cities-menu-all {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #000000;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.08333333333333em;
  font-family: "adelle-sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0.025em; }
  @media only screen and (max-width: 830px) {
    .bc-1.page-rankings-sp-1 .cities-menu-all {
      position: relative;
      top: auto;
      left: auto;
      width: auto;
      padding-top: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
      padding-left: 10px;
      color: #ffffff;
      white-space: nowrap;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      -ms-transform: translateY(0); } }

.bc-1.page-rankings-sp-1 .cities-menu-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 31px;
  cursor: pointer; }
  @media only screen and (max-width: 830px) {
    .bc-1.page-rankings-sp-1 .cities-menu-close {
      top: 5px;
      right: 5px; } }

.bc-1.page-rankings-sp-1 .menu-close-icon.lines {
  position: absolute;
  width: 30px;
  height: 1px;
  display: block;
  top: 15px;
  left: 0; }

.bc-1.page-rankings-sp-1 .menu-close-icon.lines:after,
.bc-1.page-rankings-sp-1 .menu-close-icon.lines:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
  display: block;
  content: ''; }

.bc-1.page-rankings-sp-1 .menu-close-icon.lines:before {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg); }

.bc-1.page-rankings-sp-1 .menu-close-icon.lines:after {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }

.bc-1.page-rankings-sp-1 .cities-menu-table,
.bc-1.page-rankings-sp-1 .cities-menu-row,
.bc-1.page-rankings-sp-1 .cities-menu-cell {
  position: relative;
  width: 100%;
  height: 100%; }

.bc-1.page-rankings-sp-1 .cities-menu-cell {
  vertical-align: middle; }

.bc-1.page-rankings-sp-1 .cities-menu-title {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  color: #000000;
  font-weight: 900;
  font-size: 28px;
  line-height: 1em;
  font-family: Univers, Oswald, HelveticaNeue-CondensedBold, "Open Sans Condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase; }
  @media only screen and (max-width: 1024px) {
    .bc-1.page-rankings-sp-1 .cities-menu-title {
      font-size: 2.73438vw; } }
  @media only screen and (max-width: 850px) {
    .bc-1.page-rankings-sp-1 .cities-menu-title {
      margin-bottom: 4.70588vw; } }
  @media only screen and (max-width: 750px) {
    .bc-1.page-rankings-sp-1 .cities-menu-title {
      font-size: 20px; } }
  @media only screen and (max-width: 480px) {
    .bc-1.page-rankings-sp-1 .cities-menu-title {
      font-size: 24px; } }

.bc-1.page-rankings-sp-1 .cities-menu-list {
  padding-top: 40px;
  padding-right: 50px;
  padding-bottom: 40px;
  padding-left: 50px; }
  .bc-1.page-rankings-sp-1 .cities-menu-list > .table {
    margin-left: auto;
    margin-right: auto; }
    .bc-1.page-rankings-sp-1 .cities-menu-list > .table > .table-row > .table-cell {
      padding-right: 40px; }
      .bc-1.page-rankings-sp-1 .cities-menu-list > .table > .table-row > .table-cell:last-child {
        padding-right: 0; }
  .bc-1.page-rankings-sp-1 .cities-menu-list .table-row .table-row {
    cursor: pointer; }
  .bc-1.page-rankings-sp-1 .cities-menu-list .table-cell .table-cell {
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.44444444444444em;
    font-family: "Graphik XCond Web", Oswald, HelveticaNeue-CondensedBold, "Open Sans Condensed", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    white-space: nowrap; }
    .bc-1.page-rankings-sp-1 .cities-menu-list .table-cell .table-cell:first-child {
      padding-right: 2px; }
  .bc-1.page-rankings-sp-1 .cities-menu-list > .table > .table-row .table-cell .table-cell:first-child:after {
    content: '\2007'; }
  .bc-1.page-rankings-sp-1 .cities-menu-list > .table > .table-row .table-cell:last-child .table-cell:first-child:after {
    content: none; }
  @media only screen and (max-width: 850px) {
    .bc-1.page-rankings-sp-1 .cities-menu-list {
      padding-right: 5.88235vw;
      padding-left: 5.88235vw; }
      .bc-1.page-rankings-sp-1 .cities-menu-list .table-cell .table-cell {
        font-size: 1.88235vw; }
        .bc-1.page-rankings-sp-1 .cities-menu-list .table-cell .table-cell:first-child {
          padding-right: 2px; } }
  @media only screen and (max-width: 480px) {
    .bc-1.page-rankings-sp-1 .cities-menu-list {
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px; }
      .bc-1.page-rankings-sp-1 .cities-menu-list .table-cell .table-cell {
        font-size: 16px; }
      .bc-1.page-rankings-sp-1 .cities-menu-list > .table {
        display: block; }
        .bc-1.page-rankings-sp-1 .cities-menu-list > .table > .table-row {
          display: block; }
          .bc-1.page-rankings-sp-1 .cities-menu-list > .table > .table-row > .table-cell {
            display: block;
            padding-right: 0; } }

.bc-1.page-rankings-sp-1 .rankings-menu-1 {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #c25a3a;
  will-change: transform;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transition: transform 0.7s ease;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease; }
  .bc-1.page-rankings-sp-1 .rankings-menu-1.is-active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0); }
  @media only screen and (max-width: 640px) {
    .bc-1.page-rankings-sp-1 .rankings-menu-1 {
      display: none;
      padding-left: 20px;
      padding-right: 20px; } }

.bc-1.page-rankings-sp-1 .rankings-menu-items-1 {
  position: relative;
  top: 155px; }
  @media only screen and (max-width: 640px) {
    .bc-1.page-rankings-sp-1 .rankings-menu-items-1 {
      top: 55px; } }

.bc-1.page-rankings-sp-1 .rankings-menu-item-1 {
  margin-bottom: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ce7b61; }
  .bc-1.page-rankings-sp-1 .rankings-menu-item-1 a {
    color: #000000;
    font-weight: 500;
    font-size: 23px;
    line-height: 1em;
    font-family: "Graphik XCond Web", Oswald, HelveticaNeue-CondensedBold, "Open Sans Condensed", Helvetica, Arial, sans-serif; }

.bc-1.page-rankings-sp-1 .rankings-menu-icon-1 {
  position: absolute;
  top: 140px;
  left: 1px;
  padding-top: 11px;
  padding-right: 21px;
  padding-bottom: 15px;
  padding-left: 21px;
  background-color: #c25a3a;
  cursor: pointer;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1em;
  font-family: ivyjournal, Times, "Times New Roman", serif;
  border-bottom-left-radius: 10px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg); }
  @media only screen and (max-width: 640px) {
    .bc-1.page-rankings-sp-1 .rankings-menu-icon-1 {
      top: 40px;
      padding-top: 6px;
      padding-right: 17px;
      padding-bottom: 11px;
      padding-left: 17px;
      font-size: 14px; } }

.bc-1.page-rankings-sp-1 .cities-download-link {
  padding-top: 30px;
  padding-right: 65px;
  padding-bottom: 20px;
  padding-left: 65px;
  text-align: right; }
  @media only screen and (max-width: 640px) {
    .bc-1.page-rankings-sp-1 .cities-download-link {
      padding-right: 20px;
      padding-left: 20px;
      text-align: left; } }

.bc-1.page-rankings-sp-1 .cities-download-banner {
  padding-top: 35px;
  padding-right: 40px;
  padding-bottom: 35px;
  padding-left: 40px;
  background-color: #f2f2f2;
  text-align: center; }

.bc-1.page-rankings-sp-1 .cities-banner-report {
  display: inline-block;
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 22px;
  padding-left: 20px;
  background-color: #999999;
  vertical-align: middle;
  border-top-left-radius: 22px;
  border-bottom-right-radius: 22px; }
  .bc-1.page-rankings-sp-1 .cities-banner-report img {
    width: 170px;
    height: 239px;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 640px) {
    .bc-1.page-rankings-sp-1 .cities-banner-report {
      margin-bottom: 20px; } }

.bc-1.page-rankings-sp-1 .cities-banner-details {
  display: inline-block;
  width: 350px;
  padding-left: 30px;
  text-align: left;
  vertical-align: middle; }
  @media only screen and (max-width: 640px) {
    .bc-1.page-rankings-sp-1 .cities-banner-details {
      display: block;
      width: auto;
      padding-left: 0;
      text-align: center; } }

.bc-1.page-rankings-sp-1 .cities-sp-story-1 .column-limit-story-1 {
  width: 100%;
  max-width: 640px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 100px;
  padding-left: 20px; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .column-limit-story-1.no-download {
    margin-top: 100px; }
  @media only screen and (max-width: 768px) {
    .bc-1.page-rankings-sp-1 .cities-sp-story-1 .column-limit-story-1 {
      margin-top: 10px;
      padding-bottom: 80px; }
      .bc-1.page-rankings-sp-1 .cities-sp-story-1 .column-limit-story-1.no-download {
        margin-top: 36px; } }
  @media only screen and (max-width: 640px) {
    .bc-1.page-rankings-sp-1 .cities-sp-story-1 .column-limit-story-1 {
      max-width: 100%;
      padding-right: 20px;
      padding-bottom: 60px;
      padding-left: 20px; } }

.bc-1.page-rankings-sp-1 .cities-sp-hero {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden; }

.bc-1.page-rankings-sp-1 .cities-sp-placeholder,
.bc-1.page-rankings-sp-1 .cities-sp-item,
.bc-1.page-rankings-sp-1 .cities-sp-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.bc-1.page-rankings-sp-1 .cities-sp-placeholder {
  z-index: 0;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01); }

.bc-1.page-rankings-sp-1 .cities-sp-item {
  opacity: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }
  .bc-1.page-rankings-sp-1 .cities-sp-item.hero-loaded {
    opacity: 1; }

.bc-1.page-rankings-sp-1 .cities-sp-video {
  z-index: 1; }
  .bc-1.page-rankings-sp-1 .cities-sp-video video {
    outline: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }

.bc-1.page-rankings-sp-1 .cities-sp-caption-credit-1 {
  padding-top: 7px;
  text-align: right; }

.bc-1.page-rankings-sp-1 .cities-sp-credit-1 {
  margin-left: 10px; }

.bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-details-1 {
  margin-bottom: 30px; }

.bc-1.page-rankings-sp-1 .cities-sp-story-1 .table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: collapse; }

.bc-1.page-rankings-sp-1 .cities-sp-story-1 .table-row {
  height: 100%; }

.bc-1.page-rankings-sp-1 .cities-sp-story-1 .table-cell {
  position: relative;
  width: 50%;
  height: 100%;
  vertical-align: top; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .table-cell:first-child {
    padding-right: 30px; }

.bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-row-1 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-row-1:last-child {
    margin-bottom: 0; }

.bc-1.page-rankings-sp-1 .cities-sp-story-1 .no-row .cities-sp-row-1 {
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .no-row .cities-sp-row-1:last-child {
    margin-bottom: 0; }

.bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-highlighted-1 {
  padding-top: 8px;
  padding-bottom: 12px; }

.bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-highlight-1 {
  display: inline-block;
  vertical-align: middle; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-highlight-1:first-child {
    margin-right: 10px; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-highlight-1.place svg polygon {
    fill: #8a7bab; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-highlight-1.product svg polygon {
    fill: #5886b1; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-highlight-1.programming svg polygon {
    fill: #a9c47f; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-highlight-1.people svg polygon {
    fill: #699e84; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-highlight-1.prosperity svg polygon {
    fill: #d99f6b; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-highlight-1.promotion svg polygon {
    fill: #bf9fa5; }

.bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-highlight-value-1 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 31px;
  margin-right: 5px; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-highlight-value-1 > svg {
    display: inline-block;
    width: 27px;
    height: 31px; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-highlight-value-1 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 31px;
    text-align: center; }
    .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-highlight-value-1 span svg {
      display: inline-block; }
      .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-highlight-value-1 span svg path {
        fill: #ffffff; }

.bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-highlight-key-1 {
  display: inline-block;
  vertical-align: middle; }

.bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-map-cell-1 {
  position: relative;
  width: 100%;
  height: 100%; }

.bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-map-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: gainsboro;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-map-1 .city-map-icon-1 {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }

.bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-share-1 {
  margin-bottom: 30px; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-share-1 a {
    margin-right: 15px; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-share-1 svg path.icon-share-block {
    fill: #c8c8c8; }

.bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-content-1 {
  position: relative;
  padding-bottom: 60px;
  color: #666666; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-content-1:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 72px;
    height: 1px;
    background-color: #b3b3b3; }

@media only screen and (max-width: 768px) {
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-content-1 {
    padding-bottom: 48px; } }

@media only screen and (max-width: 640px) {
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-details-1 {
    margin-bottom: 20px; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .table,
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .table-row {
    height: auto; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .table-cell {
    width: 100%;
    height: auto; }
    .bc-1.page-rankings-sp-1 .cities-sp-story-1 .table-cell:first-child {
      margin-bottom: 10px;
      padding-right: 0; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .no-row .cities-sp-row-1 {
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-map-cell-1 {
    height: auto;
    padding-bottom: 56.25%; }
  .bc-1.page-rankings-sp-1 .cities-sp-story-1 .cities-sp-content-1 {
    padding-bottom: 36px; } }

.bc-1.page-rankings-sp-1 .loading-rankings {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  text-align: center; }

.bc-1.page-worlds-best-cities .rankings-menu-item-1 a.rankings-menu-worlds,
.bc-1.page-americas-best-cities .rankings-menu-item-1 a.rankings-menu-americas,
.bc-1.page-americas-best-large-cities .rankings-menu-item-1 a.rankings-menu-americas-large,
.bc-1.page-americas-best-midsize-cities .rankings-menu-item-1 a.rankings-menu-americas-medium,
.bc-1.page-americas-best-small-cities .rankings-menu-item-1 a.rankings-menu-americas-small {
  color: #ffffff; }

.section-reports {
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: #EFEFEF; }
  .section-reports .column-report {
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto; }
    .section-reports .column-report > .flex {
      background-color: #ffffff;
      border-top-left-radius: 24px;
      border-bottom-right-radius: 24px;
      overflow: hidden; }
      .section-reports .column-report > .flex.report-subscribed {
        background-color: #dae7e0; }
      .section-reports .column-report > .flex.report-subscribed-download {
        background-color: #e2deea; }
        .section-reports .column-report > .flex.report-subscribed-download input {
          outline: none; }
      .section-reports .column-report > .flex.wrldcty-subscribed {
        background-color: #ffffff; }
  .section-reports .col-report-image {
    position: relative;
    padding-bottom: 32.40741%; }
  .section-reports .report-hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover; }
  .section-reports .col-report-text {
    padding-top: 70px;
    padding-right: 50px;
    padding-bottom: 70px;
    padding-left: 50px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
    .section-reports .col-report-text .flex {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 30px; }
    .section-reports .col-report-text .report-year {
      text-align: right;
      font-size: 15px;
      line-height: 1em;
      font-family: ivyjournal, Times, "Times New Roman", serif; }
      .section-reports .col-report-text .report-year .is-worlds {
        color: #8abca8; }
      .section-reports .col-report-text .report-year .is-americas {
        color: #c25a3a; }
  @media only screen and (max-width: 768px) {
    .section-reports {
      padding-bottom: 75px; } }
  @media only screen and (max-width: 640px) {
    .section-reports {
      padding-top: 40px;
      padding-bottom: 50px; }
      .section-reports .column-report > .flex > .col-fl-6 {
        width: 100%; }
      .section-reports .col-report-image {
        padding-bottom: 64.81481%; }
      .section-reports .col-report-text {
        padding-top: 40px;
        padding-right: 20px;
        padding-bottom: 40px;
        padding-left: 20px; }
        .section-reports .col-report-text .flex {
          margin-bottom: 20px; } }

.page-subscribe .section-reports .col-report-image {
  padding-bottom: 50%; }

@media only screen and (max-width: 640px) {
  .page-subscribe .section-reports .col-report-image {
    padding-bottom: 100%; } }

.report-download {
  padding-bottom: 100px;
  background-color: #EFEFEF; }
  @media only screen and (max-width: 768px) {
    .report-download {
      padding-bottom: 75px; } }
  @media only screen and (max-width: 640px) {
    .report-download {
      padding-bottom: 50px; } }

.report-download-text {
  margin-bottom: 50px;
  text-align: center; }
  @media only screen and (max-width: 640px) {
    .report-download-text {
      margin-bottom: 30px; } }

.report-download-form {
  position: relative; }

.report-download-items {
  margin-bottom: 30px; }
  .report-download-items .table {
    width: 100%; }
  .report-download-items .table-cell {
    position: relative;
    width: 50%;
    vertical-align: top; }
    .report-download-items .table-cell .report-download-item {
      position: absolute;
      top: 0;
      right: 5px;
      left: 0;
      bottom: 0;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover; }
  @media only screen and (max-width: 640px) {
    .report-download-items .table-cell {
      width: 100%; } }

.report-fields .col-lg-12 {
  margin-bottom: 10px; }
  .report-fields .col-lg-12.report-subscribe-field {
    margin-bottom: 20px; }
  .report-fields .col-lg-12:last-child {
    margin-bottom: 0; }

.report-fields .col-lg-6:first-child {
  margin-bottom: 10px;
  padding-right: 5px; }

.report-fields .col-lg-6:last-child {
  margin-bottom: 10px;
  padding-left: 5px; }

@media only screen and (max-width: 640px) {
  .report-fields .col-lg-6:first-child {
    padding-right: 0; }
  .report-fields .col-lg-6:last-child {
    padding-left: 0; } }

.report-link {
  margin-bottom: 15px;
  text-align: center; }
  .report-link .download-report {
    display: inline-block;
    cursor: pointer; }

.report-download-disclaimer {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  text-align: center; }

.thank-you-table .table {
  width: 100%;
  background-color: #dae7e0; }

.thank-you-table .table-cell {
  width: 50%;
  vertical-align: middle; }

.thank-you-table .table-cell-item {
  position: relative;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  .thank-you-table .table-cell-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.thank-you-table .table-cell-details {
  padding-top: 40px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  text-align: center; }
  .thank-you-table .table-cell-details .table-cell-details-limit {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    margin-left: auto; }
  .thank-you-table .table-cell-details h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1em;
    text-transform: uppercase; }
  .thank-you-table .table-cell-details h1 + p {
    margin-bottom: 20px; }
  .thank-you-table .table-cell-details p + p {
    font-size: 12px; }

.thank-you-table.thank-you-report .table {
  background-color: #e2deea; }
  .thank-you-table.thank-you-report .table .table-cell-details p {
    font-size: 12px; }
    .thank-you-table.thank-you-report .table .table-cell-details p a {
      text-decoration: underline; }
  .thank-you-table.thank-you-report .table .table-cell-details h2 {
    margin-bottom: 10px;
    color: #8a7bab;
    font-size: 30px;
    line-height: 1em;
    text-transform: uppercase; }
  .thank-you-table.thank-you-report .table .table-cell-details input {
    outline: none; }

@media only screen and (max-width: 640px) {
  .thank-you-table .table-cell-item {
    padding-bottom: 100%; }
  .thank-you-table .table-cell {
    width: 100%; }
  .thank-you-table .table-cell-details {
    padding-top: 70px;
    padding-bottom: 70px; } }

@media only screen and (max-width: 768px) {
  .bc-1.page-podcast-1 .rankings-1 .col-md-6:nth-child(3) {
    display: none; } }

.bc-1 .podcast-1 {
  padding-top: 100px;
  padding-bottom: 90px; }
  .bc-1 .podcast-1 .the-content-1 {
    margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .bc-1 .podcast-1 {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media only screen and (max-width: 640px) {
    .bc-1 .podcast-1 {
      padding-top: 50px;
      padding-bottom: 50px; } }

.bc-1 .podcast-1-eipisode {
  margin-bottom: 40px; }

.bc-1 .podcast-1-player {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  height: 50px;
  background-color: #f2f2f2; }
  @media only screen and (max-width: 640px) {
    .bc-1 .podcast-1-player {
      margin-bottom: 40px; } }

.bc-1 .podcast-1-play-pause {
  position: relative;
  width: 50px;
  height: 100%;
  background-color: #c25a3a;
  cursor: pointer; }
  .bc-1 .podcast-1-play-pause .podcast-1-pause {
    display: none; }
  .bc-1 .podcast-1-play-pause.is-play .podcast-1-play {
    display: none; }
  .bc-1 .podcast-1-play-pause.is-play .podcast-1-pause {
    display: block; }

.bc-1 .podcast-1-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%; }

.bc-1 .podcast-1-pause {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%; }
  .bc-1 .podcast-1-pause:before, .bc-1 .podcast-1-pause:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 3px;
    height: 35%;
    background-color: #ffffff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .bc-1 .podcast-1-pause:before {
    left: 19px; }
  .bc-1 .podcast-1-pause:after {
    right: 19px; }

.bc-1 .podcast-1-time {
  width: 100px;
  padding-left: 15px; }

.bc-1 .podcast-1-progress {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.bc-1 .podcast-1-progress-background,
.bc-1 .podcast-1-progress-bar,
.bc-1 .podcast-1-progress-scrub {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px; }

.bc-1 .podcast-1-progress-background {
  background-color: #cccccc; }

.bc-1 .podcast-1-progress-bar {
  width: 0;
  background-color: #c25a3a; }

.bc-1 .podcast-1-progress-scrub {
  height: 8px;
  margin-top: -4px;
  cursor: pointer; }

.bc-1 .podcast-1-volume {
  width: 41px;
  height: 100%;
  cursor: pointer; }
  .bc-1 .podcast-1-volume.is-mute svg {
    opacity: .4; }

.bc-1 .podcast-1-subscribe span {
  display: inline-block;
  margin-right: 25px; }
  .bc-1 .podcast-1-subscribe span:last-child {
    margin-right: 0; }

@media only screen and (max-width: 640px) {
  .bc-1 .podcast-1-subscribe span {
    display: block;
    margin-right: 0;
    margin-bottom: 20px; }
    .bc-1 .podcast-1-subscribe span:last-child {
      margin-bottom: 0; } }

.bc-1.page-news-1 .news-content-1 .news-content-border {
  position: relative;
  padding-top: 60px;
  padding-bottom: 65px; }
  .bc-1.page-news-1 .news-content-1 .news-content-border:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #b3b3b3; }

.bc-1.page-news-1 .article-deck-1 {
  padding-top: 30px;
  padding-bottom: 30px; }

@media only screen and (max-width: 768px) {
  .bc-1.page-news-1 .article-deck-1 {
    margin-bottom: 50px;
    padding-bottom: 0; } }

@media only screen and (max-width: 640px) {
  .bc-1.page-news-1 .news-content-1 .news-content-border {
    padding-top: 50px;
    padding-bottom: 50px; }
  .bc-1.page-news-1 .article-list-1 .cel-lg-60 {
    padding-top: 20px;
    padding-left: 0; } }

.bc-1 .news-listings-1 {
  position: relative;
  padding-top: 60px; }
  .bc-1 .news-listings-1 .news-column-1 {
    max-width: 780px; }
    .bc-1 .news-listings-1 .news-column-1.is-listings {
      margin-right: auto;
      margin-left: auto; }
    .bc-1 .news-listings-1 .news-column-1.has-feature {
      max-width: 760px;
      margin-right: 440px; }
  .bc-1 .news-listings-1 .news-sidebar-1 {
    float: right;
    width: 350px; }
    .bc-1 .news-listings-1 .news-sidebar-1 .table-sm-block {
      display: block; }
      .bc-1 .news-listings-1 .news-sidebar-1 .table-sm-block .table-row,
      .bc-1 .news-listings-1 .news-sidebar-1 .table-sm-block .table-cell {
        display: block; }
    .bc-1 .news-listings-1 .news-sidebar-1 .cel-sm-12 {
      width: 100%; }
    .bc-1 .news-listings-1 .news-sidebar-1 .cel-lg-60 {
      padding-top: 20px;
      padding-left: 0; }
  @media only screen and (max-width: 1024px) {
    .bc-1 .news-listings-1 .news-column-1.has-feature {
      max-width: 780px;
      margin-right: auto;
      margin-left: auto; }
    .bc-1 .news-listings-1 .news-sidebar-1 {
      float: none;
      width: 100%;
      max-width: 780px;
      margin-right: auto;
      margin-bottom: 50px;
      margin-left: auto; }
      .bc-1 .news-listings-1 .news-sidebar-1 .table-sm-block {
        display: table; }
        .bc-1 .news-listings-1 .news-sidebar-1 .table-sm-block .table-row {
          display: table-row; }
        .bc-1 .news-listings-1 .news-sidebar-1 .table-sm-block .table-cell {
          display: table-cell; }
      .bc-1 .news-listings-1 .news-sidebar-1 .cel-sm-12 {
        width: auto; }
      .bc-1 .news-listings-1 .news-sidebar-1 .cel-lg-40 {
        width: 40%; }
      .bc-1 .news-listings-1 .news-sidebar-1 .cel-lg-60 {
        width: 60%;
        padding-top: 0;
        padding-left: 20px; } }
  @media only screen and (max-width: 640px) {
    .bc-1 .news-listings-1 {
      padding-top: 50px; }
      .bc-1 .news-listings-1 .news-sidebar-1 {
        margin-bottom: 50px; }
        .bc-1 .news-listings-1 .news-sidebar-1 .table-sm-block {
          display: block; }
          .bc-1 .news-listings-1 .news-sidebar-1 .table-sm-block .table-row, .bc-1 .news-listings-1 .news-sidebar-1 .table-sm-block .table-cell {
            display: block; }
        .bc-1 .news-listings-1 .news-sidebar-1 .cel-sm-12 {
          width: 100%; }
        .bc-1 .news-listings-1 .news-sidebar-1 .cel-lg-60 {
          padding-top: 20px;
          padding-left: 0; } }

.bc-1 .news-listing-1 {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e1e1e1; }
  .bc-1 .news-listing-1 a.news-list-link-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 40px;
    left: 0; }
  .bc-1 .news-listing-1:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
    .bc-1 .news-listing-1:last-child a.news-list-link-1 {
      bottom: 0; }
  .bc-1 .news-listing-1 .table,
  .bc-1 .news-listing-1 .table-row {
    width: 100%; }
  @media only screen and (max-width: 768px) {
    .bc-1 .news-listing-1 {
      padding-bottom: 25px;
      margin-bottom: 25px; } }

.bc-1 .news-listing-posted-on-1 {
  display: block; }
  .bc-1 .news-listing-posted-on-1 .posted-on,
  .bc-1 .news-listing-posted-on-1 .byline {
    display: inline-block; }

.bc-1 .article-list-1 .table-cell {
  position: relative;
  vertical-align: top; }

.bc-1 .article-list-1 .cel-lg-6:last-child,
.bc-1 .article-list-1 .cel-lg-60 {
  padding-left: 20px; }

.bc-1 .article-list-1 .cel-article-item-1 {
  padding-bottom: 60%; }

.bc-1 .article-list-1 .article-item-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 60%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 16px; }

@media only screen and (max-width: 640px) {
  .bc-1 .article-list-1 .cel-lg-60,
  .bc-1 .article-list-1 .cel-lg-6:last-child {
    padding-left: 15px; } }

.bc-1 .news-navigation-1 {
  margin-bottom: 75px;
  text-align: center; }
  .bc-1 .news-navigation-1 a {
    margin-right: 5px;
    margin-left: 5px;
    display: inline-block;
    padding: 11px 11px 9px;
    background-color: transparent;
    border: 2px solid #000000;
    color: #000000;
    font-weight: 700;
    font-size: 12px;
    font-family: Univers, Oswald, HelveticaNeue-CondensedBold, "Open Sans Condensed", Helvetica, Arial, sans-serif;
    line-height: 1em;
    text-transform: uppercase; }
  @media only screen and (max-width: 640px) {
    .bc-1 .news-navigation-1 {
      margin-bottom: 50px; } }

.bc-1.page-article-1 .page-hero {
  position: relative;
  z-index: 0;
  padding-bottom: 45%; }
  .bc-1.page-article-1 .page-hero.has-details .page-hero-item:after {
    opacity: 0.4;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000; }
  .bc-1.page-article-1 .page-hero.has-gallery {
    padding-bottom: 0; }
  @media only screen and (max-width: 640px) {
    .bc-1.page-article-1 .page-hero {
      padding-bottom: 0; } }

.bc-1.page-article-1 .page-hero-item {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 45%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  @media only screen and (max-width: 640px) {
    .bc-1.page-article-1 .page-hero-item {
      position: relative;
      padding-bottom: 60%; } }

.bc-1.page-article-1 .page-hero-items .page-hero-item {
  position: relative;
  top: auto;
  left: auto; }

.bc-1.page-article-1 .video-hero {
  position: relative;
  padding-bottom: 56.25%; }
  @media only screen and (max-width: 640px) {
    .bc-1.page-article-1 .video-hero {
      padding-bottom: 0; } }

.bc-1.page-article-1 .video-hero-item {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover; }
  .bc-1.page-article-1 .video-hero-item:after {
    opacity: 0.4;
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000; }
  @media only screen and (max-width: 640px) {
    .bc-1.page-article-1 .video-hero-item {
      display: none; } }

.bc-1.page-article-1 .yt-player-item {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 56.25%; }
  @media only screen and (max-width: 640px) {
    .bc-1.page-article-1 .yt-player-item {
      position: relative; } }

.bc-1.page-article-1 #yt-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.bc-1.page-article-1 .hero-details {
  z-index: 1;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center; }
  .bc-1.page-article-1 .hero-details p {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2em; }
  @media only screen and (min-width: 641px) {
    .bc-1.page-article-1 .hero-details {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%); } }
  @media only screen and (max-width: 768px) {
    .bc-1.page-article-1 .hero-details a {
      display: inline-block;
      width: 60px; }
      .bc-1.page-article-1 .hero-details a svg {
        display: block;
        width: 100%;
        height: auto; } }
  @media only screen and (max-width: 640px) {
    .bc-1.page-article-1 .hero-details {
      position: relative;
      margin-bottom: 20px; }
      .bc-1.page-article-1 .hero-details p {
        margin-bottom: 0;
        color: #666666;
        font-weight: 300;
        font-size: 17px;
        line-height: 1.33333em; }
      .bc-1.page-article-1 .hero-details a {
        display: none; } }

.bc-1.page-article-1 .article-deck-1 {
  margin-top: 75px;
  margin-bottom: 50px; }

.bc-1.page-article-1 .story-1 {
  margin-top: 50px; }

@media only screen and (max-width: 768px) {
  .bc-1.page-article-1 .article-deck-1 {
    margin-top: 50px; } }

.bc-1 .article-intro-1 {
  margin-bottom: 50px; }
  .bc-1 .article-intro-1:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .bc-1 .article-intro-1 {
      margin-bottom: 40px; } }

.bc-1 .article-deck-1 .article-intro-1 {
  margin-bottom: 20px; }

.bc-1 .article-author-1 {
  margin-bottom: 50px; }
  .bc-1 .article-author-1 p {
    color: #000000; }
  @media only screen and (max-width: 768px) {
    .bc-1 .article-author-1 {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 640px) {
    .bc-1 .article-author-1 p {
      font-size: 13px; } }

.bc-1 .article-share-1 {
  margin-bottom: 50px;
  text-align: center; }
  .bc-1 .article-share-1 a {
    margin-right: 30px; }
    .bc-1 .article-share-1 a:last-child {
      margin-right: 0; }
  @media only screen and (max-width: 768px) {
    .bc-1 .article-share-1 {
      margin-bottom: 40px; } }
  @media only screen and (max-width: 640px) {
    .bc-1 .article-share-1 a {
      margin-right: 15px; } }

.bc-1 .article-related-1 .table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse; }

.bc-1 .article-related-1 .table-cell {
  position: relative;
  vertical-align: top; }

.bc-1 .article-related-1 .cel-lg-6:first-child {
  padding-right: 10px; }
  .bc-1 .article-related-1 .cel-lg-6:first-child a.cel-link-1 {
    right: 10px;
    left: 0px; }

.bc-1 .article-related-1 .cel-lg-6:last-child {
  padding-left: 10px; }
  .bc-1 .article-related-1 .cel-lg-6:last-child a.cel-link-1 {
    right: 0;
    left: 10px; }

.bc-1 .article-related-1 .table-border-1 {
  padding: 20px;
  background-color: #000000; }
  .bc-1 .article-related-1 .table-border-1 .read-more-1 a {
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear; }

.bc-1 .article-related-1 a.cel-link-1 {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0; }

@media only screen and (max-width: 640px) {
  .bc-1 .article-related-1 .column-limit-2 > .table {
    display: block; }
    .bc-1 .article-related-1 .column-limit-2 > .table > .table-row {
      display: block; }
      .bc-1 .article-related-1 .column-limit-2 > .table > .table-row > .table-cell {
        display: block; }
  .bc-1 .article-related-1 .cel-lg-6:first-child {
    margin-bottom: 10px;
    padding-right: 0; }
    .bc-1 .article-related-1 .cel-lg-6:first-child a.cel-link-1 {
      right: 0; }
  .bc-1 .article-related-1 .cel-lg-6:last-child {
    padding-left: 0; }
    .bc-1 .article-related-1 .cel-lg-6:last-child a.cel-link-1 {
      left: 0; }
  .bc-1 .article-related-1 .table-border-1 {
    padding: 15px; } }

.bc-1 .related-title-1 {
  margin-bottom: 35px;
  text-align: center;
  border-bottom: 1px solid #999999; }
  .bc-1 .related-title-1 h4 {
    margin-bottom: 10px; }
  @media only screen and (max-width: 640px) {
    .bc-1 .related-title-1 {
      margin-bottom: 20px; } }

.bc-1 .related-details-1 .related-excerpt-1 {
  height: 40px;
  overflow: hidden; }

.bc-1 .related-details-1 p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 13px; }

.bc-1 .related-details-1 .read-more-1 {
  display: none;
  position: absolute;
  bottom: 0;
  left: 20px; }
  .bc-1 .related-details-1 .read-more-1 a {
    color: #cccccc; }

@media only screen and (max-width: 640px) {
  .bc-1 .related-details-1 p {
    margin-bottom: 7px; }
    .bc-1 .related-details-1 p:last-child {
      margin-bottom: 0; }
  .bc-1 .related-details-1 .read-more-1 {
    display: none; } }

.no-touchevents .bc-1 .news-navigation-1 a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .no-touchevents .bc-1 .news-navigation-1 a:hover {
    color: #ffffff;
    background-color: #000000; }

.no-touchevents .bc-1 .hero-details a circle {
  -webkit-transition: fill 0.3s linear;
  transition: fill 0.3s linear; }

.no-touchevents .bc-1 .hero-details a:hover circle {
  fill: #c25a3a; }

.no-touchevents .bc-1 .article-related-1 a.cel-link-1:hover + .table-border-1 .read-more-1 a {
  color: #51c1b0; }

.bc-1.page-methodology-1 .methodology-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #EFEFEF;
  text-align: center; }
  .bc-1.page-methodology-1 .methodology-section .column-1-text:first-child {
    max-width: 620px;
    margin-bottom: 80px; }
  .bc-1.page-methodology-1 .methodology-section .icon-methodology {
    width: 100%;
    max-width: 720px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    padding-top: 40px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-left: 50px;
    background-color: #ffffff;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px; }
    .bc-1.page-methodology-1 .methodology-section .icon-methodology img {
      display: inline-block;
      max-width: 100%;
      height: auto; }
  .bc-1.page-methodology-1 .methodology-section .methodology-text {
    margin-bottom: 70px; }
  .bc-1.page-methodology-1 .methodology-section .column-methodology {
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    text-align: left; }
    .bc-1.page-methodology-1 .methodology-section .column-methodology > .flex {
      margin-right: -8px;
      margin-left: -8px; }
    .bc-1.page-methodology-1 .methodology-section .column-methodology .col-fl-4 {
      margin-bottom: 16px;
      padding-right: 8px;
      padding-left: 8px; }
    .bc-1.page-methodology-1 .methodology-section .column-methodology .methodology-tile {
      padding-top: 20px;
      padding-right: 30px;
      padding-bottom: 30px;
      padding-left: 30px;
      background-color: #ffffff;
      border-top-left-radius: 24px;
      border-bottom-right-radius: 24px; }
      .bc-1.page-methodology-1 .methodology-section .column-methodology .methodology-tile img {
        display: block;
        margin-bottom: 15px; }
  @media only screen and (max-width: 768px) {
    .bc-1.page-methodology-1 .methodology-section {
      padding-top: 75px;
      padding-bottom: 75px; }
      .bc-1.page-methodology-1 .methodology-section .column-1-text:first-child {
        margin-bottom: 75px; }
      .bc-1.page-methodology-1 .methodology-section .column-methodology .col-fl-4 {
        width: 50%; }
        .bc-1.page-methodology-1 .methodology-section .column-methodology .col-fl-4:nth-child(3) .methodology-tile, .bc-1.page-methodology-1 .methodology-section .column-methodology .col-fl-4:nth-child(4) .methodology-tile {
          padding-bottom: 80px; } }
  @media only screen and (max-width: 640px) {
    .bc-1.page-methodology-1 .methodology-section {
      padding-top: 50px;
      padding-bottom: 50px; }
      .bc-1.page-methodology-1 .methodology-section .column-1-text:first-child {
        margin-bottom: 50px; }
      .bc-1.page-methodology-1 .methodology-section .icon-methodology {
        margin-bottom: 50px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        padding-left: 20px; }
      .bc-1.page-methodology-1 .methodology-section .methodology-text {
        margin-bottom: 50px; }
      .bc-1.page-methodology-1 .methodology-section .column-methodology .col-fl-4 {
        width: 100%; }
        .bc-1.page-methodology-1 .methodology-section .column-methodology .col-fl-4:nth-child(3) .methodology-tile, .bc-1.page-methodology-1 .methodology-section .column-methodology .col-fl-4:nth-child(4) .methodology-tile {
          padding-bottom: 80px; } }

.bc-1.page-methodology-1 .methodology-scorecard {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  .bc-1.page-methodology-1 .methodology-scorecard .column-2-text {
    margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .bc-1.page-methodology-1 .methodology-scorecard {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media only screen and (max-width: 640px) {
    .bc-1.page-methodology-1 .methodology-scorecard {
      padding-top: 50px;
      padding-bottom: 50px; }
      .bc-1.page-methodology-1 .methodology-scorecard .column-2-text {
        margin-bottom: 30px; } }

.bc-1.page-about-us-1 .about-section {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center; }
  .bc-1.page-about-us-1 .about-section .column-1-text {
    margin-bottom: 40px; }
  .bc-1.page-about-us-1 .about-section h1 {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto; }
  .bc-1.page-about-us-1 .about-section p.intro-1 {
    margin-bottom: 50px; }
  @media only screen and (max-width: 768px) {
    .bc-1.page-about-us-1 .about-section {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media only screen and (max-width: 640px) {
    .bc-1.page-about-us-1 .about-section {
      padding-top: 50px;
      padding-bottom: 50px; }
      .bc-1.page-about-us-1 .about-section p.intro-1 {
        margin-bottom: 30px; } }

.bc-1.page-about-us-1 .about-us-resonance a {
  display: inline-block; }

.bc-1.page-about-us-1 .about-us-resonance a:first-child {
  margin-bottom: 35px; }

.bc-1.page-about-us-1 .about-hello {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #EFEFEF;
  text-align: center; }
  .bc-1.page-about-us-1 .about-hello .column-1-text:first-child {
    margin-bottom: 40px; }
    .bc-1.page-about-us-1 .about-hello .column-1-text:first-child a {
      color: #c25a3a; }
  .bc-1.page-about-us-1 .about-hello p.intro-1 {
    margin-bottom: 30px; }
  .bc-1.page-about-us-1 .about-hello .about-hello-register .subscribe {
    width: 100%; }
  .bc-1.page-about-us-1 .about-hello .about-hello-register .col-lg-6:first-child {
    padding-right: 5px; }
  .bc-1.page-about-us-1 .about-hello .about-hello-register .col-lg-6:last-child {
    padding-left: 5px; }
  .bc-1.page-about-us-1 .about-hello .about-hello-register .col-lg-6,
  .bc-1.page-about-us-1 .about-hello .about-hello-register .col-lg-12 {
    margin-bottom: 10px; }
  .bc-1.page-about-us-1 .about-hello .about-hello-register .row.submit {
    margin-top: 30px;
    margin-bottom: 30px; }
    .bc-1.page-about-us-1 .about-hello .about-hello-register .row.submit span {
      cursor: pointer; }
  .bc-1.page-about-us-1 .about-hello .about-hello-register .contact-send-message {
    display: none;
    position: relative;
    top: -15px;
    text-align: center; }
    .bc-1.page-about-us-1 .about-hello .about-hello-register .contact-send-message:first-child {
      max-width: 450px; }
  .bc-1.page-about-us-1 .about-hello .about-hello-register.has-message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media only screen and (max-width: 768px) {
    .bc-1.page-about-us-1 .about-hello {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media only screen and (max-width: 640px) {
    .bc-1.page-about-us-1 .about-hello {
      padding-top: 50px;
      padding-bottom: 50px; }
      .bc-1.page-about-us-1 .about-hello .about-hello-register .col-lg-6:first-child {
        padding-right: 0; }
      .bc-1.page-about-us-1 .about-hello .about-hello-register .col-lg-6:last-child {
        padding-left: 0; } }

.bc-1.page-press-1 .press-section {
  padding-top: 100px;
  padding-bottom: 84px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .bc-1.page-press-1 .press-section {
      padding-top: 75px;
      padding-bottom: 59px; } }
  @media only screen and (max-width: 640px) {
    .bc-1.page-press-1 .press-section {
      padding-top: 50px;
      padding-bottom: 34px; } }

.bc-1.page-press-1 .section-press-tiles {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #EFEFEF; }
  @media only screen and (max-width: 768px) {
    .bc-1.page-press-1 .section-press-tiles {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media only screen and (max-width: 640px) {
    .bc-1.page-press-1 .section-press-tiles {
      padding-top: 50px;
      padding-bottom: 50px; } }

.bc-1.page-press-1 .column-press {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto; }
  .bc-1.page-press-1 .column-press > .flex {
    margin-right: -8px;
    margin-left: -8px; }
  .bc-1.page-press-1 .column-press .col-fl-4 {
    margin-bottom: 16px;
    padding-right: 8px;
    padding-left: 8px; }
  .bc-1.page-press-1 .column-press .press-tile {
    position: relative;
    background-color: #ffffff;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px;
    overflow: hidden; }
    .bc-1.page-press-1 .column-press .press-tile .press-tile-image {
      overflow: hidden; }
      .bc-1.page-press-1 .column-press .press-tile .press-tile-image img {
        display: block;
        width: 100%;
        height: auto; }
    .bc-1.page-press-1 .column-press .press-tile .press-tile-text {
      padding-top: 30px;
      padding-right: 30px;
      padding-bottom: 30px;
      padding-left: 30px; }
    .bc-1.page-press-1 .column-press .press-tile a {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-top-left-radius: 24px;
      border-bottom-right-radius: 24px; }
  .bc-1.page-press-1 .column-press .press-list {
    display: none; }
  .bc-1.page-press-1 .column-press .press-load-more {
    padding-top: 50px;
    padding-bottom: 16px;
    text-align: center; }
    .bc-1.page-press-1 .column-press .press-load-more span {
      cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .bc-1.page-press-1 .column-press .col-fl-4 {
      width: 50%; }
    .bc-1.page-press-1 .column-press .press-load-more {
      padding-top: 30px; } }
  @media only screen and (max-width: 640px) {
    .bc-1.page-press-1 .column-press .col-fl-4 {
      width: 100%; }
    .bc-1.page-press-1 .column-press .press-load-more {
      padding-top: 34px; } }

.no-touchevents .bc-1 .press-tile {
  will-change: transform; }
  .no-touchevents .bc-1 .press-tile .press-tile-image {
    will-change: transform; }
    .no-touchevents .bc-1 .press-tile .press-tile-image img {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      -webkit-transition: all 0.7s cubic-bezier(0.62, 0.12, 0.52, 0.94);
      transition: all 0.7s cubic-bezier(0.62, 0.12, 0.52, 0.94);
      will-change: transform; }
  .no-touchevents .bc-1 .press-tile a:hover + .press-tile-image img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); }

.bc-1.page-scorecard-1 .row-space-1 {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media only screen and (max-width: 768px) {
    .bc-1.page-scorecard-1 .row-space-1 {
      margin-top: 75px;
      margin-bottom: 75px; } }
  @media only screen and (max-width: 640px) {
    .bc-1.page-scorecard-1 .row-space-1 {
      margin-top: 50px;
      margin-bottom: 50px; } }

.bc-1.page-scorecard-1 .scorecard-quote {
  margin-top: 48px;
  margin-bottom: 48px; }

.bc-1.page-scorecard-1 p + h2 {
  margin-top: 48px; }

.bc-1.page-scorecard-1 ul li {
  padding-left: 20px;
  margin-bottom: 10px; }
  .bc-1.page-scorecard-1 ul li:last-child {
    margin-bottom: 0; }
  .bc-1.page-scorecard-1 ul li:before {
    content: '\2014';
    display: inline-block;
    width: 20px;
    margin-left: -20px; }

.bc-1.page-scorecard-1 .scorecard-methodology {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #EFEFEF;
  text-align: center; }
  .bc-1.page-scorecard-1 .scorecard-methodology .column-limit-1:first-child {
    margin-bottom: 80px; }

.bc-1.page-scorecard-1 .column-methodology {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  text-align: left; }
  .bc-1.page-scorecard-1 .column-methodology > .flex {
    margin-right: -8px;
    margin-left: -8px; }
  .bc-1.page-scorecard-1 .column-methodology .col-fl-4 {
    margin-bottom: 16px;
    padding-right: 8px;
    padding-left: 8px; }
  .bc-1.page-scorecard-1 .column-methodology .methodology-tile {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: #ffffff;
    border-top-left-radius: 24px;
    border-bottom-right-radius: 24px; }
    .bc-1.page-scorecard-1 .column-methodology .methodology-tile img {
      display: block;
      margin-bottom: 15px; }

@media only screen and (max-width: 768px) {
  .bc-1.page-scorecard-1 .scorecard-methodology {
    padding-top: 75px;
    padding-bottom: 75px; }
    .bc-1.page-scorecard-1 .scorecard-methodology .column-limit-1:first-child {
      margin-bottom: 75px; }
  .bc-1.page-scorecard-1 .column-methodology .col-fl-4 {
    width: 50%; }
    .bc-1.page-scorecard-1 .column-methodology .col-fl-4:nth-child(3) .methodology-tile, .bc-1.page-scorecard-1 .column-methodology .col-fl-4:nth-child(4) .methodology-tile {
      padding-bottom: 80px; } }

@media only screen and (max-width: 640px) {
  .bc-1.page-scorecard-1 .scorecard-methodology {
    padding-top: 50px;
    padding-bottom: 50px; }
    .bc-1.page-scorecard-1 .scorecard-methodology .column-limit-1:first-child {
      margin-bottom: 50px; }
  .bc-1.page-scorecard-1 .column-methodology .col-fl-4 {
    width: 100%; }
    .bc-1.page-scorecard-1 .column-methodology .col-fl-4:nth-child(3) .methodology-tile, .bc-1.page-scorecard-1 .column-methodology .col-fl-4:nth-child(4) .methodology-tile {
      padding-bottom: 80px; } }

.bc-1.page-wrldcty-1 .wrldcty-section {
  padding-top: 100px;
  padding-bottom: 60px;
  text-align: center; }
  .bc-1.page-wrldcty-1 .wrldcty-section h1 {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto; }
  @media only screen and (max-width: 768px) {
    .bc-1.page-wrldcty-1 .wrldcty-section {
      padding-top: 75px; } }
  @media only screen and (max-width: 640px) {
    .bc-1.page-wrldcty-1 .wrldcty-section {
      padding-top: 50px;
      padding-bottom: 50px; } }

.bc-1.page-wrldcty-1 .wrldcty-video {
  margin-bottom: 80px; }
  .bc-1.page-wrldcty-1 .wrldcty-video .overview-video {
    position: relative;
    padding-bottom: 56.25%; }
    .bc-1.page-wrldcty-1 .wrldcty-video .overview-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .bc-1.page-wrldcty-1 .wrldcty-video .overview-video-poster {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-image: url(./images/poster-wrldcty.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .bc-1.page-wrldcty-1 .wrldcty-video .play-video {
    position: absolute;
    bottom: 10%;
    left: 50%;
    width: 11%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    .bc-1.page-wrldcty-1 .wrldcty-video .play-video .icon-play {
      position: relative;
      padding-bottom: 100%; }
    .bc-1.page-wrldcty-1 .wrldcty-video .play-video svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.bc-1.page-wrldcty-1 .wrldcty-speakers {
  padding-bottom: 100px;
  text-align: center; }
  .bc-1.page-wrldcty-1 .wrldcty-speakers .wrldcty-speakers-text {
    margin-bottom: 80px; }
    .bc-1.page-wrldcty-1 .wrldcty-speakers .wrldcty-speakers-text p.wrldcty-accent {
      margin-bottom: 20px;
      color: #4D71B7; }
  .bc-1.page-wrldcty-1 .wrldcty-speakers .column-speakers {
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto; }
    .bc-1.page-wrldcty-1 .wrldcty-speakers .column-speakers > .flex {
      margin-right: -8px;
      margin-left: -8px; }
    .bc-1.page-wrldcty-1 .wrldcty-speakers .column-speakers .col-fl-20 {
      width: 20%;
      margin-bottom: 30px;
      padding-right: 8px;
      padding-left: 8px; }
      .bc-1.page-wrldcty-1 .wrldcty-speakers .column-speakers .col-fl-20 img {
        display: block;
        width: 100%;
        height: auto; }
    .bc-1.page-wrldcty-1 .wrldcty-speakers .column-speakers .speaker-text {
      padding-top: 15px; }
  .bc-1.page-wrldcty-1 .wrldcty-speakers .wrldcty-speakers-cta p.intro-1 {
    margin-bottom: 20px; }
  @media only screen and (max-width: 900px) {
    .bc-1.page-wrldcty-1 .wrldcty-speakers .column-speakers .col-fl-20 {
      width: 25%; } }
  @media only screen and (max-width: 768px) {
    .bc-1.page-wrldcty-1 .wrldcty-speakers {
      padding-bottom: 75px; }
      .bc-1.page-wrldcty-1 .wrldcty-speakers .column-speakers {
        margin-bottom: 20px; }
        .bc-1.page-wrldcty-1 .wrldcty-speakers .column-speakers .col-fl-20 {
          width: 33.333333%; } }
  @media only screen and (max-width: 640px) {
    .bc-1.page-wrldcty-1 .wrldcty-speakers {
      padding-bottom: 50px; }
      .bc-1.page-wrldcty-1 .wrldcty-speakers .column-speakers .col-fl-20 {
        width: 50%; } }

.bc-1.page-wrldcty-1 .wrldcty-subscribe {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #EFEFEF;
  text-align: center; }
  .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-text {
    margin-bottom: 50px; }
    .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-text p.wrldcty-accent {
      margin-bottom: 40px;
      color: #4D71B7; }
  .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-news p {
    margin-bottom: 30px; }
  .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-news .wrldcty-news {
    margin-bottom: 30px; }
  .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-news .col-lg-6:first-child {
    padding-right: 5px; }
  .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-news .col-lg-6:last-child {
    padding-left: 5px; }
  .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-news .col-lg-6,
  .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-news .col-lg-12 {
    margin-bottom: 10px; }
  .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-news .row.submit {
    margin-top: 20px; }
  .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-news .wrldcty-subscribe-submit {
    cursor: pointer; }
  .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-news .subscribe {
    width: 100%;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear; }
    .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-news .subscribe.disable {
      opacity: 0.5; }
  .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-social a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 9px;
    margin-left: 9px;
    vertical-align: middle;
    line-height: 25px;
    text-decoration: none; }
  @media only screen and (max-width: 768px) {
    .bc-1.page-wrldcty-1 .wrldcty-subscribe {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media only screen and (max-width: 640px) {
    .bc-1.page-wrldcty-1 .wrldcty-subscribe {
      padding-top: 50px;
      padding-bottom: 50px; }
      .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-text {
        margin-bottom: 30px; }
        .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-text p.wrldcty-accent {
          margin-bottom: 20px;
          color: #4D71B7; }
      .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-news .col-lg-6:first-child {
        padding-right: 0; }
      .bc-1.page-wrldcty-1 .wrldcty-subscribe .wrldcty-subscribe-news .col-lg-6:last-child {
        padding-left: 0; } }

.no-touchevents .bc-1 .wrldcty-video .overview-video-poster svg path,
.no-touchevents .bc-1 .wrldcty-video .overview-video-poster svg polygon {
  -webkit-transition: fill .3s ease;
  transition: fill .3s ease; }

.no-touchevents .bc-1 .wrldcty-video .overview-video-poster:hover svg path,
.no-touchevents .bc-1 .wrldcty-video .overview-video-poster:hover svg polygon {
  fill: #f15c58; }

.bc-1 {
  /*.wrldcty-popup {
	display: none;
	position: fixed;
	z-index: 9999;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
	background-color: rgba(0,0,0,.6);

	.wrldcty-popup-row {
		position: relative;
		width:100%;
		height:100%;
		display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	}

	.wrldcty-popup-banner {
		position: relative;
		display: inline-block;
		max-width: 1080px;
	}

	.is-mobile {
		display: none;
	}

	a {
		display: inline-block;
	}
	
	img {
		display: inline-block;
		max-width: 100%;
	    max-height: calc(100vh - 80px);
	}

@include responsive-max(screen-small) {

	.is-desktop {
		display: none;
	}
	.is-mobile {
		display: inline;
	}
}
}*/ }
  .bc-1 .ads-banner {
    display: none; }
    .bc-1 .ads-banner a {
      display: block; }
    .bc-1 .ads-banner img {
      display: block;
      width: 100%;
      height: auto; }
    .bc-1 .ads-banner .ads-portrait {
      display: none; }
    @media only screen and (max-width: 640px) {
      .bc-1 .ads-banner .ads-landscape {
        display: none; }
      .bc-1 .ads-banner .ads-portrait {
        display: block; } }
  .bc-1 .ads-home {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #ffffff;
    text-align: center; }
    .bc-1 .ads-home .banner-image {
      width: 100%;
      max-width: 728px;
      margin-right: auto;
      margin-left: auto; }
    @media only screen and (max-width: 640px) {
      .bc-1 .ads-home {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .bc-1 .ads-rankings {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f2f2f2;
    text-align: center; }
    .bc-1 .ads-rankings .banner-image {
      width: 100%;
      max-width: 1080px;
      margin-right: auto;
      margin-left: auto; }
    @media only screen and (max-width: 640px) {
      .bc-1 .ads-rankings {
        padding-top: 20px;
        padding-bottom: 20px; } }
  .bc-1 .wrldcty-popup-subscribe {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-y: auto; }
    .bc-1 .wrldcty-popup-subscribe .wrldcty-popup-row {
      /*position: relative;
		width:100%;
		height:100%;
		display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;*/
      width: 100%;
      height: 100%; }
      .bc-1 .wrldcty-popup-subscribe .wrldcty-popup-row .table-cell {
        vertical-align: middle; }
    .bc-1 .wrldcty-popup-subscribe .wrldcty-popup-banner {
      position: relative;
      max-width: 1024px;
      margin-right: auto;
      margin-left: auto;
      background-color: #ffffff; }
    .bc-1 .wrldcty-popup-subscribe .col-logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 50px;
      padding-right: 50px;
      padding-bottom: 50px;
      padding-left: 50px;
      background: linear-gradient(145deg, #FF5751 0%, #9B3D98 100%) 0% 0% no-repeat;
      text-align: center; }
      .bc-1 .wrldcty-popup-subscribe .col-logo img {
        display: inline-block;
        width: 383px;
        max-width: 100%;
        height: auto; }
    .bc-1 .wrldcty-popup-subscribe .col-subscribe {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 50px;
      padding-right: 50px;
      padding-bottom: 50px;
      padding-left: 50px; }
      .bc-1 .wrldcty-popup-subscribe .col-subscribe .text,
      .bc-1 .wrldcty-popup-subscribe .col-subscribe .text-cta,
      .bc-1 .wrldcty-popup-subscribe .col-subscribe .text-discalimer {
        color: #000000;
        font-weight: 400;
        font-size: 15px;
        font-family: "Graphik Web", Helvetica, Arial, sans-serif;
        line-height: 1.3125em;
        letter-spacing: normal; }
      .bc-1 .wrldcty-popup-subscribe .col-subscribe .text {
        margin-bottom: 40px; }
      .bc-1 .wrldcty-popup-subscribe .col-subscribe .text-cta {
        margin-bottom: 20px;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase; }
        .bc-1 .wrldcty-popup-subscribe .col-subscribe .text-cta .nowrap {
          white-space: nowrap; }
      .bc-1 .wrldcty-popup-subscribe .col-subscribe span.highlight {
        position: relative;
        z-index: 0;
        display: inline-block;
        white-space: nowrap; }
        .bc-1 .wrldcty-popup-subscribe .col-subscribe span.highlight:before {
          content: '';
          display: block;
          position: absolute;
          z-index: -1;
          top: -1px;
          right: -2px;
          bottom: -2px;
          left: -2px;
          background-color: #fbb916; }
      .bc-1 .wrldcty-popup-subscribe .col-subscribe .subscribe {
        margin-bottom: 20px; }
        .bc-1 .wrldcty-popup-subscribe .col-subscribe .subscribe .col-lg-6 {
          margin-bottom: 10px; }
          .bc-1 .wrldcty-popup-subscribe .col-subscribe .subscribe .col-lg-6:first-child {
            padding-right: 5px; }
          .bc-1 .wrldcty-popup-subscribe .col-subscribe .subscribe .col-lg-6:last-child {
            padding-left: 5px; }
        .bc-1 .wrldcty-popup-subscribe .col-subscribe .subscribe .col-lg-12 {
          margin-bottom: 10px; }
      .bc-1 .wrldcty-popup-subscribe .col-subscribe input[type=text],
      .bc-1 .wrldcty-popup-subscribe .col-subscribe input[type="email"],
      .bc-1 .wrldcty-popup-subscribe .col-subscribe textarea {
        width: 100%;
        height: 40px;
        padding-right: 10px;
        padding-left: 10px;
        border: 1px solid #e3e3e3;
        background-color: #e3e3e3;
        color: #000000;
        font-weight: 400;
        font-size: 16px;
        line-height: 38px;
        font-family: "Graphik Web", Helvetica, Arial, sans-serif; }
        .bc-1 .wrldcty-popup-subscribe .col-subscribe input[type=text].error,
        .bc-1 .wrldcty-popup-subscribe .col-subscribe input[type="email"].error,
        .bc-1 .wrldcty-popup-subscribe .col-subscribe textarea.error {
          border-color: #fbb916; }
      .bc-1 .wrldcty-popup-subscribe .col-subscribe .wrldcty-subscribe-submit {
        position: relative;
        display: inline-block;
        padding-top: 10px;
        padding-right: 20px;
        padding-bottom: 10px;
        padding-left: 20px;
        background-color: #fbb916;
        border: 2px solid #fbb916;
        cursor: pointer;
        text-align: center;
        color: #000000;
        font-weight: 600;
        font-size: 16px;
        line-height: 1em;
        font-family: "Graphik Web", Helvetica, Arial, sans-serif;
        letter-spacing: .01em;
        text-transform: uppercase;
        white-space: nowrap; }
    @media only screen and (max-width: 990px) {
      .bc-1 .wrldcty-popup-subscribe .col-subscribe {
        padding-top: 50px;
        padding-right: 50px;
        padding-bottom: 50px;
        padding-left: 50px; }
        .bc-1 .wrldcty-popup-subscribe .col-subscribe .text {
          margin-bottom: 20px; } }
    @media only screen and (max-width: 900px) {
      .bc-1 .wrldcty-popup-subscribe .no-mobile {
        display: none; }
      .bc-1 .wrldcty-popup-subscribe .col-logo {
        padding-right: 40px;
        padding-left: 40px; }
      .bc-1 .wrldcty-popup-subscribe .col-subscribe {
        padding-right: 30px;
        padding-left: 30px; }
        .bc-1 .wrldcty-popup-subscribe .col-subscribe .subscribe {
          margin-bottom: 10px; }
        .bc-1 .wrldcty-popup-subscribe .col-subscribe .text-discalimer {
          font-size: 12px; }
        .bc-1 .wrldcty-popup-subscribe .col-subscribe .wrldcty-subscribe-submit {
          width: 100%; } }
    @media only screen and (max-width: 768px) {
      .bc-1 .wrldcty-popup-subscribe .col-subscribe .text-discalimer {
        font-size: 10px; } }
    @media only screen and (max-width: 640px) {
      .bc-1 .wrldcty-popup-subscribe {
        padding-right: 20px;
        padding-left: 20px; }
        .bc-1 .wrldcty-popup-subscribe .col-logo {
          padding-top: 30px;
          padding-right: 20px;
          padding-bottom: 20px;
          padding-left: 20px; }
          .bc-1 .wrldcty-popup-subscribe .col-logo img {
            max-width: 75%; }
        .bc-1 .wrldcty-popup-subscribe .col-subscribe {
          padding-top: 20px;
          padding-right: 20px;
          padding-bottom: 20px;
          padding-left: 20px; }
          .bc-1 .wrldcty-popup-subscribe .col-subscribe .text-cta {
            text-align: center;
            font-size: 14px; }
          .bc-1 .wrldcty-popup-subscribe .col-subscribe .subscribe .col-lg-6:first-child {
            padding-right: 0; }
          .bc-1 .wrldcty-popup-subscribe .col-subscribe .subscribe .col-lg-6:last-child {
            padding-left: 0; } }
  .bc-1 .wrldcty-popup-close {
    position: absolute;
    z-index: 999;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: #e3e3e3;
    border-radius: 100%; }
    .bc-1 .wrldcty-popup-close .icon-close {
      position: absolute;
      top: 25%;
      left: 25%;
      width: 50%;
      height: 50%; }
      .bc-1 .wrldcty-popup-close .icon-close .barre {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        background-color: #000000; }
      .bc-1 .wrldcty-popup-close .icon-close .barre:nth-child(1) {
        top: calc(50% - 1px);
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg); }
      .bc-1 .wrldcty-popup-close .icon-close .barre:nth-child(2) {
        top: calc(50% - 1px);
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg); }
    @media only screen and (max-width: 640px) {
      .bc-1 .wrldcty-popup-close {
        top: -16px;
        right: -16px;
        width: 32px;
        height: 32px;
        background-color: #ffffff; } }

.no-touchevents .wrldcty-popup-subscribe .wrldcty-subscribe-submit {
  -webkit-transition: background-color .2s linear, border-color .2s linear, color .2s linear;
  transition: background-color .2s linear, border-color .2s linear, color .2s linear; }
  .no-touchevents .wrldcty-popup-subscribe .wrldcty-subscribe-submit:hover {
    background-color: transparent;
    border-color: #fbb916;
    color: #fbb916; }

