.article-filter {
  position: relative;
  width: 1px;
}

.article-filter > a {
  display: block;
  text-decoration: none;
}

.article-filter figure {
  position: relative;
}

.article-filter figure picture {
  max-height: 198px;
}

.article-filter .shareOn {
  top: 10px;
  right: 10px;
}

.article-filter .shareOn aside {
  width: 125px;
}

.article-filter .txtArt {
  position: relative;
  background: #fff;
}

.article-filter .txtArt header .tag {
  display: block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1em;
  font-family: "Gotham 7r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: normal;
  color: #888;
}

.article-filter .txtArt header h2 {
  font-family: "Gotham-Light", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
}

.article-filter footer {
  position: absolute;
  bottom: 35px;
}

.article-filter footer ul li {
  float: left;
}

.article-filter footer ul li ~ li {
  margin: 0 0 0 4px;
}

.article-filter footer ul li a,
.article-filter footer ul li span {
  display: block;
  padding: 5px 8px;
  font-size: 11px;
  line-height: 1em;
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

.article-filter footer ul li a.select, .article-filter footer ul li a:hover {
  color: #e82f27;
}

.article-filter.small {
  float: left;
  width: 350px;
  height: auto;
  min-height: 370px;
  margin: 0 0 40px 40px;
  background: #fff;
}

.article-filter.small .txtArt {
  padding: 13px 20px 0;
  height: auto;
}

.article-filter.small .txtArt header {
  height: auto;
}

.article-filter.small .txtArt header .tag {
  padding: 8px 0;
}

.article-filter.small .txtArt header h2 {
  font-size: 18px;
  line-height: 1.3em;
}

.article-filter.small .txtArt header h2 a {
  text-decoration: none;
  color: #000;
}

.article-filter.small footer {
  left: 15px;
  bottom: 23px;
  overflow: hidden;
  max-height: 19px;
}

@media only screen and (max-width: 1129px) {
  .article-filter.small {
    display: block;
    width: 302px;
    margin: 0 15px 40px;
    text-align: left;
  }
  .articles-ctr {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1000px) {
  .article-filter.small {
    display: block;
    width: 310px;
    margin: 0 15px 40px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .article-filter.small {
    width: 48%;
    margin: 0 1% 40px;
    text-align: left;
  }
}
@media only screen and (max-width: 635px) {
  .article-filter.small {
    float: none;
    display: inline-block;
    margin: 0 0 30px;
    width: 300px;
    height: auto;
    text-align: left;
  }
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #dde;
  position: relative;
}

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

.page-cnt .clearfix:after,
.page-cnt .clearfix:before,
.btnGroup:after,
.btnGroup:before {
  display: table;
  content: "";
  clear: both;
}

#world-page {
  background-color: #fff;
  clear: both;
  margin-top: 0;
  border-bottom: 2px solid #72C5D3;
}

#world-page,
#world-page * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper-container {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  width: 1170px;
}

.wrapper-row {
  margin: 0 -20px;
}

.wrapper-row:after,
.wrapper-row:before {
  clear: both;
  display: table;
  content: " ";
}

.btnGroup {
  margin: 0 0 60px;
  text-align: center;
}

.btnSquare {
  background-color: #000;
  text-transform: uppercase;
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "gotham-medium", sans-serif;
  padding: 15px 53px 13px 36px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
  display: inline-block;
  line-height: 1em;
  cursor: pointer;
  position: relative;
  text-align: center;
  min-width: 210px;
}

.btnSquare:hover,
.btnSquare:focus,
.btnSquare:active {
  background-color: #72C5D3;
  color: #fff;
}

.btnSquare i {
  position: absolute;
  right: 11px;
  top: 11px;
  font-size: 16px;
}

.articleWrapper,
.articleWrapperSecond {
  overflow: hidden;
}

.articleWrapperSecond {
  clear: left;
}

h2.sectionTitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2em;
  font-size: 33px;
  margin: 10px 0 40px;
  color: #444;
  font-weight: normal;
  text-align: center;
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
}

