/*

FONT FAMILIES FROM GU STYLESHEET
<link rel="stylesheet" href="https://pasteup.guim.co.uk/0.0.8/css/fonts.pasteup.min.css"/>

"Guardian Egyptian Text", Georgia, serif;
"Guardian Egyptian Headline", Georgia, serif;
"Guardian Sans Text", Georgia, serif;
"Guardian Sans Headline", Georgia, serif;
"Guardian Titlepiece", Georgia, serif;
"Guardian Agate Sans", Arial, sans-serif;
"Guardian Compact", Georgia, serif;

*/

/*CATEGORY COLOURS

1 Broadcasting            #ffbb00 yellow              255,187,0   
2 Talent                  #e6711b orange              230,113,27
3 Print/publishing        #197caa blue                25,124,170
4 Technology/social       #b82266 magenta             184,34,102
5 Public relations        #69d1ca turquoise           105,209,202
6 Advertising             #a9af2b green               169,175,43
7 Music                   #fdadba pink                253,173,186
8 Politics                #6b04a1 purple              107,4,161
9 Production              #298422 bright green        41,132,34

*/

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

html, body {
  text-align: left;
  padding: 0;
  margin: 0;
  color: #333;
   -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

      .unselectable {
    /* For Opera and <= IE9, we need to add unselectable="on" attribute onto each element */
    /* Check this site for more details: https://help.dottoro.com/lhwdpnva.php */
    -moz-user-select: none; /* These user-select properties are inheritable, used to prevent text selection */
    -webkit-user-select: none;
    -ms-user-select: none; /* From IE10 only */
    user-select: none; /* Not valid CSS yet, as of July 2012 */

    -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
    user-drag: none;
  }

select:focus { outline: none; }

a {
  color: #005689;
}

#phonedummy { display: block; height: 0; width: 0; }

.mobile-hide {
  display: none;
}

.mobile-show {
  display: inline;
}

#wrapper {
  position: relative;
  width: 100%;
  background: #fff;
  overflow: hidden;
}


.shareButtons button#shareTwitter {
    background: url("../images/twitterIcon.svg") no-repeat scroll center center #03b3ee;
}
.shareButtons button#shareFacebook {
    background: url("../images/facebookIcon.svg") no-repeat scroll center center #3067A3;
}
.shareButtons button#sharePinterest {
    background: url("../images/pinterestIcon.svg") no-repeat scroll center center #B9252C;
}
.shareButtons button#shareTumblr {
    background: url("../images/tumblrIcon2.svg") no-repeat scroll center center #36465D;
}
.shareButtons button {
    margin-right: 2px;
}
.shareButtons button {
    background: none repeat scroll 0 0 #333;
    background-size: 32px;
    border: medium none;
    border-radius: 9000px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 32px;
    margin-bottom: 5px;
    outline: medium none;
    vertical-align: top;
    width: 32px;
}

.shareButtons button:hover {
  
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button {
    overflow: visible;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.shareButtons {
    font-size: 0;
    color: #767676;
    font-family: "Guardian Text Sans Web","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: -60px;
    margin-right: 20px;
    display: none;
}

.shareButtons p {
    text-align: left;
    padding-bottom: 10px;
    white-space: nowrap;
}




#header {
  position: relative;
  height: 0px;
  margin-bottom: 15px;
  font-family: "Guardian Egyptian Headline", Georgia, serif;
   font-size: 16px;
   color: #767676;
   border-top: 4px solid #767676;
}

#header #percentage-summary {
  position: absolute;
  bottom: 1px;
  left: 120px;
  font-family: "Guardian Egyptian Headline", Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  display: none;
}

#header #percentage-summary-footnote {
  position: absolute;
  bottom: -8px;
  left: 0;
  padding-top: 5px;
  font-family: "Guardian Agate Sans", Arial, sans-serif;
  font-size: 12px;
  display: none;
}

#header #filter-label {
  float: right;
  padding-right: 10px;
  font-weight: 400;
  font-family: "Guardian Agate Sans", Arial, sans-serif;
  line-height: 2.2em;
}