h2.sectionTitle strong {
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "gotham-book", Arial, Helvetica, sans-serif;
}

h2.sectionTitle sup {
  top: -5px;
}

h3.sectionSubTitle {
  font-family: Gotham-Light, "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1.4em;
  font-size: 14px;
  text-align: center;
  margin: 20px 0 50px;
}

h3.sectionSubTitle strong {
  font-family: Gotham-Medium, Arial, sans-serif;
}

/* HEADLINE */
.worldSectionHeader {
  background: #000;
  margin: 0 0 40px;
  overflow: hidden;
}

.worldSectionHeader .artwork {
  position: relative;
  background: #fff;
}

.worldSectionHeader .artwork img.artwork-headline {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .worldSectionHeader .artwork img.artwork-headline {
    width: 100%;
    max-width: 280px;
  }
}

.worldSectionHeader .artwork picture img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.worldSectionHeader .artwork a {
  display: block;
  position: relative;
  height: 300px;
}
.worldSectionHeader .artwork a:after {
  content: "";
  border: 3px solid #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: block;
  bottom: 10px;
  left: 50%;
  z-index: 100;
  position: absolute;
  transform: translateX(-50%);
}
.worldSectionHeader .artwork a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-left: 12px solid #fff;
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  position: absolute;
  left: 50%;
  bottom: 25px;
  display: block;
  z-index: 10;
  transform: translateX(-4px);
}
@media only screen and (max-width: 768px) {
  .worldSectionHeader .artwork a {
    height: 214px;
  }
  .worldSectionHeader .artwork a:after {
    height: 40px;
    width: 40px;
    bottom: 5px;
  }
  .worldSectionHeader .artwork a:before {
    bottom: 15px;
  }
}

.worldSectionHeader .headline {
  color: #fff;
  font-size: 10px;
  line-height: 1.5em;
  text-transform: uppercase;
  font-family: Gotham-Bold, "Gotham 4r", "Gotham A", "Gotham B", "gotham-book", Arial, Helvetica, sans-serif;
}

.worldSectionHeader .headline a {
  color: #fff;
  padding-right: 30px;
  position: relative;
  display: inline-block;
}

.worldSectionHeader .headline a:after {
  display: block;
  content: "";
  background: transparent url("../resources/gfx/spr/spriteSite.png") no-repeat -343px -26px;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 0;
  top: 2px;
}

.worldSectionHeader .headline .col {
  float: left;
  padding: 15px 0;
}

.worldSectionHeader .headline .col:nth-child(1) {
  width: 45%;
}

.worldSectionHeader .headline .col:nth-child(2) {
  width: 30%;
}

.worldSectionHeader .headline .col:nth-child(3) {
  width: 25%;
  text-align: right;
}

/* EDITORIAL */
.worldSectionEditorial .inner {
  border-bottom: 2px solid #72C5D3;
  overflow: hidden;
  padding: 10px 0 40px;
  margin-bottom: 30px;
}

.worldSectionEditorial .col {
  float: left;
  width: 64%;
}

.worldSectionEditorial .col:nth-child(1) {
  width: 34.5%;
}

.worldSectionEditorial h2 {
  font-size: 30px;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "gotham-book", Arial, Helvetica, sans-serif;
  line-height: 1.1em;
  text-transform: uppercase;
  margin: 0;
}

.worldSectionEditorial h3 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "gotham-medium", sans-serif;
  margin: 10px 0 10px;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.worldSectionEditorial h4 {
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "gotham-medium", sans-serif;
}

.worldSectionEditorial p {
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 6px;
}

.worldSectionEditorial p em {
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "gotham-medium", sans-serif;
  font-style: italic;
  margin-bottom: 5px;
  display: block;
  font-size: 15px;
}

.worldSectionEditorial p small {
  line-height: 1.3em;
  font-size: 80%;
}

.worldSectionEditorial .moreText {
  display: none;
}

.worldSectionEditorial .btnGroup {
  text-align: left;
  margin: 40px 0 40px;
}

/* ARTICLE GLOBAL */
#world-page .article-filter {
  margin: 20px;
  background: transparent;
}

#world-page .article-filter .shareOn aside {
  width: 135px;
}

#world-page .article-filter.small .txtArt {
  padding: 0;
}

#world-page .article-filter.small .txtArt header .tag,
#world-page .article-filter.small .txtArt header > a {
  color: #fff;
  background-color: #000;
  font-size: 10px;
  padding: 7px 10px;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-family: "Gotham 7r", "Gotham A", "Gotham B", "Gotham-Bold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1em;
}

#world-page .article-filter.small .txtArt header > a:hover,
#world-page .article-filter.small .txtArt header > a:focus,
#world-page .article-filter.small .txtArt header > a:active {
  color: #fff;
  text-decoration: none;
}

#world-page .article-filter.small .txtArt header h2 {
  font-size: 24px;
  line-height: 1.1em;
  margin: 20px 0 0;
  position: relative;
  padding-right: 20px;
}

#world-page .article-filter.small .txtArt header h2:after {
  background: transparent url("../resources/gfx/spr/spriteSite.png") no-repeat -344px 0;
  display: block;
  content: "";
  height: 16px;
  width: 16px;
  position: absolute;
  right: 0;
  top: 0;
}

#world-page .article-filter .tags {
  display: none;
}

/* INTERVIEW */
#interview-section {
  padding: 0 0 40px;
}

#interview-section h3.sectionSubTitle {
  float: left;
  width: 370px;
  margin: 20px 0 0 20px;
  text-transform: none;
  font-family: "Gotham 2r", "Gotham A", "Gotham B", "Gotham-XLight", Arial, Helvetica, sans-serif;
  text-align: left;
  color: #fff;
  font-size: 26px;
  line-height: 0.8em;
  letter-spacing: 0;
}

#interview-section h3.sectionSubTitle span {
  background-color: #000;
  display: inline-block;
  padding: 8px 9px 8px;
}

#interview-section h3.sectionSubTitle span:first-child {
  padding-top: 8px;
}

#interview-section h3.sectionSubTitle span:last-child {
  padding-bottom: 7px;
  display: none;
}

#interview-section .articleWrapperSecond .article-filter {
  display: none;
}

/* INNOVATION SECTION */
#innovation-section {
  background-color: #F2F2F2;
  padding: 30px 0;
}

#innovation-section .wrapper-container {
  overflow: hidden;
}

#innovation-section h2.sectionTitle {
  margin: 0 0 40px;
  overflow: hidden;
}

#world-page #innovation-section .article-filter.small .txtArt header h2 {
  font-size: 34px;
}

#innovation-section h2.sectionTitle span {
  display: inline-block;
  padding: 10px;
  color: #fff;
  min-width: 250px;
  margin: 0 -10px;
  background-color: #72C5D3;
}

#innovation-section h2.sectionTitle span:first-child {
  color: #333;
  background-color: #fff;
}

#world-page #innovation-section .article-filter.small .txtArt {
  background-color: #f2f2f2;
  padding-top: 1px;
  height: auto;
}

#innovation-section .article-filter figure {
  overflow: hidden;
}

.article-filter.small .txtArt header {
  height: auto;
}

#world-page #innovation-section .article-filter.small .txtArt header h2 {
  margin: 0 0 15px;
}

#world-page #innovation-section .article-filter.small .txtArt header h2:after {
  display: none;
}

#world-page #innovation-section .article-filter.small:nth-child(2) .txtArt header h2 {
  margin-top: 15px;
}

#innovation-section .article-filter.small .txtArt p {
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
}

.videoPopup {
  display: block;
}

.videoPopup figure {
  position: relative;
}