#header #filter-block {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #767676;
}

#header .styled-select {
  float: right;
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: url("../images/dropdown.gif") no-repeat 208px #fff;
   border: 1px solid #767676;
   border-radius: 17px;
}

#header .styled-select:hover {
   background: url("../images/dropdown-white.png") no-repeat 208px #767676;
}

#header .styled-select:hover #filter {
  color: #fff;
}

#header #filter {
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   font-family: "Guardian Agate Sans", Arial, sans-serif;
   line-height: 1.3em;
   color: #767676;
   font-weight: 600;
   cursor: pointer;
}

  #header #filter option {
   padding: 10px;
   border-bottom: 1px solid #767676;
   font-weight: 400;
   color: #767676;
   background: #fff;
   }

   #header #filter option.separator {
   border-bottom: 4px solid #767676;
   }


#header #key {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
}

#header #key h4 {
  font-weight: 600;
  padding-bottom: 7px;

}

#key .key-block {
  float: left;
  margin-right: 20px;
  width: 138px;
  margin-bottom: 7px;
}
#key .key-block:nth-of-type(even) {
  margin-right: 0;
}

#key .key-block .key-block-circle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  float: left;
  margin-right: 5px;
}

#key .key-block p {
  float: left;
  font-size: 14px;
  line-height: 1.1em;
  vertical-align: center;
}

#key #footnote {
  clear: both;
  padding-top: 5px;
  font-family: "Guardian Agate Sans", Arial, sans-serif;
  font-size: 12px;
}

#grid {
  width: 105%;
  width: -webkit-calc(100% + 12px);
  width: -moz-calc(100% + 12px);
  width: calc(100% + 12px);
}

#grid ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.cell {
  position: relative;
  float: left;
  width: 50%;
  padding-bottom: 50%;
  height: 84px;
  vertical-align: top;
  font-family: "Guardian Egyptian Headline", Georgia, serif;
}

#grid.preinfo-hidden .cell {
  height: 0;
}

.cell.expanded .cell-inner {
  background: #ffbb00;
}

.cell.expanded .cell-inner .cell-number {
  background: #ffbb00;
}

.cell.expanded .cell-inner h3 {
  color: #fff;
}

.cell.deselected .cell-inner h3 {
  color: #fff;
}

/*.cell.expanded > .cell-inner::after {
  bottom: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ddd;
  border-width: 30px;
  left: 50%;
  margin: 0 0 -18% -30px;
  vertical-align: top;
}*/

.cell:hover:not(.expanded) > .cell-inner .cell-image-wrapper:after {
  opacity: 0;
}


.cell:hover:hover:not(.expanded):not(.faded) img.desaturate {
  filter: none;
  
}

.cell:hover:hover:not(.expanded) .cell-inner {
  background: #ffbb00;
}

.cell:hover:hover:not(.expanded) .cell-inner .cell-number {
  background: #ffbb00;
}

.cell.expanded:hover .cell-inner h3 {
  color: #fff;
}

.cell:hover:hover:not(.expanded) .cell-inner h3 {
  color: #fff;
  text-decoration: underline;
}

.cell-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 12px;
  bottom: 12px;
  cursor: pointer;
  background: #767676;
}

.cell-inner.category1, .key-block-circle.category1 {
  background: #ffbb00;
}

.cell-inner.category2, .key-block-circle.category2 {
  background: #e6711b;
}

.cell-inner.category3, .key-block-circle.category3 {
  background: #197caa;
}

.cell-inner.category4, .key-block-circle.category4 {
  background: #b82266;
}

.cell-inner.category5, .key-block-circle.category5 {
  background: #69d1ca;
}

.cell-inner.category6, .key-block-circle.category6 {
  background: #a9af2b;
}

.cell-inner.category7, .key-block-circle.category7 {
  background: #fdadba;
}

.cell-inner.category8, .key-block-circle.category8 {
  background: #6b04a1;
}

.cell-inner.category9, .key-block-circle.category9 {
  background: #298422;
}

.cell.deselected > .cell-inner .cell-image-wrapper:after {
  display: block;
  background: rgba(51,51,51, 0.3);
}