.videoPopup figure i {
  font-size: 82px;
  transform: translate(-50%, -50%);
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}

@media screen and (max-width: 1020px) {
  #world-page #innovation-section .article-filter.small .txtArt header h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  #world-page #innovation-section .article-filter {
    width: 100%;
  }
  #world-page #innovation-section .article-filter.small .txtArt {
    width: 330px;
    float: left;
    padding-right: 20px;
  }
  #world-page #innovation-section .article-filter.small:nth-child(2) .txtArt {
    padding-right: 0;
    padding-left: 20px;
  }
  #world-page #innovation-section .article-filter.small > a {
    width: 330px;
    float: left;
  }
  #world-page #innovation-section .article-filter.small > a img {
    width: 100%;
  }
}
/* VIDEO SECTION */
#video-section {
  clear: both;
  background-color: #292929;
  padding: 50px 0;
  margin-bottom: 40px;
}

#video-section .wrapper-container {
  padding: 0;
}

#video-wrapper {
  text-align: center;
  color: #fff;
  background-color: transparent;
  overflow: hidden;
  height: 450px;
  position: relative;
}

#video-wrapper:focus,
#video-wrapper *:focus {
  outline: none;
}

#video-wrapper-inner {
  overflow: hidden;
}

#video-wrapper h3 {
  margin: 0 0 30px;
  font-weight: normal;
  font-size: 30px;
  line-height: 1em;
  text-transform: uppercase;
  font-family: Gotham-Light, "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
}

#event-gallery-section h3 {
  border-bottom-color: #ddd;
  margin: 2em 0 30px;
}

#video-wrapper h3 strong {
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
}

.videoItem {
  width: 348px;
  height: 330px;
  float: left;
  text-align: left;
  margin: 0 20px;
}

.videoItem .textBox {
  padding: 15px 0;
}

.videoItem h4 {
  text-transform: none;
  line-height: 1.3em;
  font-size: 28px;
  font-family: Gotham-Light, "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Medium", Arial, Helvetica, sans-serif;
}

.videoItem h4 span {
  background-color: #fff;
  display: inline-block;
  padding: 2px 2px 2px 4px;
  color: #333;
}

.videoItem figure {
  margin: 0;
  position: relative;
  height: 180px;
  overflow: hidden;
}

.videoItem figure i {
  font-size: 82px;
  transform: translate(-50%, -50%);
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}

.videoItem img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 768px) {
  .videoItem {
    width: 245px;
  }
  .videoItem figure {
    height: 140px;
  }
  .videoItem figure i {
    font-size: 62px;
  }
}
#video-section .jspHorizontalBar {
  height: 8px;
  background-color: transparent;
}

#video-section .jspHorizontalBar .jspTrack {
  position: relative;
  top: -2px;
}

#video-section .jspTrack {
  background-color: #484848;
}

#video-section .jspDrag {
  background: #72C5D3;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 10px;
}

#video-section .jspHorizontalBar .jspArrow {
  text-indent: 0;
  background-color: #292929;
}

#video-section .jspArrowRight,
#video-section .jspArrowLeft {
  position: relative;
  width: 16px;
}

#video-section .jspArrowRight:after,
#video-section .jspArrowLeft:after {
  content: "\f105";
  font-family: FontAwesome, sans-serif;
  position: absolute;
  top: -12px;
  color: #72C5D3;
  font-size: 20px;
  display: block;
  height: 8px;
  width: 16px;
  background-color: transparent;
}

#video-section .jspArrowRight:after {
  content: "\f105";
  right: -4px;
}

#video-section .jspArrowLeft:after {
  content: "\f104";
  left: -4px;
}

#video-section .jspArrowRight.jspDisabled:after,
#video-section .jspArrowLeft.jspDisabled:after {
  color: #999;
}

#video-wrapper-overlay,
#video-innovation-wrapper-overlay {
  position: absolute;
  left: 100%;
  top: 0;
  height: 450px;
  padding: 15px;
  color: #fff;
  text-align: left;
  width: 100%;
  background-color: #292929;
  transition: left 0.5s ease-in-out;
}