.cell:hover:not(.deselected):not(.expanded) > .cell-inner .cell-image-wrapper:after {
  opacity: 1;
  display: block;
  background: rgba(0,0,0, 0.2);
}





.cell.category1:not(.deselected) > .cell-inner .cell-image-wrapper:after {
  display: block;
  background: rgba(255,187,0, 0.2);
}

.cell.category2:not(.deselected) > .cell-inner .cell-image-wrapper:after {
  display: block;
  background: rgba(230,113,27, 0.2);
}

.cell.category3:not(.deselected) > .cell-inner .cell-image-wrapper:after {
  display: block;
  background: rgba(25,124,170, 0.2);
}

.cell.category4:not(.deselected) > .cell-inner .cell-image-wrapper:after {
  display: block;
  background: rgba(184,34,102, 0.2);
}

.cell.category5:not(.deselected) > .cell-inner .cell-image-wrapper:after {
  display: block;
  background: rgba(105,209,202, 0.2);
}

.cell.category6:not(.deselected) > .cell-inner .cell-image-wrapper:after {
  display: block;
  background: rgba(169,175,43, 0.2);
}

.cell.category7:not(.deselected) > .cell-inner .cell-image-wrapper:after {
  display: block;
  background: rgba(253,173,186, 0.2);
}

.cell.category8:not(.deselected) > .cell-inner .cell-image-wrapper:after {
  display: block;
  background: rgba(107,4,161, 0.2);
}

.cell.category9:not(.deselected) > .cell-inner .cell-image-wrapper:after {
  display: block;
  background: rgba(41,132,34, 0.2);
}

.cell > .cell-inner .cell-image-wrapper:after {
   content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: 84px;
  left: 0;
  right: 0;
  -moz-transition: background .5s, opacity .2s linear;
  -webkit-transition: background .5s, opacity .2s linear;
  -o-transition: background .5s, opacity .2s linear;
  transition: background .5s, opacity .2s linear;
}

#grid.preinfo-hidden .cell > .cell-inner .cell-image-wrapper:after {
  bottom: 0;
}

.cell.deselected .cell-inner {
  background: #bdbdbd !important;
}

.cell.deselected .cell-inner .cell-number {
  background: #bdbdbd !important;
}

.cell.deselected.faded .cell-inner img {
  opacity: 1;
}

.cell.deselected.faded .cell-inner {
  background: #ccc !important;
}

.cell.deselected.faded.silhouette .cell-inner {
  background: #333 !important;
}

.cell-inner img {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
}

#grid.monochrome .cell .cell-inner img {
  -webkit-filter: grayscale(100%);

filter: grayscale(100%);

filter: gray;

filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

#grid.monochrome .cell:hover .cell-inner img {

filter: -;
 -webkit-filter: grayscale(0%);
}

.cell:hover .cell-inner img {
  opacity: 1;
}

.cell-inner img.deselected {
  opacity: 0.7;
}

.cell-number {
  display: none;
}

.numbered .cell-number {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 20px;
  height: 20px;
  padding: 5px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 22px;
  background: #ffbb00;
}

.cell-number.category1 {
  background: #ffbb00;
}

.cell-number.category2 {
  background: #e6711b;
}

.cell-number.category3 {
  background: #197caa;
}

.cell-number.category4 {
  background: #b82266;
}

.cell-number.category5 {
  background: #69d1ca;
}

.cell-number.category6 {
  background: #a9af2b;
}

.cell-number.category7 {
  background: #fdadba;
}

.cell-number.category8 {
  background: #6b04a1;
}

.cell-number.category9 {
  background: #298422;
}

.cell-info {
  position: absolute;
  width: 100%;
  height: 50px;
  color: #fff;
  line-height: 1.2em;
}

#grid.preinfo-hidden .cell-info {
    display: none;
}

.cell-info h3 {
 font-weight: 500;
 padding: 3px 20px 0 5px;
 font-size: 18px;
 color: #ffbb00;
}

.cell-info p {
 padding-left: 5px;
 font-weight: 300;
 font-size: 16px;
}

#info-panel {
  position: relative;
  height: 0;
  float: left;
  background: #fff;
  overflow: hidden;
  opacity:0;
  filter:alpha(opacity=0); /* For IE8 and earlier */
  margin-bottom: 20px;
}

#info-dummy {
  position: relative;
  width: 100%;
  height: 0;
  float: left;
  background: #fff;
  overflow: hidden;
  opacity:0;
  filter:alpha(opacity=0); /* For IE8 and earlier */
  margin-bottom: 20px;
}

#info-panel-border {
  position: absolute;
  left:0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #767676;
}

#info-panel-inner {
  position: relative;
  font-family: "Guardian Egyptian Headline", Georgia, serif;
  padding: 8px 0 20px 0;
}

#info-panel-inner h2 {
  display: block;
  font-size: 24px;
  font-weight: 500;
  padding-top: 10px;
  padding-right: 20px;
}

#info-panel-inner h2 span {

  font-weight: 300;
}

#info-panel-inner h3 {
  display: block;
  margin-bottom: 5px;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 200;
  font-style: italic;
}

#info-panel-inner h4 {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #333;
}

#info-panel-inner h4 strong {
  display: inline-block;
  margin-bottom: 3px;
  font-weight: 500;
}

#info-panel-inner h5 {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

#info-panel-inner p {
  display: block;
  line-height: 1.4em;
  padding-right: 20px;
  color: #767676;
}

#info-panel-inner p .signoff {
  font-weight: 400;
  color: #767676;
  font-style: italic;
}

#info-panel-inner .ranking {
  line-height: 0.85em;
  font-size: 70px;
  font-weight: 600;
  vertical-align: top;
  margin-right: 10px;
  padding-bottom: 50px;
  color: #ffbb00;
}

#info-panel-inner span.change {
  color: #ffbb00;
}

#info-panel-inner .ranking::after {
  clear: both;
}

#info-panel-inner #main-image-container {
  width: 0;
  padding-bottom: 430px;
  float: left;
}

#info-panel-inner .main-image {
  width: 100%;
}

#info-panel-inner #media-container {
  position: relative;
  width: 100%;
  margin: 60px 0 10px 0;
  background: #dcdcdc;
}

#info-panel-inner #media-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

#info-panel .nav-button {
  position: absolute;
  top: 5px;
  cursor:pointer;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #000;
  opacity:0.7;
  filter:alpha(opacity=70); /* For IE8 and earlier */
}

#info-panel .nav-button:hover {
  opacity:1;
  filter:alpha(opacity=100); /* For IE8 and earlier */
}

#nav-next {
  right: 79px;
  background-image: url("../images/right-arrow-44.png");
}

#nav-previous {
  right: 138px;
  background-image: url("../images/left-arrow-44.png");
}

#nav-top {
  left: 50%;
  margin-left: -29px;
  top: auto !important;
  bottom: 20px;
  background-image: url("../images/up-chevron-44.png");
}

#close-button {
  right: 20px;
  background-image: url("../images/close-44.png");
}

.transition {
  transition: all 0.3s;
    -moz-transition: all 0.3s; /* Firefox 4 */
    -webkit-transition: all 0.3s; /* Safari and Chrome */
    -o-transition: all 0.3s; /* Opera */
}

.shrink {
-ms-transform: scale(0.1,0.1); /* IE 9 */
-webkit-transform: scale(0.1,0.1); /* Chrome, Safari, Opera */
transform: scale(0.1,0.1);
opacity:0;
filter:alpha(opacity=0); /* For IE8 and earlier */
}

.grow {
-ms-transform: scale(1,1); /* IE 9 */
-webkit-transform: scale(1,1); /* Chrome, Safari, Opera */
transform: scale(1,1);
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

@media screen and (min-width: 350px) { 

#key .key-block:nth-of-type(even) {
  margin-right: 20px;
}

} 