#video-wrapper-overlay.active,
#video-innovation-wrapper-overlay.active {
  left: 0;
}

#video-wrapper-overlay iframe,
#video-innovation-wrapper-overlay iframe {
  width: 66.66666%;
  float: left;
  height: 100%;
}

#video-wrapper-overlay .headline,
#video-innovation-wrapper-overlay .headline {
  float: left;
  padding-left: 20px;
  width: 33.333333%;
}

#video-wrapper-overlay h4,
#video-innovation-wrapper-overlay h4 {
  font-size: 30px;
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
  margin: 90px 0 8px;
}

#video-wrapper-overlay p,
#video-innovation-wrapper-overlay p {
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-Light", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  margin-bottom: 8px;
}

#video-wrapper-overlay a,
#video-innovation-wrapper-overlay a {
  color: #fff;
  text-transform: uppercase;
  font-family: "Gotham 5r", "Gotham A", "Gotham B", "Gotham-bold", Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.videoOverlayClose {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 1em;
  color: #fff;
  cursor: pointer;
  font-size: 32px;
}

#video-innovation-wrapper-overlay {
  background-color: #f2f2f2;
  color: #333;
  height: 100%;
}

#video-innovation-wrapper-overlay a {
  color: #333;
}

#video-innovation-wrapper-overlay .videoOverlayClose {
  color: #333;
}

@media only screen and (max-width: 1020px) {
  #video-wrapper-overlay iframe,
#video-innovation-wrapper-overlay iframe {
    float: none;
    width: 95%;
    height: 75%;
  }
  #video-innovation-wrapper-overlay iframe {
    height: 335px;
  }
  #video-wrapper-overlay h4,
#video-innovation-wrapper-overlay h4 {
    margin: 7px 0 8px;
    font-size: 20px;
    line-height: 1.3em;
  }
  #video-wrapper-overlay .headline,
#video-innovation-wrapper-overlay .headline {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  .videoOverlayClose {
    right: 13px;
    top: 7px;
  }
}
@media only screen and (max-width: 768px) {
  #video-wrapper-overlay iframe,
#video-innovation-wrapper-overlay iframe {
    width: 100%;
    margin-top: 27px;
    height: 65%;
  }
}
/* ALL STORIES */
#allstories-section .articleWrapper .article-filter {
  display: none;
}

#allstories-section .articleWrapper .article-filter:nth-child(1),
#allstories-section .articleWrapper .article-filter:nth-child(2),
#allstories-section .articleWrapper .article-filter:nth-child(3) {
  display: block;
}

.mfp-wrap video.artworkVideo {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}

.artwork {
  cursor: pointer;
}