@media screen and (min-width: 460px) { /* Mobile landscape breakpoint - fluid width */

  .cell {
    width: 33.3333333333%;
    padding-bottom: 33.3333333333%;
  }

  .hierarchical .cell:nth-of-type(1), .hierarchical .cell:nth-of-type(2) {
    width: 50%;
    padding-bottom: 50%;
  }

  #info-panel-inner #main-image-container {
  width: 33%;
  margin-right: 20px;
  padding-bottom: 350px;
}

#nav-next {
  right: 99px;
}

#nav-previous {
  right: 158px;
}

#close-button {
  right: 40px;
}

#info-panel-inner {
  padding: 10px 0 20px 0;
}

#info-panel-inner h3 {
  margin-bottom: 5px;
}

#info-panel-inner h4 {
  margin-bottom: 20px;
}

/*#info-panel-inner h4 strong {
   display: inline-block;
  font-size: 32px;
  font-weight: 400;
  padding-left: 3px;
}*/

#info-panel-inner p {
  padding-right: 30px;
}

#header #percentage-summary {
  font-size: 20px;
  width: 45%;
}



}

@media screen and (min-width: 600px) { /*  Tablet portrait breakpoint (9 cols - 60px x 36px, 20px + 12px margins) */

  #header #percentage-summary {
  display: none;
  }

  #header #percentage-summary-footnote {
 display: none;
}

}

@media screen and (min-width: 700px) { /*  Tablet portrait breakpoint (9 cols - 60px x 36px, 20px + 12px margins) */

.cell {
    width: 25%;
    padding-bottom: 25%;
  }




.hierarchical .cell:nth-of-type(3), .hierarchical .cell:nth-of-type(4), .hierarchical .cell:nth-of-type(5) {
    width: 33.3333333333%;
    padding-bottom: 33.3333333333%;  /* 276px + 12px bottom margin */
  }

  #info-panel-inner #main-image-container {
  padding-bottom: 320px;
  width: 40%;
}

#info-panel-inner {
  padding: 10px 0 20px 0;
}

#info-panel-inner h3 {
  margin-bottom: 5px;
}

#info-panel-inner h4 {
  padding-bottom: 20px;
}

/*#info-panel-inner h4 strong {
   display: inline-block;
  font-size: 30px;
  font-weight: 500;
  padding-left: 3px;
}*/

#info-panel-inner .ranking {
  float: left;
  line-height: 0.85em;
  font-size: 155px;
  margin-right: 10px;
  padding-bottom: 0;
}

#info-panel-inner p {
  padding-right: 80px;
}


#header #key {
  width: 100%;
}

#key .key-block {
  width: 135px;
  margin-right: 5px;
}

#key .key-block:nth-of-type(even) {
  margin-right: 5px;
}

#header #percentage-summary {
  font-size: 24px;
  width: 50%;
}

.shareButtons {
  margin-right: -20px;
}


}

@media screen and (min-width: 860px) { /*  Tablet portrait breakpoint (11 cols - 60px x 36px, 20px + 12px margins) */


  .cell {
    width: 20%;
    padding-bottom: 20%;
  }

  .hierarchical .cell:nth-of-type(1), .hierarchical .cell:nth-of-type(2), .hierarchical .cell:nth-of-type(3) {
    width: 33.3333333333%;
    padding-bottom: 33.3333333333%;
  }

  .hierarchical .cell:nth-of-type(4), .hierarchical .cell:nth-of-type(5), .hierarchical .cell:nth-of-type(6), .hierarchical .cell:nth-of-type(7) {
     width: 25%;
    padding-bottom: 25%;
  }

  #info-panel-inner {
  padding: 20px 0 20px 60px;
}

  #info-panel-inner #main-image-container {
  padding-bottom: 130px;
}

#info-panel-inner #media-container {
  width: 70%;
  height: auto;
  margin-left: -60px;
  float: left;
  margin-right: 12px;
}

#info-panel-inner h2 {
 margin-top: 200px;
 padding-top: 0;
}

#grid.unnumbered h2 {
  margin-top: 62px;
 border-top: 1px solid #767676;
  display: inline-block;
  padding-top: 20px;

}

#info-panel-inner h4:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#header #key {
  width: 100%;
}

#header #percentage-summary {
  font-size: 24px;
  width: 60%;
}

#key .key-block {
  width: 140px;
}

#info-panel-inner .ranking {
  border-top: 1px solid #dcdcdc;
  margin-top: 60px;
  width: 34%;
 display: inline-block;

}

#grid.numbered #info-panel-inner .ranking {
  padding-top: 20px;

}


.shareButtons {
  margin-right: -197px;
  margin-bottom: 66px;
}

#grid.unnumbered h2 {
  width: 32%;
}




}

@media screen and (min-width: 1020px) { /*  Desktop breakpoint (13 cols - 60px x 36px, 20px + 12px margins) */


.cell {
    width: 16.66666666666667%;
    padding-bottom: 16.66666666666667%;
  }

.hierarchical .cell:nth-of-type(8), .hierarchical .cell:nth-of-type(9), .hierarchical .cell:nth-of-type(10), .hierarchical .cell:nth-of-type(11), .hierarchical .cell:nth-of-type(12) {
     width: 20%;
    padding-bottom: 20%;
  }

.hierarchical .cell:nth-of-type(4), .hierarchical .cell:nth-of-type(5), .hierarchical .cell:nth-of-type(6), .hierarchical .cell:nth-of-type(7) {
     width: 25%;
    padding-bottom: 25%;
  }

.hierarchical .cell:nth-of-type(1), .hierarchical .cell:nth-of-type(2), .hierarchical .cell:nth-of-type(3) {
    width: 33.3333333333%;
    padding-bottom: 33.3333333333%;
  }

#info-panel-inner #main-image-container {
  padding-bottom: 0;
}

#header #key {
  width: 80%;
}

#header #percentage-summary {
  font-size: 24px;
  width: 100%;
}

#info-panel-inner #media-container {
  width: 66%;
  height: auto;
  margin-left: 0;
}

#info-panel-inner p {
  padding-right:35%;
}

.shareButtons {
  margin-right: -175px;
  margin-bottom: 66px;
}

#info-panel-inner .ranking {
  width: 31%;
}

#grid.unnumbered h2 {
  width: 30%;
}



}

@media screen and (min-width: 1260px) { /*  Desktop wide breakpoint (16 cols - 60px x 36px, 20px + 12px margins) */

.cell {
     width: 14.28571428571428%;
    padding-bottom: 14.28571428571428%;
  }

.hierarchical .cell:nth-of-type(10), .hierarchical .cell:nth-of-type(11), .hierarchical .cell:nth-of-type(12), .hierarchical .cell:nth-of-type(13), .hierarchical .cell:nth-of-type(14), .hierarchical .cell:nth-of-type(15) {
    /* width: 16.66666666666667%; this was for six in a row
    padding-bottom: 16.66666666666667%;*/
     width: 14.28571428571428%;
    padding-bottom: 14.28571428571428%;

  }

.hierarchical .cell:nth-of-type(16), .hierarchical .cell:nth-of-type(17), .hierarchical .cell:nth-of-type(18), .hierarchical .cell:nth-of-type(19), .hierarchical .cell:nth-of-type(20), .hierarchical .cell:nth-of-type(21), .hierarchical .cell:nth-of-type(22) {
     width: 14.28571428571428%;
    padding-bottom: 14.28571428571428%;
}

.hierarchical .cell:nth-of-type(5), .hierarchical .cell:nth-of-type(6), .hierarchical .cell:nth-of-type(7), .hierarchical .cell:nth-of-type(8), .hierarchical .cell:nth-of-type(9) {
     width: 20%;
    padding-bottom: 20%;
  }

.hierarchical .cell:nth-of-type(1), .hierarchical .cell:nth-of-type(2), .hierarchical .cell:nth-of-type(3), .hierarchical .cell:nth-of-type(4) {
     width: 25%;
    padding-bottom: 25%;
  }

  #header #key {
  width: 60%;
}

#header #percentage-summary {
  font-size: 32px;
}

#info-panel-inner .ranking {
  width: 32%;
}

#grid.unnumbered h2 {
  width: 30.5%;
}


}