/* RESPONSIVE GRID */
@media only screen and (max-width: 1169px) {
  .wrapper-container {
    width: 1110px;
    padding: 0 10px;
  }
  .wrapper-row {
    margin: 0 -10px;
  }
  #world-page .article-filter {
    margin: 0 10px 20px;
  }
  #interview-section h3.sectionSubTitle {
    width: 340px;
  }
}
@media only screen and (max-width: 1129px) {
  .wrapper-container {
    width: 1020px;
  }
  .article-filter.small {
    width: 310px;
  }
}
@media only screen and (max-width: 1020px) {
  .wrapper-container {
    width: 660px;
  }
  .worldSectionHeader .headline .col:nth-child(1),
.worldSectionHeader .headline .col:nth-child(2) {
    width: 50%;
  }
  .worldSectionHeader .headline .col:nth-child(2) {
    text-align: right;
  }
  .worldSectionHeader .headline .col:nth-child(3) {
    text-align: right;
    padding: 0 0 15px;
    width: 100%;
  }
  .worldSectionHeader .headline a br {
    display: none;
  }
  .worldSectionHeader .headline a:after {
    top: -4px;
  }
  .worldSectionEditorial .col:nth-child(1),
.worldSectionEditorial .col:nth-child(2) {
    float: none;
    width: 100%;
  }
  .worldSectionEditorial h2 {
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 1.2em;
  }
  .worldSectionEditorial h2 br {
    display: none;
  }
  #interview-section h2.sectionTitle {
    margin-bottom: 20px;
  }
  #interview-section h3.sectionSubTitle {
    float: none;
    width: auto;
    margin: 0 10px 30px;
    line-height: 1.4em;
    text-align: center;
    font-size: 16px;
  }
  #interview-section h3.sectionSubTitle span {
    background-color: transparent;
    color: #333;
    padding: 0;
  }
  #interview-section h3.sectionSubTitle br {
    display: none;
  }
  #allstories-section .articleWrapper .article-filter:nth-child(4) {
    display: block;
  }
  #world-page .article-filter.small .txtArt header h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .worldSectionEditorial h2 br {
    display: block;
  }
  .wrapper-container {
    width: 300px;
  }
  .article-filter.small {
    width: 280px;
  }
  .worldSectionHeader .headline .col:nth-child(1),
.worldSectionHeader .headline .col:nth-child(2) {
    width: 100%;
    float: none;
    text-align: center;
  }
  .worldSectionHeader .headline .col:nth-child(2) {
    padding: 0 0 15px;
  }
  .worldSectionHeader .headline .col:nth-child(3) {
    display: none;
  }
  .worldSectionEditorial h2 {
    font-size: 24px;
    text-align: center;
  }
  .worldSectionEditorial h3,
.worldSectionEditorial p,
.worldSectionEditorial .btnGroup {
    text-align: center;
  }
  #innovation-section h2.sectionTitle span {
    display: block;
    margin: 0 10px;
  }
  #world-page #innovation-section .article-filter.small:nth-child(1) .txtArt,
#world-page #innovation-section .article-filter.small:nth-child(3) .txtArt {
    position: relative;
    top: 180px;
  }
  #world-page #innovation-section .article-filter.small:nth-child(1) > div.videoPopup,
#world-page #innovation-section .article-filter.small:nth-child(3) > div.videoPopup,
#world-page #innovation-section .article-filter.small:nth-child(1) > a.videoPopup,
#world-page #innovation-section .article-filter.small:nth-child(3) > a {
    position: relative;
    top: -200px;
  }
  #world-page #innovation-section .article-filter.small > div.videoPopup img,
#world-page #innovation-section .article-filter.small > a img {
    width: 100%;
  }
  #world-page #innovation-section .article-filter.small .txtArt header h2:after {
    display: block;
  }
}
/* FIX */
.respImage {
  max-width: 100%;
  display: block;
  height: auto;
  width: 100%;
}

.worldSectionHeader h1 {
  font-size: 10px;
}

.worldSectionEditorial p {
  margin-top: 0;
}

.btnSquare {
  border-radius: 0;
}

.videoItem h4 {
  margin: 0;
}

.wrapper-cnt {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1130px;
  width: 100%;
}

.bgFull {
  display: none;
}

ul {
  list-style: none;
}

.share-phrase {
  margin-bottom: 20px;
}

.share-phrase p {
  margin: 0;
}

.text-1st-letter {
  margin-top: 25px;
}

.backHome {
  display: inline-block;
  white-space: nowrap;
  padding: 25px 0 15px;
  font-size: 14px;
  line-height: 1em;
  font-family: "Gotham 4r", "Gotham A", "Gotham B", "Gotham-Book", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #000;
}

.pageName {
  margin: 0;
}

.copy-date-post {
  margin-bottom: 50px;
}
.copy-date-post .copydate p {
  margin: 0;
}
.copy-date-post p.copyDate {
  float: right;
}

.more-read h3, .more-read h4, .more-read .h3, .more-read .h4, .more-read p {
  margin: 0;
}