/*
---

name: Main

description: Main tag / class styles

provides: [CSS.Main]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
html {
  font-size: 100%;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  color: #575757;
  font: 62.5% "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
blockquote,
ul,
ol,
li,
dl,
dt,
dd,
form,
fieldset {
  border: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #060606;
  font-family: "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 15px;
}
h1 {
  font-size: 4.5em;
  line-height: 1.1333;
}
h2 {
  font-size: 3em;
  line-height: 1.2;
}
h3 {
  font-size: 1.8em;
  line-height: 1.3333;
}
h4 {
  font-size: 1.4em;
  line-height: 1.286;
}
h5,
h6 {
  font-size: 1.2em;
  line-height: 1.333;
}
p {
  font-size: 1.4em;
  line-height: 1.5;
  margin-bottom: 15px;
}
a:link,
a:visited {
  color: #205698;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #060606;
}
dl {
  font-size: 1.4em;
  line-height: 1.5;
  margin-bottom: 15px;
  width: 100%;
}
dt,
dd {
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
  padding-bottom: 6px;
}
dt {
  width: 24%;
}
dd {
  width: 74%;
}
hr {
  border: 0;
  border-bottom: 1px solid #f1f2f1;
  margin: 0 0 7px;
  line-height: 1px;
}
address {
  font-size: 1.4em;
  font-style: normal;
  margin: 0 0 15px;
}
address p {
  font-size: 1.2em;
  margin: 0;
}
abbr {
  border-bottom: 1px dotted #575757;
}
ul,
ol {
  margin-bottom: 27px;
}
ul li,
ol li {
  margin-bottom: 3px;
  list-style: disc inside none;
  font-size: 1.4em;
  line-height: 1.5;
  overflow: hidden;
}
ol li {
  list-style-type: decimal;
  overflow: hidden;
}
ul ul,
ol ol {
  margin-top: 6px;
  margin-bottom: 0;
  padding-left: 20px;
}
ul ul li,
ol ol li {
  font-size: 1em;
}
.accessbility_buttons {
  display: none;
}
.printonly {
  display: none;
}
.inlineLeft {
  float: left;
  margin: 0 10px 9px 0;
}
.inlineRight {
  float: right;
  margin: 0 0 9px 10px;
}
.currentissue {
  margin-bottom: 27px;
}
.picture img {
  display: block;
}
.meta {
  margin: 3px 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #949494;
}
.meta > span {
  margin-left: 3px;
  border-left: 1px solid #949494;
  padding-left: 5px;
}
.meta > span:first-child {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}

/*
---

name: Structure

requires: [CSS.Main]

provides: [CSS.Structure]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.globalNavBar {
  background-color: #484a48;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: .875em;
}
.globalNavBar ul {
  width: 940px;
  margin: 0 auto;
}
.globalNavBar li {
  display: inline;
  margin-bottom: 0;
  height: 34px;
  line-height: 34px;
  list-style: none;
}
.globalNavBar li > a,
.globalNavBar li span {
  display: inline-block;
  vertical-align: top;
  padding-right: 13px;
  padding-left: 13px;
  color: #ffffff;
}
.globalNavBar li > a:hover,
.globalNavBar li span:hover {
  color: #BAFF58;
  background-color: #2B2C2B;
  text-decoration: none;
}
.globalNavBar li.selected span {
  background: #6a7f59;
  background-image: -moz-linear-gradient(top, #6a7f59, #4d524a);
  background-image: -ms-linear-gradient(top, #6a7f59, #4d524a);
  background-image: -webkit-linear-gradient(top, #6a7f59, #4d524a);
  background-image: linear-gradient(to bottom, #6a7f59, #4d524a);
  overflow: hidden;
}
.globalNavBar li.selected span:hover {
  color: #ffffff;
}
#wrapper {
  margin: 0 auto;
  overflow: hidden;
  width: 980px;
}
#wrapper_sleeve {
  padding: 0 20px;
}
#mastad + #columns {
  margin-top: 27px;
}
.mastNavSearch {
  font-size: .857em;
  line-height: 1.5;
  background-color: #ffffff;
  border-bottom: 1px dashed #e0e0e0;
}
.mastNavSearch #mastnav {
  float: left;
}
.mastNavSearch #mastsearch {
  float: right;
}
.mastNavSearch:after {
  clear: both;
  content: '';
  display: table;
}
#mastsearch {
  border-left: 1px dashed #e0e0e0;
}
#mastsearch .formbox {
  border-top: 0;
  padding: 0;
  clear: none;
  background-color: transparent;
}
#mastsearch .formbox .formbox_sleeve {
  padding: 0;
}
#mastsearch .formbox form {
  float: right;
}
#mastsearch label {
  position: absolute;
  left: -9999px;
}
#mastsearch input {
  float: left;
  margin: 0;
  border: 0;
  padding: 0 33px 0 18px;
  width: 199px;
  height: 35px;
  font-weight: bold;
  font-size: 12px;
  line-height: 35px;
  color: #949494;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -transition: all 0.2s linear;
}
#mastsearch input:focus {
  background-color: #f1f2f1;
  color: #060606;
}
#mastsearch button {
  float: left;
  margin-top: -1px;
  margin-top: 7px;
  margin-left: -30px;
  padding: 0;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}
.svg #mastsearch button {
  background: #ce181e url(/magazine/graphics/icons/mast.search.svg);
}
.svg #mastsearch button:hover {
  background-color: #205698;
}
.no-svg #mastsearch button {
  background: #ce181e url(/magazine/graphics/icons/mast.search.png);
}
.no-svg #mastsearch button:hover {
  background-color: #205698;
}
#mast_sleeve {
  padding: 29px 0 23px;
}
#mast_sleeve:after {
  clear: both;
  content: '';
  display: table;
}
#logo {
  float: left;
}
#logo a {
  width: 506px;
  height: 87px;
  display: block;
}
.no-svg #logo a {
  background: url(/magazine/graphics/mastLogo.png) no-repeat;
}
.svg #logo a {
  background: url(/magazine/graphics/mastLogo.svg) no-repeat;
}
#print_logo {
  float: left;
  display: none;
}
.mastHybrid {
  float: right;
  border-bottom: 6px solid #e0e0e0;
  padding: 16px 0 0 64px;
  width: 256px;
  background: #f1f2f1 url(/magazine/graphics/decoration/sprite.decoration.png) no-repeat -544px -543px;
}
.mastHybrid img {
  float: right;
  margin-top: -27px;
  margin-bottom: -6px;
}
.mastHybrid h3 {
  margin-bottom: 2px;
  line-height: 21px;
}
.mastHybrid a {
  color: #060606;
}
.mastHybrid a:hover {
  color: #205698;
}
.mastHybrid small {
  font-size: 1.2em;
  line-height: 1.5;
}
.socialGroup {
  margin-bottom: 0;
}
.socialGroup li {
  margin-bottom: 3px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 35px;
  min-width: 157px;
  min-height: 28px;
  line-height: 28px;
  font-family: "Salvo Serif", "Arial Bold", sans-serif;
  list-style: none;
  background: #f8fbfd url(/magazine/graphics/decoration/sprite.decoration.png) no-repeat -560px -12px;
}
.socialGroup li:last-child {
  margin-bottom: 0;
}
.socialGroup .sg-twitter {
  background-position: -512px -61px;
}
.socialGroup .sg-facebook {
  background-position: -460px -112px;
}
#mastnav {
  padding: 13px 0 11px;
}
#mastnav:after {
  clear: both;
  content: '';
  display: table;
}
#mastnav ul {
  margin: 0;
}
#mastnav li {
  float: left;
  margin: 0 0 0 6px;
  border-left: 1px solid #e0e0e0;
  padding-left: 5px;
  list-style: none;
  line-height: 1;
}
#mastnav li a {
  float: left;
}
#mastnav li.first {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
  color: #949494;
}
#mastnav li .zoom {
  width: 20px;
  height: 20px;
  padding: 3px 0;
  text-indent: -1000em;
  background: url(http://dummyimage.com/20x20/000/fff) no-repeat;
}
#content #mpu1-tablet,
#content #mpu1-mobile {
  margin-bottom: 20px;
}
#rightcolumn_sleeve > div {
  margin-bottom: 24px;
}
#rightcolumn_sleeve #mainright {
  margin-bottom: 0;
}
#footer {
  margin-top: 17px;
}
.bespokeBlocks,
.footer_ad,
.listings,
.footerPromo,
.footerNav,
.webvision,
#register #footer .subSleeve .htmlContent,
#story_subs #footer .subSleeve .htmlContent,
#AD_story_subs #footer .subSleeve .htmlContent {
  margin: 0 auto;
  width: 940px;
}
.bespokeBlocks {
  border-top: 1px dashed #e0e0e0;
  padding-top: 51px;
}
.bespokeBlocks div {
  float: left;
  border-bottom: 6px solid #e0e0e0;
  margin-right: 20px;
  margin-bottom: 54px;
  padding: 20px 15px 7px;
  width: 270px;
  background-color: #f1f2f1;
}
.bespokeBlocks .blockThree {
  margin-right: 0;
}
.bespokeBlocks h3 {
  margin-bottom: 8px;
}
.bespokeBlocks p {
  margin-bottom: 17px;
  font-size: 1.3em;
  line-height: 1.385;
}
.bespokeBlocks .more {
  padding-right: 20px;
  font: 1.5em/1.4 "Salvo Serif", "Arial Bold", sans-serif;
  background: url(/magazine/graphics/list.png) no-repeat right;
  line-height: 2.333;
}
.bespokeBlocks:after {
  clear: both;
  content: '';
  display: table;
}
.listings {
  margin-bottom: 48px;
}
.listings ul {
  margin-bottom: 0;
  text-align: center;
}
.listings li {
  list-style: none;
  display: inline;
  margin-left: 5px;
  border-left: 1px solid #e0e0e0;
  padding-left: 6px;
  font-size: 1.3em;
  line-height: 1;
}
.listings li:first-child {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}
#footer > .sleeve {
  border-top: 6px solid #e0e0e0;
  background: url(/magazine/graphics/decoration/footerpromo.bg.png);
}
#footer > .sleeve .subSleeve {
  padding-bottom: 9px;
  background: url(/magazine/graphics/decoration/footerpromo.branding.png) no-repeat top right;
}
.footerPromo {
  min-height: 298px;
}
.footerPromo .footerLogo {
  float: left;
  margin-top: -6px;
  margin-right: 13px;
}
.footerPromo > div {
  float: left;
  margin-top: 26px;
  border-right: 1px dashed #949494;
  margin-right: 20px;
  padding-right: 9px;
  width: 213px;
  min-height: 227px;
}
.footerPromo .blockTwo {
  width: 254px;
}
.footerPromo .blockThree {
  margin-right: 0;
  border-right: 0;
  padding-right: 0;
  width: 253px;
}
.footerPromo h3 {
  margin-bottom: 9px;
  font: 2.4em/1.25 "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #396b0d;
}
.footerPromo h3 a {
  color: #396b0d;
}
.footerPromo ul {
  margin-bottom: 0;
}
.footerPromo li {
  padding-left: 56px;
  font-size: 1em;
  list-style: none;
  background: url(/magazine/graphics/decoration/sprite.decoration.png) no-repeat -353px -197px;
}
.footerPromo li:last-child {
  margin-bottom: 0;
}
.footerPromo p {
  font: 1.3em/1.385 "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.footerPromo .blockTwo h3,
.footerPromo .blockThree h3 {
  margin-bottom: 7px;
  padding-top: 9px;
}
.footerPromo .blockTwo li:first-child + li {
  background-position: -252px -298px;
}
.footerPromo .blockThree li:first-child {
  background-position: -152px -397px;
}
.footerPromo .blockThree li:first-child + li {
  background-position: -52px -498px;
}
.footerPromo:after {
  clear: both;
  content: '';
  display: table;
}
.footerNav {
  border-top: 1px dashed #949494;
  padding: 15px 0 0;
}
.footerNav ul {
  margin-bottom: 0;
}
.footerNav li {
  list-style: none;
  display: inline;
  margin-left: 5px;
  border-left: 1px solid #e0e0e0;
  padding-left: 6px;
  font: 1.2em/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #949494;
}
.footerNav li:first-child {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}
.webvision p {
  float: right;
  margin-top: -15px;
  font: 1.2em/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #949494;
}
.webvision p a {
  color: #949494;
}

/*
---

name: Layout

requires: [CSS.Main, CSS.Structure]

provides: [CSS.Layout]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
#content_wide {
  margin: 0 0 27px;
}
#content_wide:after {
  clear: both;
  content: '';
  display: table;
}
#columns {
  margin-top: 27px;
  margin-bottom: 27px;
}
#columns:after {
  clear: both;
  content: '';
  display: table;
}
#colmain {
  float: left;
}
#rightcolumn {
  float: right;
  clear: both;
}
#rightcolumn .twocolumn .picture {
  margin-right: 0;
}
/* Basic Two Column Structure */
.twocolumn:after {
  clear: both;
  content: '';
  display: table;
}
.twocolumn .column1 {
  float: left;
}
.twocolumn .column2 {
  float: right;
}
/* Index */
#SpinColumnTwo1_SpinColumnTwo1_spinControl2 {
  word-wrap: break-word;
}
/* Section 2 Styling */
.articleWrapper .relatedContent {
  float: right;
  background-color: #ffffff;
}
.articleWrapper .relatedContent .twocolumn .column1,
.articleWrapper .relatedContent .twocolumn .column2 {
  /* Two Column in Section 2 Styling */
  float: none;
}
.articleWrapper .articleContent {
  float: left;
}
.articleWrapper:after {
  clear: both;
  content: '';
  display: table;
}
.M2-master #content {
  float: none;
}
.M2-master #secondary_content {
  float: right;
}
.M7-master #colmain {
  float: none;
  width: 100%;
}
.M7-master #colmain:after {
  clear: both;
  content: '';
  display: table;
}
.M7-master #content {
  float: right;
  width: 640px;
  margin-left: 30px;
}
.M7-master #secondary_content {
  float: left;
  width: 270px;
}
/* Cookie policy information */
#cookiePolicy {
  background-color: #f1f2f1;
  width: 100%;
  border-bottom: 6px solid #e0e0e0;
}
#cookiePolicy:after {
  clear: both;
  content: '';
  display: table;
}
#cookiePolicy .sleeve {
  margin: 0 auto;
  padding: 12px 14px 9px;
}
#cookiePolicy h2 {
  margin-bottom: 9px;
  font: 1.5em/1.4 "Salvo Serif", "Arial Bold", sans-serif;
  color: #575757;
}
#cookiePolicy .formbox {
  border-top: 0;
  padding: 0;
}
#cookiePolicy .formbox .formbox_sleeve {
  padding: 0;
}
#cookiePolicy .formbox button {
  margin-left: 0;
}
.abacus-popup .cookiePolicy {
  background: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #c8c8c8);
  background-image: -ms-linear-gradient(top, #ffffff, #c8c8c8);
  background-image: -webkit-linear-gradient(top, #ffffff, #c8c8c8);
  background-image: linear-gradient(to bottom, #ffffff, #c8c8c8);
  overflow: hidden;
  margin: -10px;
  padding: 20px;
}
.abacus-popup .cookiePolicy .continue {
  margin-left: 0;
}
.abacus-popup .cookiePolicy .continue.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.abacus-popup .policyInformation {
  height: 200px;
  width: 96%;
  overflow: auto;
  border: 1px solid #000000;
  padding: 10px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.abacus-popup .policyInformation h2:first-child {
  left: -1000em;
  position: absolute;
}

/*
---

name: Tables

requires: CSS.Main

provides: CSS.Tables

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
table {
  margin-bottom: 12px;
  border-top: 6px solid #e0e0e0;
  color: #575757;
  background: #f1f2f1;
  border-collapse: collapse;
}
table caption {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  visibility: hidden;
}
table th,
table td {
  font-size: 1.3em;
  line-height: 1.846;
  padding: 3px 15px;
}
table tr {
  background: none;
}
table tr.odd {
  background: #ffffff;
}
table thead tr {
  text-align: left;
  background: none;
}
table thead th {
  font-weight: bold;
}
table tfoot td {
  background: #e0e0e0;
}
table p {
  font-size: 1em;
}
.table-full,
.table-left,
.table-right {
  margin: 0 0 27px;
  overflow-x: auto;
  overflow-y: hidden;
}
.table-left,
.table-right {
  width: 66%;
}
.table-left {
  float: left;
  margin-right: 10px;
}
.table-left table {
  width: 100%;
}
.table-right {
  float: right;
  margin-left: 10px;
}
.table-right table {
  width: 100%;
}
.rssTable,
.discussion_table {
  margin-bottom: 27px;
  width: 100%;
}
.rssTable .rss_title {
  width: 115px;
}
.rssTable .rss_icon {
  width: 31px;
  text-align: center;
}
table.datatable .al_l {
  text-align: left;
}
table.datatable .al_r {
  text-align: right;
}
table.datatable .al_c {
  text-align: center;
}
table.datatable .al_t {
  vertical-align: top;
}
table.datatable .al_b {
  vertical-align: bottom;
}
table.datatable .al_m {
  vertical-align: middle;
}
table.datatable .col_wide {
  width: 50%;
}
table.datatable .col_med {
  width: 30%;
}
table.datatable .col_narrow {
  width: 10%;
}
.table-sortable thead th {
  cursor: pointer;
}
.table-sortable thead th:hover {
  background-color: #ffffff;
}
.table-sortable thead th.table-th-sort {
  background-color: #CCC;
}
.table-sortable thead th .table-th-sort-span {
  float: right;
  margin-top: 5px;
  margin-left: 5px;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -4px -2641px;
  width: 10px;
  height: 7px;
}
.table-sortable thead th.table-th-sort-rev .table-th-sort-span {
  background-position: -4px -2681px;
}
.table-sortable tbody tr[class$=table-tr-group-head]:nth-child(n+0) {
  background-color: transparent;
}
.table-sortable tbody tr[class$=table-tr-group-head]:nth-child(even) {
  background: #ffffff;
}

/*
---

name: Buttons

requires: CSS.Main

provides: CSS.Buttons

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
button,
.button {
  border: 0;
  border-radius: 5px;
  margin-left: 167px;
  display: inline-block;
  padding: 7px 24px 5px 9px;
  font: 1.2em/1 "Salvo Serif", "Arial Bold", sans-serif;
  outline: 0;
  text-align: left;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  background: #205698 url(/magazine/graphics/buttons/button.bg.png) no-repeat right;
}
button:hover,
.button:hover,
button:focus,
.button:focus {
  outline: none;
  text-decoration: none;
  background-color: #ce181e;
}
a.button {
  color: #ffffff;
}
button::-moz-focus-inner {
  border: 0;
}
.button[type="image"] {
  padding: 0;
}

/*
---

name: Forms

requires: [CSS.Main, CSS.Buttons]

provides: [CSS.Forms]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
::-ms-clear {
  display: none;
}
.formbox {
  border-top: 6px solid #e0e0e0;
  padding-top: 15px;
  background-color: #f1f2f1;
  clear: left;
}
.formbox .formbox_sleeve {
  padding: 0 15px 12px;
}
.formbox .formbox_sleeve > h2 {
  font: 1.5em/1.2 "Salvo Serif", "Arial Bold", sans-serif;
  color: #575757;
}
.formbox .field {
  clear: both;
  margin: 0 0 15px;
}
.formbox .field:after {
  clear: both;
  content: '';
  display: table;
}
.formbox .text,
.formbox select {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  color: #575757;
  font: 1.2em/1.333 "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 5px 4px 4px;
  width: 95%;
}
.formbox .text:focus,
.formbox select:focus {
  background: #ffffb7;
  border-color: #000000;
}
.formbox select,
.formbox select.text {
  padding: 2px;
}
.formbox label,
.formbox .label {
  float: left;
  margin: 3px 18px 0 0;
  width: 149px;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.385;
  color: #060606;
  width: 100%;
}
.formbox label.singleline {
  float: none;
  margin: 0;
  width: auto;
}
.formbox .radio,
.formbox .checkbox {
  margin: 0 5px 0 0;
}
.formbox label .radio,
.formbox label .checkbox {
  display: inline-block;
  vertical-align: middle;
}
.formbox .alert p {
  text-align: right;
  font-size: 1.2em;
  line-height: 1.333;
}
.formbox .mandatory {
  float: right;
  padding-top: 3px;
  vertical-align: top;
}
.formbox .info {
  font-size: 1.2em;
}
.formbox .nomainlabel .button,
.formbox .nomainlabel button {
  margin-left: 0;
}
.formbox .fieldtips,
.formbox .additionalInfo {
  display: block;
  font-size: 1.1em;
  padding: 3px 0 0 0;
}
.formbox .fieldtips {
  margin-left: 167px;
}
.formbox .text_field {
  float: left;
  margin-bottom: 0;
  font-size: 1.3em;
}
.formbox .field div {
  margin-left: 0px;
}
.formbox .field div label {
  float: none;
  margin-top: 0;
  font-weight: normal;
}
.formbox .field div:first-of-type label {
  display: inline-block;
  margin-top: 3px;
  width: auto;
}
.formbox .field .field_text {
  margin-bottom: 6px;
  padding: 3px 0 0;
  font-size: 1.3em;
}
.formbox .field .field_text p {
  font-size: 1em;
}
.formbox .field .buttons {
  margin-left: 0;
}
.formbox .field .buttons button {
  margin-left: 0;
}
.formbox .field .checkgroup div,
.formbox .field .radiogroup div,
.formbox .nomainlabel div {
  margin-left: 0;
}
.formbox .errorbox {
  margin-bottom: 18px;
}
.formbox .errorbox div.errorbox_sleeve {
  background-color: #ce181e;
  padding: 4px 9px;
  margin: 0;
}
.formbox .errorbox p {
  margin: 0;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.385;
  color: #ffffff;
}
.formbox .errorbox:after {
  position: absolute;
  content: '';
  margin-left: 156px;
  border-style: solid;
  border-width: 15px 14.5px 0 14.5px;
  border-color: #ce181e transparent transparent transparent;
}
.formbox .errorbox_large {
  border-bottom: 1px dashed #e0e0e0;
  margin: 0 0 27px;
  min-height: 60px;
}
.formbox .errorbox_large h3 {
  font-weight: bold;
  font-size: 1.3em;
  color: #ce181e;
}
.formbox .errorbox_large li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  margin: 0 0 6px;
  padding-left: 12px;
  font-size: 1.4em;
  line-height: 1.286;
  background: url(/magazine/graphics/list.style1.png) no-repeat 0 50%;
}
.formbox .errorbox_large label {
  cursor: pointer;
  float: none;
  font-size: 1em;
  line-height: 1;
}
.formbox .errorbox_large label:hover {
  text-decoration: underline;
}
.formbox .field.error .errorbox,
.formbox .field .errorbox {
  margin-left: 0;
}
.formbox .error textarea,
.formbox .error input.text,
.formbox .validation-failed {
  border-color: #ce181e;
}
.formbox .tip h3 {
  display: inline-block;
  margin-bottom: 3px;
  font: 1.1em/1.455 "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.formbox .tip h3:hover {
  text-decoration: underline;
}
.formbox .tip p {
  left: -1000em;
  position: absolute;
}
/* HUMAN TEST, ROBOT TEST */
.human_test .text {
  margin-left: 0px;
}
.human_test label {
  margin: 0 0 9px;
  width: 100%;
}
.human_test strong {
  padding: 3px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.333em;
  line-height: 1;
}
.human_test span {
  padding: 0;
}
.securityfilter {
  display: none;
}
.formOptions {
  clear: both;
  content: '';
  display: table;
  font-size: 1.3em;
}
.formOptions label,
.formOptions + label {
  margin: 0;
  width: 100%;
  font-weight: normal;
  font-size: 1em;
  color: #575757;
}
.formbox .termsandconditions button {
  margin-left: 0;
}
.forgottenpassword {
  font-size: 1.2em;
  line-height: 1.333;
}
.feedback_box {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  margin-bottom: 27px;
  padding: 8px;
}
.feedback_box p {
  margin-bottom: 6px;
}
.feedback_box .feedback_box_sleeve > h2 {
  font: 1.5em/1.2 "Salvo Serif", "Arial Bold", sans-serif;
  color: #575757;
}
.signIn {
  margin-bottom: 27px;
}
.signIn .errorbox_large h2 {
  margin-bottom: 15px;
  font: 1.5em/1.2 "Salvo Serif", "Arial Bold", sans-serif;
  color: #575757;
}
.signIn + .register {
  margin-bottom: 27px;
  border-top: 6px solid #e0e0e0;
  padding-top: 12px;
}
.signIn + .register h2 {
  margin-bottom: 15px;
  font: 1.5em/1.2 "Salvo Serif", "Arial Bold", sans-serif;
  color: #575757;
}
.signIn + .register button,
.signIn + .register .button {
  margin-left: 0;
}

/*
---

name: Tabs

requires: [CSS.Main, CSS.Layout]

provides: [CSS.Tabs]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.tabs {
  border-top: 6px solid #e0e0e0;
}
.tabs .tabsStyle1 {
  margin: 0;
  background-color: #f1f2f1;
}
.tabs .tabsStyle1:after {
  clear: both;
  content: '';
  display: table;
}
.tabs .tabsStyle1 li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  float: left;
}
.tabs .tabsStyle1 li h2 {
  background: #f1f2f1;
  color: #205698;
  cursor: pointer;
  float: left;
  font: 1.5em/1 "Salvo Serif", "Arial Bold", sans-serif;
  height: 15px;
  margin: 0;
  padding: 16px 9px 10px;
  float: none;
}
.tabs .tabsStyle1 li a {
  color: #205698;
}
.tabs .tabsStyle1 li.selected h2 {
  background: #ffffff;
  color: #575757;
  cursor: default;
}
.tabs .tabsStyle1 li.selected h2 a {
  color: #575757;
}
.tabbedblocks {
  border-top: 6px solid #e0e0e0;
  background-color: #f1f2f1;
}
.tabbedblocks:after {
  clear: both;
  content: '';
  display: table;
}
.tabbedblocks .block > h2,
.tabbedblocks .block > h3 {
  background: #f1f2f1;
  color: #205698;
  cursor: pointer;
  float: left;
  font: 1.5em/1 "Salvo Serif", "Arial Bold", sans-serif;
  height: 15px;
  margin: 0;
  padding: 16px 9px 10px;
  text-decoration: none;
}
.tabbedblocks .block > h2:hover,
.tabbedblocks .block > h3:hover,
.tabbedblocks .block > h2:focus,
.tabbedblocks .block > h3:focus {
  text-decoration: underline;
}
.tabbedblocks .block:first-child > h2,
.tabbedblocks .block:first-child > h3 {
  padding-left: 0;
}
.tabbedblocks .content {
  left: -1000em;
  position: absolute;
  background: #ffffff;
  margin-top: 41px;
  margin-bottom: 0;
  padding: 13px 0 6px;
}
.tabbedblocks .content > ul {
  margin-bottom: 0;
  border-bottom: 1px dashed #e0e0e0;
}
.tabbedblocks .content > ul > li {
  margin-bottom: 12px;
  padding-left: 15px;
  line-height: 1.286;
  font-family: "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  list-style: none;
  background: url(/magazine/graphics/list.style1.png) no-repeat 0 4px;
}
.tabbedblocks .content a {
  color: #060606;
}
.tabbedblocks .content a:hover {
  color: #205698;
}
.tabbedblocks .selected > h2,
.tabbedblocks .selected > h3 {
  background: #ffffff;
  color: #575757;
  cursor: default;
}
.tabbedblocks .selected > h2:hover,
.tabbedblocks .selected > h3:hover,
.tabbedblocks .selected > h2:focus,
.tabbedblocks .selected > h3:focus {
  text-decoration: none;
}
.tabbedblocks .selected .content {
  clear: right;
  float: right;
  left: auto;
  position: static;
  margin-left: -100%;
  width: 100%;
}
.js-disabled #wrapper .tabbedblocks .block {
  margin-bottom: 27px;
}
.js-disabled #wrapper .tabbedblocks .block > h2,
.js-disabled #wrapper .tabbedblocks .block > h3 {
  background: #f1f2f1;
  color: #205698;
  cursor: pointer;
  float: left;
  font: 1.5em/1 "Salvo Serif", "Arial Bold", sans-serif;
  height: 15px;
  margin: 0;
  padding: 16px 9px 10px;
  float: none;
  margin-right: 0;
}
.js-disabled #wrapper .tabbedblocks .block.selected .content {
  float: none;
}
.js-disabled #wrapper #content .tabbedblocks .content {
  left: auto;
  margin: 0;
  position: static;
}
.js-disabled #wrapper #top .tabbedblocks .content,
.js-disabled #wrapper #foot .tabbedblocks .content,
.js-disabled #wrapper #main .tabbedblocks .content,
.js-disabled #wrapper #rightcolumn .tabbedblocks .content {
  position: static;
  left: auto;
  margin: 0;
  width: auto;
}

/*
---

name: Popups

provides: CSS.Popups

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.abacus-popup {
  background: #ffffff;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  top: 20px;
  width: 100px;
  z-index: 65536;
}
.abacus-popup .abacus-close {
  float: right;
  border-radius: 3px;
  margin: 9px 9px 0 0;
  width: 20px;
  height: 20px;
  background: #205698 url(/magazine/graphics/buttons/sprite.buttons.png) no-repeat 0 -408px;
  cursor: pointer;
  display: inline-block;
  text-indent: -1000em;
}
.abacus-popup .abacus-close:hover {
  background-color: #ce181e;
}
.abacus-popup .sleeve {
  border: 2px solid #000000;
  padding: 10px;
}
.abacus-popup.loading {
  background: #ffffff url(/magazine/graphics/ajax_loader_white.gif) no-repeat 50% 50%;
}
.abacus-popup.loading * {
  visibility: hidden;
}
.abacus-popup .videoblock {
  margin: 20px 0;
}
.abacus-popup-overlay {
  background: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: fixed;
  right: 0;
  top: 0;
  z-index: 65535;
}

/*
---

name: Adverts

description: Styles for adverts and pagetexts

provides: [CSS.Adverts]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
#mastad {
  margin-bottom: 27px;
  padding: 0;
}
#mastad:after {
  clear: both;
  content: '';
  display: table;
}
.mast_ad_strip .ad,
.footer_ad_strip .ad {
  float: left;
}
.mast_ad_strip .small,
.footer_ad_strip .small {
  float: right;
}
.mast_ad_strip img,
.footer_ad_strip img {
  vertical-align: middle;
}
.mast_ad_strip:after,
.footer_ad_strip:after {
  clear: both;
  content: '';
  display: table;
}
.footer_ad {
  margin-bottom: 27px;
  padding: 0;
}
.footer_ad_strip .adBottomRight {
  border: 1px solid #e0e0e0;
  width: 167px;
  padding: 13px 12px 12px;
  background-color: #f1f2f1;
}
.footer_ad_strip .adBottomRight .more {
  padding-right: 20px;
  font: 1.5em/1.4 "Salvo Serif", "Arial Bold", sans-serif;
  background: url(/magazine/graphics/list.png) no-repeat right;
}
#rightcolumn .ad {
  clear: both;
}
/* PAGETEXT (RIGHTCOLUMN/WIDGET) */
.pagetext {
  padding: 6px 10px;
  background: #e6e8ea;
}
.pagetext h2 {
  text-transform: uppercase;
}
.pagetext .more,
.pagetext p.more {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.333;
}
.inlineAdvert {
  margin-bottom: 15px;
  border: dashed #e0e0e0;
  border-width: 1px 0;
  padding: 29px 0;
  text-align: center;
}
.twocolumn .column1_sleeve > .pagetext,
.twocolumn .column2_sleeve > .pagetext {
  margin-bottom: 27px;
}
.twocolumn .column1_sleeve > div.pagetext:last-child,
.twocolumn .column2_sleeve > div.pagetext:last-child {
  margin-bottom: 0;
}

/*
---

name: Page Tools

provides: CSS.PageTools

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.pageOptions {
  border-top: 6px solid #e0e0e0;
  border-bottom: 1px dashed #e0e0e0;
  clear: both;
  margin: 27px 0;
}
.pageOptions ul {
  margin: 0;
  padding: 8px 0 5px;
}
.pageOptions ul:after {
  clear: both;
  content: '';
  display: table;
}
.pageOptions li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  float: left;
  line-height: 16px;
  margin: 0 5px 0 0;
  padding: 0 0 0 10px;
}
.pageOptions li.first {
  margin: 0;
  padding-left: 0;
}
.pageOptions li.last {
  float: right;
  margin: 0;
  padding: 0;
}
.pageOptions a {
  margin-right: 5px;
  padding: 3px 5px 3px 25px;
  width: auto;
}
.pageOptions a.print {
  background-position: 0 -124px;
  padding-left: 20px;
}
.pageOptions a.email {
  background-position: 0 -58px;
  padding-right: 3px;
}
.pageOptions a.rate {
  background-position: 0 -186px;
  padding-right: 5px;
}
.pageOptions a.addthis_button_compact {
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat 0 -319px;
  float: left;
  margin: 0 3px 0 0;
  padding: 3px 0 3px 20px;
  font-size: 1.2em;
  line-height: 1.5;
}
.pageOptions a.addthis_button_compact span {
  background: none!important;
  width: 0!important;
  margin-right: 0!important;
}
.pageOptions a.comment {
  background-position: 0 5px;
  border: 0;
}
.pageOptions a.save {
  background-position: 0 -252px;
  margin-right: 0;
  padding-right: 0;
}

/*
---

name: Icons

description: Styles for various types of 'icons'

provides: [CSS.Icons]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.icon {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 22px;
  height: 16px;
  font-size: 1.2em;
  line-height: 1.5;
  color: #e0e0e0;
  background: url("/magazine/graphics/icons/sprite.icons.png") no-repeat 0 -777px;
}
.audio {
  background-position: 0 -712px;
}
.video {
  background-position: 0 -1493px;
}
.subscription {
  background-position: 0 -1891px;
}
.article {
  background-position: 0 -2926px;
}
.weblink {
  background-position: 0 -2963px;
}
.download {
  background-position: 0 -2998px;
}
/* Icons within heading [SPIN, SearchResults] */
h2 a + span.icon,
h3 a + span.icon {
  margin-left: 5px;
}
h2 span.icon,
h3 span.icon {
  display: inline-block;
  text-indent: -1000em;
  vertical-align: middle;
  padding-left: 0;
  width: 22px;
}
/* Accessibility validation */
.accessbility_buttons .sleeve:after {
  clear: both;
  content: '';
  display: table;
}
.accessbility_buttons a {
  float: left;
  margin-right: 5px;
}
.validate,
.accessibility {
  float: left;
  display: inline-block;
  text-indent: -1000em;
  background-image: url("/magazine/graphics/buttons/sprite.buttons.png");
  background-repeat: no-repeat;
}
.validate {
  width: 82px;
  height: 19px;
  background-position: -141px -268px;
}
.accessibility {
  width: 102px;
  height: 19px;
  background-position: -141px -338px;
}

/*
---

name: Lists

description: Styles for various types of lists

provides: [CSS.Lists]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.listBlocks li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  border-bottom: 1px dashed #e0e0e0;
  margin-bottom: 18px;
  padding-bottom: 17px;
  border-color: #e0e0e0;
}
.listBlocks li:after {
  clear: both;
  content: '';
  display: table;
}
.listBlocks li > h2,
.listBlocks li .subSleeve > h2,
.listBlocks li > div > h2 {
  margin-bottom: 6px;
  font-size: 1.8em;
  line-height: 1.333;
}
.listBlocks li > h2 > a,
.listBlocks li .subSleeve > h2 > a,
.listBlocks li > div > h2 > a {
  color: #060606;
}
.listBlocks li > h2 + .meta,
.listBlocks li .subSleeve > h2 + .meta,
.listBlocks li > div > h2 + .meta {
  font-size: 1.2em;
  margin-bottom: 6px;
}
.listBlocks h3 {
  color: #060606;
  margin: 3px 0;
}
.listBlocks h4 {
  margin: 0;
}
.listBlocks h4 a {
  color: #060606;
}
.listBlocks p {
  margin-bottom: 3px;
  font-size: 1.3em;
  line-height: 1.385;
}
.listBlocks .picture {
  float: right;
  margin: 0 0 9px 10px;
}
.listBlocks .block {
  margin: 0 0 27px;
}
.listBlocks .subBlock {
  margin: 0 0 27px;
}
.listBlocks .myProfile .subBlock {
  margin-bottom: 0;
}
.listBlocks .myProfile h2 {
  margin-bottom: 0;
  font-size: 1.8em;
  line-height: 1.5;
}
.listBlocks .blockTitle {
  border-top: 6px solid #e0e0e0;
  padding-top: 12px;
}
.listBlocks .blockTitle h2 {
  margin-bottom: 15px;
  font: 1.5em/1.2 "Salvo Serif", "Arial Bold", sans-serif;
  color: #575757;
}
.listBlocksStyle2 li {
  padding-right: 30px;
  position: relative;
}
.listBlocksStyle2 li.last,
.listBlocksStyle2 li:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.listBlocksStyle2 li p {
  margin: 3px 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #949494;
}
.listBlocksStyle2 .deleteItem {
  display: inline-block;
  text-indent: -1000em;
  position: absolute;
  right: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #205698 url('/magazine/graphics/buttons/sprite.buttons.png') no-repeat 0 -408px;
}
.listBlocksStyle2 .deleteItem:hover {
  background-color: #ce181e;
}
.listBlocksStyle2 .more {
  border-bottom: 1px dashed #e0e0e0;
  margin-bottom: 18px;
  padding-bottom: 17px;
  padding-bottom: 6px;
}
/* Inline list */
.listInline {
  margin-bottom: 24px;
}
.listInline ul {
  margin-bottom: 0;
}
.listInline ul:after {
  clear: both;
  content: '';
  display: table;
}
.listInline li {
  float: left;
  margin: 0 9px 0 0;
  font: bold 1.5em/1.067 "Salvo Serif", "Arial Bold", sans-serif;
  list-style: none;
}
.listInline a,
.listInline span {
  display: inline-block;
  color: #205698;
}
.listInline a:hover,
.listInline span.on {
  color: #060606;
  text-decoration: underline;
}
.listInline .selected span {
  color: #ce181e;
  padding-bottom: 9px;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat 7px -2775px;
}
.listInline .disabled span {
  color: #e0e0e0;
}
.listInline h3 {
  font-size: 3em;
  line-height: 1.2;
}

/*
---

name: VideoResize

provides: CSS.VideoResize

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.videoblock,
.audioblock {
  height: 83px;
  margin: 0 0 18px;
  position: relative;
}
.videoblock object,
.audioblock object,
.videoblock embed,
.audioblock embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.videoblock {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
}
.videoblock > div,
.videoblock iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*
---

name: Boxes

description: Styles for various types of 'boxes'

provides: CSS.Boxes

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.box {
  margin: 0 0 27px;
  border-top: 6px solid #e0e0e0;
  padding-top: 12px;
}
.box h2 {
  margin-bottom: 15px;
  font: 1.5em/1.2 "Salvo Serif", "Arial Bold", sans-serif;
  color: #575757;
  margin: 0 0 15px;
}
.box li {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 15px;
  line-height: 1.286;
  font-family: "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  background: url(/magazine/graphics/list.style1.png) no-repeat 0 4px;
}
.box li h3 {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.286;
  margin: 0;
}
.box li a {
  color: #060606;
}
.box .selected {
  font-weight: bold;
}
.extras {
  margin-bottom: 27px;
  border-top: 6px solid #e0e0e0;
  padding-top: 12px;
}
.extras h2 {
  margin-bottom: 15px;
  font: 1.5em/1.2 "Salvo Serif", "Arial Bold", sans-serif;
  color: #575757;
}
.extras h2 a {
  color: #060606;
}
.extras h2 a:hover {
  color: #060606;
}
.extras ul {
  margin: 0;
  padding: 0;
}
.extras li {
  list-style: none;
  line-height: 1.286;
  margin-bottom: 15px;
}
.extras li a {
  color: #060606;
}
.extras li a:hover {
  color: #205698;
}
.extras h3 {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.286;
  margin: 0;
}
.extras p {
  color: #575757;
  margin: 0 0 9px;
}
.extras p:after {
  clear: both;
  content: '';
  display: table;
}
.extras p img {
  float: left;
  margin: 0 10px 9px 0;
  margin-right: 5px;
}
.extras .date {
  margin: 3px 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #949494;
}
.extras.style1 {
  border-top: 0;
  border-bottom: 6px solid #e0e0e0;
  padding: 18px 15px 12px;
  background-color: #f1f2f1;
}
.extras.style1 .extras_heading h2 {
  font: 1.8em/1.333 "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  color: #060606;
}
.extras.style1 p {
  font-size: 1.3em;
  line-height: 1.385;
}
.extras.style1 .more {
  display: inline-block;
  padding-right: 20px;
  font: 1.5em/1.4 "Salvo Serif", "Arial Bold", sans-serif;
  background: url(/magazine/graphics/list.png) no-repeat right;
  margin-top: 15px;
  color: #205698;
}
.extras.style1 .more:hover {
  color: #060606;
}
#rightcolumn_sleeve .latestNews {
  margin-bottom: 0;
}
.latestNews .style {
  margin-bottom: 27px;
  border-top: 6px solid #e0e0e0;
  padding-top: 12px;
  background-color: #f1f2f1;
}
.latestNews .colour3 .sectionhead {
  margin-bottom: 0;
  border-bottom: 0;
  padding: 0 13px 15px;
}
.latestNews .colour3 .sectionhead h2 {
  margin-bottom: 15px;
  font: 1.5em/1.2 "Salvo Serif", "Arial Bold", sans-serif;
  color: #575757;
  margin-bottom: 0;
}
.latestNews .colour3 .sectionhead h2 a {
  padding-right: 20px;
  background: url(/magazine/graphics/list.png) no-repeat right;
  color: #205698;
}
.latestNews .colour3 .sectionhead h2 a:hover {
  color: #060606;
}
.latestNews .colour3 .sectionhead .rssfeed {
  float: right;
  margin-top: -2px;
}
.latestNews .colour3 .sectionhead .rssfeed span {
  display: inline-block;
  text-indent: -1000em;
  display: block;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  background: #e0e0e0 url(/magazine/graphics/decoration/sprite.decoration.png) no-repeat -114px -12px;
}
.latestNews .colour3 .sectionhead .rssfeed:hover span {
  background-color: #205698;
}
.latestNews .colour3 .sectionhead .rssfeed + h2 {
  padding-right: 25px;
}
.latestNews .full,
.latestNews .thumb {
  margin: 0 13px 18px;
  border-bottom: 1px dashed #e0e0e0;
  padding: 0 0 18px;
}
.latestNews .full h2,
.latestNews .thumb h2 {
  margin-bottom: 0;
  font-size: 1.8em;
  line-height: 1.333;
  color: #060606;
}
.latestNews .full h2 a,
.latestNews .thumb h2 a {
  color: #060606;
}
.latestNews .full h2 a:hover,
.latestNews .thumb h2 a:hover {
  color: #205698;
}
.latestNews .full p,
.latestNews .thumb p {
  display: none;
}
.latestNews .full p.picture,
.latestNews .thumb p.picture {
  display: block;
}
.latestNews .full img {
  width: 274px;
}
.latestNews .thumb .sleeve:after {
  clear: both;
  content: '';
  display: table;
}
.latestNews .thumb .picture {
  float: right;
  margin: 0 0 9px 10px;
  margin-bottom: 0;
}
.latestNews .thumb .picture img {
  margin: 0;
}
.latestNews .thumb:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 27px;
}
.latestNews .more {
  clear: both;
  margin: 0;
  border-bottom: 1px dashed #e0e0e0;
  padding: 0 18px 5px;
  font-size: 1.3em;
  line-height: 1.385;
}
.jobOfTheWeek .extras_heading a,
.grid .jobOfTheWeek .extras_heading a {
  padding-right: 18px;
  font-family: "Salvo Serif", "Arial Bold", sans-serif;
  color: #205698;
  background: url(/magazine/graphics/list.png) no-repeat right;
}
.jobOfTheWeek .content,
.grid .jobOfTheWeek .content {
  background-color: #f1f2f1;
}
.jobOfTheWeek .content .sleeve,
.grid .jobOfTheWeek .content .sleeve {
  padding: 15px 0;
}
.jobOfTheWeek .featuredJob,
.grid .jobOfTheWeek .featuredJob {
  display: block;
}
.jobOfTheWeek .featuredJob > img,
.grid .jobOfTheWeek .featuredJob > img {
  display: block;
  border: 1px solid #e0e0e0;
  margin: 0 auto;
  vertical-align: middle;
}
.jobOfTheWeek .formbox,
.grid .jobOfTheWeek .formbox {
  border-top-color: #ffffff;
}
.jobOfTheWeek .formbox .field,
.grid .jobOfTheWeek .formbox .field {
  margin-bottom: 0;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}
.jobOfTheWeek .formbox label,
.grid .jobOfTheWeek .formbox label {
  position: absolute;
  left: -9999px;
}
.jobOfTheWeek .formbox .text,
.grid .jobOfTheWeek .formbox .text,
.jobOfTheWeek .formbox button,
.grid .jobOfTheWeek .formbox button {
  margin: 0;
}
.jobOfTheWeek .formbox .text,
.grid .jobOfTheWeek .formbox .text {
  float: left;
  border: 0;
  height: 17px;
}
.jobOfTheWeek .formbox .text:focus,
.grid .jobOfTheWeek .formbox .text:focus {
  background-color: #ffffff;
}
.jobOfTheWeek .formbox button,
.grid .jobOfTheWeek .formbox button {
  float: right;
  width: 116px;
  margin: 1px 1px 0 0;
}
.jobOfTheWeek .more,
.grid .jobOfTheWeek .more {
  display: block;
  margin-top: 0;
  border-bottom: 0;
  padding: 0 15px 21px 30px;
  background: url(/magazine/graphics/list.style1.png) no-repeat 15px 4px;
  font: 1.4em/1.286 "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  color: #060606;
}
.jobOfTheWeek .more:hover,
.grid .jobOfTheWeek .more:hover {
  color: #205698;
}
#newsletter_block > .extras_sleeve {
  padding: 0 15px 12px;
}
#newsletter_block .formbox {
  border-top: 0;
  padding-top: 0;
}
#newsletter_block .formbox > .formbox_sleeve {
  padding: 0;
}
#newsletter_block p {
  margin-bottom: 12px;
  font-size: 1.3em;
  line-height: 1.385;
}
#newsletter_block .field {
  margin-bottom: 0;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
}
#newsletter_block label {
  left: -1000em;
  position: absolute;
}
#newsletter_block .text,
#newsletter_block button {
  margin: 0;
}
#newsletter_block .text {
  float: left;
  height: 17px;
  border: 0;
}
#newsletter_block .text:focus {
  background-color: #ffffff;
}
#newsletter_block button {
  float: right;
  width: 100px;
  margin: 1px 1px 0 0;
}
.currentissue {
  margin-bottom: 27px;
  border-top: 6px solid #e0e0e0;
  padding-top: 12px;
  margin-bottom: 0;
  border-bottom: 6px solid #e0e0e0;
  padding-bottom: 4px;
}
.currentissue h2 {
  margin-bottom: 15px;
  font: 1.5em/1.2 "Salvo Serif", "Arial Bold", sans-serif;
  color: #575757;
}
.currentissue .picture {
  float: right;
  margin: 0 0 9px 10px;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.3);
}
.currentissue p {
  font-size: 1.3em;
  line-height: 1.385;
}
.currentissue .currentissue_sleeve:after {
  clear: both;
  content: '';
  display: table;
}
.currentissue .subscribe {
  padding-right: 20px;
  font: 1.5em/1.4 "Salvo Serif", "Arial Bold", sans-serif;
  background: url(/magazine/graphics/list.png) no-repeat right;
  line-height: 2.333;
}
.grid .currentissue h2 {
  font-family: "Salvo Serif", "Arial Bold", sans-serif;
}
.grid .extras h2 a:hover {
  color: #060606;
}

/*
---

name: Skiplinks

requires: [CSS.Main]

provides: [CSS.SkipLinks]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
#skiplinks {
  display: inline;
}
#skiplinks li {
  display: inline;
}
#skiplinks a {
  background: #FFF;
  border: 2px solid #205698;
  font-size: 1.3em;
  left: -1000em;
  position: absolute;
  outline: none;
  padding: 6px;
  text-decoration: none;
  top: 150px;
  z-index: 10;
}
#skiplinks a:focus,
#skiplinks a:active {
  left: 250px;
}

/*
---

name: Navigation (style 2)

description: Navigation.

requires: [CSS.Main, CSS.Structure, CSS.Layout]

provides: [CSS.Navigation.Style2]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.navStyle2 {
  clear: both;
  position: relative;
  z-index: 32768;
  margin-bottom: 24px;
  background-color: #205698;
}
.navStyle2:after {
  clear: both;
  content: '';
  display: table;
}
.navStyle2 h2,
.navStyle2 h3 {
  font-size: 1em;
  font-family: "Salvo Serif", "Arial Bold", sans-serif;
  color: #575757;
}
.navStyle2 h2 {
  margin-bottom: 9px;
}
.navStyle2 h3 {
  font: normal 1.4em/1.286 "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}
.navStyle2 p {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.333;
}
.navStyle2 p.meta {
  display: none;
}
.navStyle2 ul.main {
  height: 33px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.navStyle2 ul.main > li {
  overflow: visible;
  margin-bottom: 0;
  border-right: 1px solid #5880B2;
  font: 1.5em/1 "Salvo Serif", "Arial Bold", sans-serif;
}
.navStyle2 ul.main > li > a,
.navStyle2 ul.main > li > span {
  display: inline-block;
  height: 33px;
  font-weight: bold;
  line-height: 33px;
  padding: 0 11px;
  color: #ffffff;
  cursor: pointer;
}
.navStyle2 ul.main > li > a:hover,
.navStyle2 ul.main > li > span:hover {
  text-decoration: none;
}
.navStyle2 ul.main > li > div {
  position: absolute;
  border: 1px solid #205698;
  border-top: 0;
  box-shadow: 0 8px 8px 1px rgba(0, 0, 0, 0.6);
}
.navStyle2 ul.main > li > div > ul:after {
  clear: both;
  content: '';
  display: table;
}
.navStyle2 ul.main > li.over > a,
.navStyle2 ul.main > li.over > span {
  height: 32px;
  color: #205698;
  border-top: 1px solid #205698;
  line-height: 32px;
}
.navStyle2 ul.main > li.align-left.over div {
  margin-left: -1px;
}
.navStyle2 ul.main > li.first.over > a {
  padding-left: 10px;
  border-left: 1px solid #205698;
}
.navStyle2 ul.main > li.first.over.align-left div {
  margin-left: 0;
}
.navStyle2 ul.main li.onewide > span,
.navStyle2 ul.main li.twowide > span,
.navStyle2 ul.main li.threewide > span,
.navStyle2 ul.main li.fourwide > span {
  padding-right: 29px;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat 90% -2736px;
}
.navStyle2 ul.main li.onewide.over > span,
.navStyle2 ul.main li.twowide.over > span,
.navStyle2 ul.main li.threewide.over > span,
.navStyle2 ul.main li.fourwide.over > span {
  background-position: 90% -2778px;
}
.navStyle2 li {
  list-style: none;
  float: left;
  font: bold 1.2em/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navStyle2 li.onewide > a,
.navStyle2 li.twowide > a,
.navStyle2 li.threewide > a,
.navStyle2 li.fourwide > a {
  padding-right: 3px;
}
.navStyle2 li.onewide > a > span,
.navStyle2 li.twowide > a > span,
.navStyle2 li.threewide > a > span,
.navStyle2 li.fourwide > a > span {
  padding-right: 18px;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat right -2741px;
}
.navStyle2 li.onewide.over > a > span,
.navStyle2 li.twowide.over > a > span,
.navStyle2 li.threewide.over > a > span,
.navStyle2 li.fourwide.over > a > span {
  background-position: right -2782px;
}
.navStyle2 li.onewide > div,
.navStyle2 li.twowide > div,
.navStyle2 li.threewide > div,
.navStyle2 li.fourwide > div {
  background: #ffffff url(/magazine/graphics/menu.subnav.heading.png) no-repeat 19px 21px;
}
.navStyle2 li.onewide > div .subnav,
.navStyle2 li.twowide > div .subnav,
.navStyle2 li.threewide > div .subnav,
.navStyle2 li.fourwide > div .subnav {
  margin-top: 20px;
  padding-top: 28px;
  height: 257px;
}
.navStyle2 li.current {
  background: #5a94c5;
}
.navStyle2 li.current.onewide > a > span,
.navStyle2 li.current.twowide > a > span,
.navStyle2 li.current.threewide > a > span,
.navStyle2 li.current.fourwide > a > span {
  background-position: right -2822px;
}
.navStyle2 li ul {
  height: auto;
}
.navStyle2 li div {
  background: #ffffff;
  left: -9999px;
  margin: 33px 0 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -transition: opacity 0.2s linear;
}
.navStyle2 li div .subnav div {
  min-height: 272px;
}
.navStyle2 li div .subnav + .subnav > div {
  border-left: 1px dashed #949494;
  padding-left: 18px;
}
.navStyle2 li div .subnav + .showLatest,
.navStyle2 li div .subnav + .showStory,
.navStyle2 li div .subnav + .showBlock,
.navStyle2 li div .showLatest + .showStory,
.navStyle2 li div .showLatest + .showBlock,
.navStyle2 li div .showStory + .showBlock {
  border-left: 1px solid #205698;
}
.navStyle2 li div .subnav,
.navStyle2 li div .showLatest,
.navStyle2 li div .showStory,
.navStyle2 li div .showBlock {
  display: block;
  float: left;
  padding-top: 20px;
  height: 290px;
  vertical-align: top;
  word-spacing: normal;
}
.navStyle2 li div .subnav > div,
.navStyle2 li div .showLatest > div,
.navStyle2 li div .showStory > div,
.navStyle2 li div .showBlock > div {
  margin-top: 0;
  padding: 0 19px;
}
.navStyle2 li div .showStory {
  min-height: 0;
}
.navStyle2 li div .showStory:after {
  clear: both;
  content: '';
  display: table;
}
.navStyle2 li div .showStory div {
  padding-right: 11px;
  padding-left: 11px;
  height: 272px;
  overflow: hidden;
}
.navStyle2 li div .showStory img {
  vertical-align: middle;
}
.navStyle2 li div .showStory h3 {
  margin-top: 12px;
  font-size: 1.500em;
  line-height: 1.333;
}
.navStyle2 li div .showStory .standfirst {
  display: none;
}
.navStyle2 li div .showLatest li {
  padding-left: 15px;
  background: url(/magazine/graphics/list.style1.png) no-repeat 0 4px;
}
.navStyle2 li div .showLatest li > h3 {
  margin-bottom: 3px;
  font-size: 1.167em;
}
.navStyle2 li div a {
  color: #060606;
}
.navStyle2 li div a:hover {
  color: #205698;
}
.navStyle2 li div ul {
  border: none;
  margin: 0;
  padding: 0;
}
.navStyle2 li div li {
  float: none;
  margin-bottom: 0;
  font-size: 1em;
  font-family: "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}
.navStyle2 li div li ul {
  margin-top: 0;
  padding: 0 0 0;
  height: 100%;
  z-index: auto;
}
.navStyle2 li div li li {
  font-weight: normal;
  font-size: .800em;
  line-height: 1.333;
  padding: 0;
  margin-bottom: 9px;
}
.navStyle2 li div li li ul {
  margin-top: 9px;
  margin-left: 18px;
}
.navStyle2 li div li li ul li {
  margin-bottom: 6px;
  list-style: disc;
  overflow: visible;
  font-size: 1em;
  color: #949494;
}
.navStyle2 li div li li ul li:last-child {
  margin-bottom: 3px;
}
.navStyle2 li.over {
  background-color: #ffffff;
}
.navStyle2 li.over div {
  left: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navStyle2 li.align-left {
  position: static;
}
.navStyle2 li.align-right div {
  right: 0;
}
.js-disabled .navStyle2 li:hover {
  background: #ffffff;
}
.js-disabled .navStyle2 li:hover div {
  left: auto;
}

/*
---

name: BreadCrumbs

requires: [CSS.Main]

provides: [CSS.BreadCrumbs]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
#crumbtrail {
  margin-top: 15px;
  margin-bottom: 15px;
}
#crumbtrail ul {
  margin: 0;
}
#crumbtrail ul:after {
  clear: both;
  content: '';
  display: table;
}
#crumbtrail li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  background: url(/magazine/graphics/list.style1.png) no-repeat 0 4px;
  float: left;
  font-size: 1.3em;
  line-height: 1.385;
  padding: 0 9px 0 15px;
}
#crumbtrail li.first {
  background: none;
  padding-left: 0;
}
#crumbtrail li.first span {
  left: -1000em;
  position: absolute;
}
#mastad + #mast_bar #crumbtrail {
  margin-top: -12px;
}

/*
---

name: Colours

provides: CSS.Colours

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.colour1,
.colour2,
.colour3 {
  clear: both;
  margin-bottom: 27px;
}
.colour1:after,
.colour2:after,
.colour3:after {
  clear: both;
  content: '';
  display: table;
}
/* SECTIONHEAD - DEFAULTS TO COLOUR 1 */
.sectionhead {
  background: transparent;
  border: 0;
  margin: 0 0 27px;
  padding: 0 0;
}
.sectionhead .sectionhead_sleeve:after {
  clear: both;
  content: '';
  display: table;
}
.sectionhead h2 {
  color: #000000;
  font: bold 1.8em/1.333 "Salvo Serif", "Arial Bold", sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.sectionhead h2 a {
  color: #000000;
}
.sectionhead .rssfeed {
  float: right;
}
.sectionhead .rssfeed span {
  display: inline-block;
  text-indent: -1000em;
  background: url("/magazine/graphics/icons/sprite.icons.png") no-repeat 0 -452px;
  height: 16px;
  width: 16px;
}
.sectionhead .rssfeed + h2 {
  padding-right: 25px;
}
.colour1 {
  background: transparent;
  border: 0;
  padding: 0 0;
}
.colour1 h2,
.colour1 a {
  color: #000000;
}
.colour1 .story_small,
.colour1 .story_large {
  margin: 0 0 6px;
  padding: 0 0 6px;
}
.colour1 .twocolumn {
  margin: 0 0 6px;
  padding: 0;
}
.colour1 .twocolumn .group_story_large .story_list {
  margin: 0 0 -6px;
  padding: 0;
}
.colour1 .twocolumn .story_large,
.colour1 .twocolumn .story_small {
  margin: 0 0 6px;
  padding: 0;
}
.colour1 .group_story_large .story_list {
  margin-bottom: -6px;
  margin-top: 3px;
}
.colour2 {
  background: #ffffff;
  border: 0;
  padding: 12px 10px;
}
.colour2 .sectionhead {
  background: #f1f2f1;
  border: 0;
  margin: 0 0 15px;
  padding: 12px 10px;
}
.colour2 .sectionhead h2,
.colour2 .sectionhead a {
  color: #575757;
}
.colour2 h2,
.colour2 a {
  color: #575757;
}
.colour2 .story_small,
.colour2 .story_large {
  margin: 0 0 6px;
  padding: 0 0 6px;
}
.colour2 .twocolumn {
  margin: 0 0 6px;
  padding: 0;
}
.colour2 .group_story_large .story_list {
  margin: 0 0 -6px;
  padding: 0;
}
.colour2 .story_large,
.colour2 .story_small {
  margin: 0 0 6px;
  padding: 0;
}
.colour2 .story_list {
  margin-bottom: 6px;
  margin-top: 3px;
}
.colour2 .group_story_large .story_list {
  margin-bottom: -6px;
  margin-top: 3px;
}
.colour3 {
  background: transparent;
  border: 1px;
  padding: 0 12px;
}
.colour3 .sectionhead {
  background: transparent;
  border-bottom: 1px solid #205698;
  margin: 0 -12px 15px;
  padding: 0 12px;
}
.colour3 .sectionhead h2,
.colour3 .sectionhead a {
  color: #205698;
}
.colour3 h2,
.colour3 a {
  color: #205698;
}
.colour3 .story_small,
.colour3 .story_large {
  margin: 0 0 6px;
  padding: 0 0 6px;
}
.colour3 .twocolumn {
  margin-bottom: 6px;
}
.colour3 .twocolumn .story_list {
  margin: 0;
  padding: 0;
}
.colour3 .twocolumn .group_story_large .story_list {
  margin: 0 0 -6px;
  padding: 0;
}
.colour3 .twocolumn .story_large,
.colour3 .twocolumn .story_small {
  margin: 0 0 6px;
  padding: 0;
}
.colour3 .story_list {
  margin-bottom: 6px;
  margin-top: 3px;
}
.colour3 .group_story_large .story_list {
  margin-bottom: -6px;
  margin-top: 3px;
}
#wrapper .section_column2 .picture img {
  border: none;
}
#wrapper .section_column2 .colour1 .picture,
#wrapper .section_column2 .colour3 .picture {
  margin-right: 0;
  float: none;
}
#index .section_column2 .picture {
  margin-right: 0;
}

/*
---

name: SPIN

requires: [CSS.Colours]

provides: CSS.SPIN

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.story_small,
.story_large {
  clear: left;
  margin-bottom: 6px;
}
.story_small:after,
.story_large:after {
  clear: both;
  content: '';
  display: table;
}
.story_small .picture,
.story_large .picture {
  float: left;
  margin: 0 10px 9px 0;
}
.story_small .picture a,
.story_large .picture a,
.story_small .picture img,
.story_large .picture img {
  display: block;
}
.story_small p,
.story_large p {
  margin-bottom: 6px;
}
.story_list {
  clear: left;
}
.story_list ul {
  margin: 0;
}
.story_list li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  margin-bottom: 6px;
}
.story_list li h2 {
  font-size: 1.2em;
  line-height: 1.333;
  margin: 0;
}
.story_list li p {
  margin: 0;
}
.style1 h2,
.style2 h2 {
  margin: 0 0 6px;
}
.story_small h2,
.style2 .story_large h2,
.section_column2 .style2 h2,
.section_column2 .story_large h2 {
  font-size: 1.2em;
  line-height: 1.333;
}
p.more {
  clear: both;
  margin-bottom: 0;
  padding-top: 27px;
}

/*
---

name: Story

provides: CSS.Story

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.storytext:after {
  clear: both;
  content: '';
  display: table;
}
blockquote {
  float: left;
  margin-right: 20px;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 17px;
  padding-left: 47px;
  width: 173px;
  font-family: "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  background: url(/magazine/graphics/decoration/blockquote.bg.png) no-repeat 0 0;
}
blockquote p {
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.5;
}
blockquote .quotesource {
  margin-bottom: 0;
  font: normal 1.2em/1.333 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 .icon {
  display: inline-block;
  text-indent: -1000em;
}
.byline > span {
  margin-left: 3px;
  border-left: 1px solid #949494;
  padding-left: 5px;
}
.byline > span:first-child {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}
.synopsis p {
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.429;
}
.standfirst p {
  font: 1.8em/1.5 "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  color: #060606;
}
.storytext > .inline_image:first-child + p:first-letter,
.storytext > p:first-child:first-letter,
.storytext > p:empty:first-child + p:first-letter {
  float: left;
  padding-top: 2px;
  padding-right: 10px;
  font: 70px/74px "Salvo Serif", "Arial Bold", sans-serif;
  color: #ce181e;
}
.printonly {
  display: none;
}
/* INLINE IMAGES */
.inlineFull {
  border-top: 6px solid #e0e0e0;
  padding-top: 12px;
}
.inlineFull li {
  list-style: none;
  margin-bottom: 15px;
}
.inline_image {
  margin: 0 auto;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 17px;
}
.inline_image + .inlineAdvert {
  border-top: 0;
  padding-top: 28px;
}
.inlineFull,
.inline_image {
  clear: both;
  margin-bottom: 9px;
}
.inlineFull img,
.inline_image img {
  display: block;
  width: auto;
}
.inlineFull .picture,
.inline_image .picture {
  margin: 0;
}
.inline_image_left {
  float: left;
  margin-right: 20px;
  margin-bottom: 21px;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 17px;
}
.inline_image_right {
  float: right;
  margin-bottom: 21px;
  margin-left: 20px;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 17px;
}
.inlineRight .picture,
.inlineLeft .picture {
  margin: 0;
}
.inline_image_full {
  width: 100%;
}
.inline_image .picture img,
.inline_image_left .picture img,
.inline_image_right .picture img {
  margin: 0 auto;
}
.inline_image .inline_title,
.inline_image_left .inline_title,
.inline_image_right .inline_title {
  display: none;
}
.source,
.inline_source,
.credit,
.caption,
.inline_caption,
.byline {
  margin: 3px 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #949494;
}
.inline_source cite {
  font-style: normal;
}
.byline {
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 1;
}
.storyCategories {
  font-size: 1.2em;
  line-height: 1.5;
  color: #949494;
}
.storyCategories a {
  padding-right: 3px;
}
.storyMeta {
  font-size: 1em;
  line-height: 1;
  color: #575757;
}
.storyMeta h3 {
  margin-bottom: 9px;
  font-size: 1.4em;
}
/* FACTFILE */
.factfile {
  margin-bottom: 27px;
  padding-top: 12px;
  padding: 12px;
  border-top: 6px solid #e0e0e0;
  background-color: #f1f2f1;
  clear: both;
}
/* AUTHOR */
.storyAuthorSmall {
  word-wrap: break-word;
  overflow: hidden;
}
.storyAuthorSmall:after {
  clear: both;
  content: '';
  display: table;
}
.storyAuthorSmall > a {
  float: left;
  margin: 0 10px 9px 0;
}
.storyAuthorSmall .author {
  margin: 3px 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #949494;
  float: left;
  width: 348px;
}
.storyAuthorSmall .author a {
  word-wrap: break-word;
}
.storyAuthorSmall .title {
  display: block;
  margin: 6px 0;
}
.storyAuthorLarge {
  margin-bottom: 27px;
  border-bottom: 6px solid #e0e0e0;
}
.storyAuthorLarge:after {
  clear: both;
  content: '';
  display: table;
}
.storyAuthorLarge img {
  float: left;
  margin: 0 10px 9px 0;
  margin-bottom: 0;
}
.storyAuthorLarge .standfirst,
.storyAuthorLarge p {
  font: 1.8em/1.5 "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}
/* RELATED CONTENT */
.relatedimages ul {
  width: 640px;
}
.relatedimages ul:after {
  clear: both;
  content: '';
  display: table;
}
.relatedimages li {
  float: left;
  margin-right: 15px;
}
.relatedimages li.last {
  margin-bottom: 0;
}
.relatedimages a,
.relatedimages img {
  display: block;
}
.relatedContent .relatedimages {
  border-top: 0;
  padding: 0;
  background: none;
}
.relatedContent .relatedimages ul {
  width: auto;
}
.relatedContent .relatedimages li {
  float: none;
  margin-right: 0;
}
.relatedContent .relatedimages h2 {
  left: -1000em;
  position: absolute;
}
.relatedfiles li h3,
.relatedaudio li h3 {
  margin-bottom: 5px;
}
.relatedfiles .icon,
.relatedaudio .icon {
  padding-left: 0;
  height: auto;
  background: none;
  font-size: .857em;
  color: #949494;
}
.relatedarticles .date {
  font-size: .857em;
}
.relatedlinks .owner {
  font-style: italic;
}
.tags li {
  display: inline;
  font-size: 1.2em;
  line-height: 1.333;
}
.subscribe_options {
  margin-bottom: 12px;
}
.subscribe_options:after {
  clear: both;
  content: '';
  display: table;
}
.subscribe_options .subscribe_box {
  float: left;
  width: 220px;
  margin-right: 10px;
}
#story .relatedContent .extras {
  clear: both;
}
.articleContent .extras li {
  padding-left: 15px;
  background: url(/magazine/graphics/list.style1.png) no-repeat 0 6px;
}
.articleContent .extras.tags li,
.articleContent .extras.relatedimages li,
.articleContent .extras.ratings li {
  background: none;
  padding-left: 0;
}
.socialMediaSharing {
  border-top: 0;
  padding-top: 0;
}
.socialMediaSharing li {
  margin-bottom: 9px;
}
.alsoIn h2 a {
  display: block;
  margin-top: 12px;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 14px;
  font: 0.933em/1.286 "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  color: #205698;
}
.LoggedIn p {
  font-size: 1.3em;
  line-height: 1.385;
}
#comments_form {
  margin-bottom: 27px;
}
.promotedContent .content:after {
  clear: both;
  content: '';
  display: table;
}
.promotedContent .preview {
  float: left;
  margin-right: 20px;
  width: 300px;
}
.promotedContent .preview img {
  display: block;
  margin-bottom: 16px;
}
.promotedContent .preview h3 {
  font-size: 3em;
  line-height: 1.2;
}
.promotedContent .preview h3 a {
  color: #060606;
}
.promotedContent ul {
  float: left;
  width: 283px;
}
.promotedContent li {
  margin-bottom: 18px;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 17px;
}
.promotedContent li .picture {
  float: right;
  margin: 0 0 9px 10px;
  margin-bottom: 0;
}
.promotedContent li .picture img {
  margin: 0;
}
.promotedContent li h3 {
  font-size: 1.286em;
  line-height: 1.333;
}
.promotedContent li:after {
  clear: both;
  content: '';
  display: table;
}
#columns,
#story_custom #colwrapper {
  background: url(/magazine/graphics/decoration/story.bg.faux.column.png) repeat-y right;
}
#story_custom #columns {
  background-image: none;
}
#story_custom #colwrapper:after {
  clear: both;
  content: '';
  display: table;
}

/*
---

name: Video layout

description: Styles for various types of video layouts

provides: CSS.VideoLayouts

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/

/*
---

name: Gallery

provides: CSS.Gallery

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.gallery,
.slider {
  background: #f1f2f1;
  margin: 0 0 27px;
  overflow: auto;
}
.gallery:after,
.slider:after {
  clear: both;
  content: '';
  display: table;
}
.gallery .controls,
.slider .controls {
  height: 0;
  margin: 0;
  position: relative;
}
.gallery .controls li,
.slider .controls li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  display: inline-block;
  text-indent: -1000em;
  margin: 34px 0 0;
  border-radius: 3px;
  padding-left: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.gallery .controls .previous,
.slider .controls .previous,
.gallery .controls .next,
.slider .controls .next {
  background: #205698 url("/magazine/graphics/buttons/sprite.buttons.png") no-repeat 100% 0;
}
.gallery .controls .previous:hover,
.slider .controls .previous:hover,
.gallery .controls .next:hover,
.slider .controls .next:hover {
  background-color: #ce181e;
}
.gallery .controls .previous,
.slider .controls .previous {
  float: left;
  margin-left: 13px;
  background-position: 0 -140px;
}
.gallery .controls .next,
.slider .controls .next {
  float: right;
  margin-right: 13px;
  background-position: -60px -140px;
}
.gallery .controls .disabled,
.slider .controls .disabled,
.gallery .controls .disabled:hover,
.slider .controls .disabled:hover {
  background-color: #949494;
  cursor: default;
}
.gallery .thumbs,
.slider .thumbs {
  width: 520px;
  height: 116px;
  margin: 0 auto;
  overflow: hidden;
}
.gallery .thumbs ul,
.slider .thumbs ul {
  margin: 0;
}
.gallery .thumbs ul:after,
.slider .thumbs ul:after {
  clear: both;
  content: '';
  display: table;
}
.gallery .thumbs li,
.slider .thumbs li {
  float: left;
  width: 84px;
  list-style: none;
  margin: 6px 10px;
  padding-left: 0;
}
.gallery .thumbs .caption,
.slider .thumbs .caption {
  display: none;
}
.gallery .display {
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #e0e0e0;
}
.gallery .display img {
  display: block;
  margin: 0 auto;
}
.gallery .display .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding: 6px 10px;
  background: #515151;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.gallery .display .caption * {
  margin: 0 0 3px;
}
.gallery .display .caption h4 {
  color: #ffffff;
  font-family: "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}
.gallery .display .caption a {
  color: #ffffff;
}
.gallery .display .caption a:hover {
  color: #205698;
}
.gallery .display .caption .text {
  font-size: 1.3em;
  line-height: 1.385;
}
/* Core slideshow */
.slideshow .sleeve:after {
  clear: both;
  content: '';
  display: table;
}
.slideshow .display {
  border-bottom: 1px dashed #e0e0e0;
  height: 300px;
  background: #ffffff;
}
.slideshow .display:hover .caption {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -transition: opacity 0.2s linear;
}
.slideshow .display img {
  display: block;
  position: absolute;
  cursor: pointer;
}
.slideshow .display .caption {
  background: #fff;
  background: #ffffff;
  height: 70px;
  margin: 207px 0 0;
  padding: 4px 0 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  visibility: hidden;
  width: 600px;
}
.slideshow .display .caption h4 {
  font-size: 1.8em;
  line-height: 1.333;
  margin-bottom: 0;
}
.slideshow .display .caption h4 a {
  color: #060606;
}
.slideshow .display .caption h4 a:hover {
  color: #205698;
}
.slideshow .display .caption p {
  margin: 0;
  font-size: 1.3em;
  line-height: 1.385;
}
.slideshow .display .caption .read {
  display: none;
}
.slideshow .controls {
  float: right;
  margin-top: 9px;
  margin-bottom: 0;
}
.slideshow .controls li {
  border-radius: 3px;
  margin: 0;
  width: 24px;
  height: 24px;
  background: #205698 url(/magazine/graphics/buttons/sprite.buttons.png) no-repeat -314px -139px;
  display: inline-block;
  text-indent: -1000em;
}
.slideshow .controls li:hover {
  background-color: #ce181e;
  cursor: pointer;
}
.slideshow .controls .play {
  background-position: -60px -140px;
}
.slideshow .thumbs {
  float: left;
  margin-top: 15px;
}
.slideshow .thumbs ul {
  margin: 0;
}
.slideshow .thumbs ul:after {
  clear: both;
  content: '';
  display: table;
}
.slideshow .thumbs li {
  display: inline-block;
  border: 0;
  margin: 0 3px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 9px;
  cursor: pointer;
  background-color: #e0e0e0;
}
.slideshow .thumbs .selected {
  background: #ce181e;
}
.slideshow .thumbs .caption {
  display: none;
}
.slideshowStyle2 {
  position: relative;
}
.slideshowStyle2 .rssfeed {
  margin-right: 32px;
}
.slideshowStyle2 .display {
  float: left;
  overflow: hidden;
  height: 234px;
}
.slideshowStyle2 .display .caption {
  display: none;
}
.slideshowStyle2 .controls {
  position: absolute;
  top: 16px;
  right: 0;
  float: none;
  margin-top: 0;
}
.slideshowStyle2 .thumbs {
  float: right;
  padding-top: 0;
}
.slideshowStyle2 .thumbs li {
  background-color: transparent;
  border-radius: 0;
  display: block;
  font-size: 1em;
  height: 78px;
  list-style: none;
  overflow: hidden;
  width: auto;
}
.slideshowStyle2 .thumbs li img {
  display: none;
}
.slideshowStyle2 .thumbs li .standfirst,
.slideshowStyle2 .thumbs li p {
  display: none;
}
.slideshowStyle2 .thumbs .caption {
  display: block;
  height: 56px;
  border-bottom: 1px dashed #e0e0e0;
  padding: 9px 15px 12px;
  background-color: #f1f2f1;
  overflow: hidden;
}
.slideshowStyle2 .thumbs .caption h4 {
  color: #060606;
  margin: 0;
}
.slideshowStyle2 .thumbs .caption h4 a {
  color: #060606;
}
.slideshowStyle2 .thumbs .selected {
  background-color: transparent;
  margin-left: -25px;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}
.slideshowStyle2 .thumbs .selected .caption {
  border-bottom-color: #ffffff;
  background: #ffffff;
}
.slideshowStyle2 .thumbs .selected:before {
  content: '';
  position: absolute;
  margin-left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 25px 0;
  border-color: transparent #ffffff transparent transparent;
}
.slideshowStyle2 .thumbs .last {
  margin-bottom: 0;
}
.slideshowStyle2 .thumbs .last:not(.selected) .caption {
  border-bottom-color: #f1f2f1;
}

/*
---

name: Poll

provides: CSS.Poll

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.poll {
  background-color: #f1f2f1;
  padding: 18px 12px 15px;
}
.poll h2 {
  margin-bottom: 15px;
  font: 1.5em/1.2 "Salvo Serif", "Arial Bold", sans-serif;
  color: #575757;
  margin-bottom: 9px;
}
.poll p {
  margin: 0 0 15px;
  font-size: 1.3em;
  line-height: 1.385;
}
.poll .poll_sleeve {
  padding: 3px 0;
}
.poll fieldset > div {
  padding: 0 0 12px;
}
.poll fieldset > div:after {
  clear: both;
  content: '';
  display: table;
}
.poll fieldset > div div {
  clear: left;
  float: left;
  width: 64%;
  height: 20px;
  background-color: #ffffff;
}
.poll fieldset > div div img {
  height: 20px;
}
.poll fieldset input {
  margin: 0 5px 0 0;
}
.poll fieldset label {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.333;
  color: #205698;
}
.poll fieldset button {
  margin-left: 0;
}
.poll fieldset p {
  margin-bottom: 0;
  padding-top: 9px;
  color: #ce181e;
}
.poll .pollQuestion {
  float: left;
  padding-right: 10px;
  font-size: 1.2em;
  font-weight: bold;
}
.poll .pollResponse {
  float: right;
  padding-left: 9px;
  font-size: 1.2em;
}
#pollResults {
  left: -1000em;
  position: absolute;
}
.grid .poll h2 {
  font-family: "Salvo Serif", "Arial Bold", sans-serif;
}

/*
---

name: Paging

requires: [CSS.Main]

provides: [CSS.Paging]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.paging {
  clear: both;
  border-top: 6px solid #e0e0e0;
  margin: 27px 0;
}
.paging ul {
  margin-bottom: 6px;
  padding-top: 15px;
  width: 100%;
  text-align: center;
}
.paging .paging_numbers li {
  float: left;
  margin: 0 9px 0 0;
  font: bold 1.5em/1.067 "Salvo Serif", "Arial Bold", sans-serif;
  list-style: none;
  float: none;
  display: inline;
  margin-right: 3px;
}
.paging .paging_numbers a,
.paging .paging_numbers span {
  color: #205698;
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  min-width: 27px;
}
.paging .paging_numbers a:hover {
  color: #060606;
  text-decoration: underline;
}
.paging .paging_numbers span.on {
  color: #ce181e;
  background-position: 2px -2775px;
}
.paging .paging_numbers .previous,
.paging .paging_numbers .next {
  background: #205698 url("/magazine/graphics/buttons/sprite.buttons.png") no-repeat 100% 0;
  border: 0;
  border-radius: 3px;
  margin-top: 0;
  padding: 0;
  width: 24px;
  height: 24px;
  text-indent: -1000em;
}
.paging .paging_numbers .previous {
  background-position: 0 -140px;
}
.paging .paging_numbers .next {
  background-position: -60px -140px;
}
.paging .paging_numbers a.previous:hover,
.paging .paging_numbers a.next:hover {
  background-color: #ce181e;
}
.paging .paging_numbers span.previous,
.paging .paging_numbers span.next {
  background-color: #949494;
}
.paging .paging_results {
  clear: left;
  width: 100%;
  text-align: center;
}
.paging .paging_results p {
  font-size: 1.2em;
  line-height: 1;
}
.paging .paging_results p a,
.paging .paging_results p .selected {
  margin-left: 3px;
  border-left: 1px solid #949494;
  padding-left: 5px;
  margin-left: 6px;
  padding-left: 7px;
}
.paging .paging_results p a:first-child,
.paging .paging_results p .selected:first-child {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}
.paging .paging_results .print {
  float: right;
}
.paging .paging_results .print a {
  background: url("/magazine/graphics/icons/sprite.icons.png") no-repeat 0 -126px;
  display: inline-block;
  padding: 0 0 0 22px;
}

/*
---

name: Ratings

provides: CSS.Ratings

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.articleContent .extras.ratings {
  background-color: #f1f2f1;
  padding: 15px 12px 24px;
}
.articleContent .extras.ratings:after {
  clear: both;
  content: '';
  display: table;
}
.articleContent .extras.ratings p,
.articleContent .extras.ratings ul {
  float: left;
  margin-bottom: 0;
}
.articleContent .extras.ratings p {
  padding-top: 6px;
  padding-right: 10px;
  font-size: 1.2em;
  line-height: 1.5;
  color: #205698;
}
.articleContent .extras.ratings .ratingsList {
  margin-top: -6px;
}
.articleContent .extras.ratings .ratingsStar {
  background: url(/magazine/graphics/star.gif) 50% 0 no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 34px;
  margin: 0 6px 0 0;
  padding: 0;
  text-indent: -1000em;
  width: 34px;
}
.articleContent .extras.ratings .ratingsStarOver,
.articleContent .extras.ratings .ratingsStarSelected {
  background-position: 50% 100%;
}
.ratingsRated .ratingsStar {
  cursor: default;
}

/*
---

name: Comments

requires: [CSS.Layout, CSS.Paging, CSS.Forms]

provides: [CSS.Comments]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
#comments {
  margin-bottom: 27px;
  border-top: 6px solid #e0e0e0;
  padding-top: 12px;
}
#comments h2 {
  margin-bottom: 15px;
  font: 1.5em/1.2 "Salvo Serif", "Arial Bold", sans-serif;
  color: #575757;
  margin: 0 0 6px;
}
#comments .comments_question {
  font: 1.8em/1.5 "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}
#comments > ul > li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  border-top: 1px dashed #e0e0e0;
  padding-top: 12px;
  padding-bottom: 6px;
  overflow: visible;
}
#comments > ul > li:after {
  clear: both;
  content: '';
  display: table;
}
#comments > ul > li.editor_comment {
  padding-right: 15px;
  padding-left: 15px;
  background-color: #f1f2f1;
}
#comments p {
  margin-bottom: 9px;
  font-size: 1.3em;
  line-height: 1.385;
}
#comments p.byline {
  margin: 3px 0;
  font-size: 1.2em;
  line-height: 1.5;
  color: #949494;
  margin-top: 0;
  margin-bottom: 5px;
}
#comments p.byline span {
  margin-left: 3px;
  border-left: 1px solid #949494;
  padding-left: 5px;
}
#comments p.byline span:first-child {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}
#comments p.byline .author {
  font-weight: bold;
}
#comments p.meta {
  margin-bottom: 3px;
  font-size: 1.1em;
}
#comments .voting {
  float: right;
  margin-top: -6px;
}
#comments .voting ul {
  margin: 0;
}
#comments .voting ul li {
  list-style: none;
  float: left;
  font-size: 1.2em;
  overflow: visible;
}
#comments .voting ul li .number {
  padding-right: 5px;
  bottom: -2px;
  position: relative;
}
#comments .voting ul li .assistive {
  left: -1000em;
  position: absolute;
}
#comments .voting ul li .voteButton {
  position: relative;
  height: 24px;
  width: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-color: #adcae2;
  border-radius: 4px;
  -moz-transition: background-color, 300ms;
  -webkit-transition: background-color, 300ms;
  -o-transition: background-color, 300ms;
  -ms-transition: background-color, 300ms;
  transition: background-color, 300ms;
}
#comments .voting ul li .voteButton .flag {
  display: none\9;
  opacity: 0;
  clip: rect(0px, 0px, 0px, 0px);
  -moz-transition: opacity 300ms, clip 0ms ease 300ms;
  -webkit-transition: opacity 300ms, clip 0ms ease 300ms;
  -o-transition: opacity 300ms, clip 0ms ease 300ms;
  -ms-transition: opacity 300ms, clip 0ms ease 300ms;
  transition: opacity 300ms, clip 0ms ease 300ms;
}
#comments .voting ul li .voteButton.disabled {
  background-color: #C7C7C1;
}
#comments .voting ul li .voteButton.voted {
  background-color: #396b0d;
}
#comments .voting ul li .voteButton:hover,
#comments .voting ul li .voteButton:focus {
  background-color: #205698;
}
#comments .voting ul li .voteButton:hover .flag,
#comments .voting ul li .voteButton:focus .flag {
  display: block\9;
  opacity: 1;
  clip: rect(0px, 300px, 100px, 0px);
  -moz-transition: opacity 300ms, clip 0ms ease 0ms;
  -webkit-transition: opacity 300ms, clip 0ms ease 0ms;
  -o-transition: opacity 300ms, clip 0ms ease 0ms;
  -ms-transition: opacity 300ms, clip 0ms ease 0ms;
  transition: opacity 300ms, clip 0ms ease 0ms;
}
#comments .voting ul li .voteButton:hover.disabled,
#comments .voting ul li .voteButton:focus.disabled {
  background-color: #C7C7C1;
  cursor: default;
}
#comments .voting ul li .voteButton:hover.voted,
#comments .voting ul li .voteButton:focus.voted {
  cursor: default;
  background-color: #396b0d;
}
#comments .voting ul li .voteButton:hover.voted .flag,
#comments .voting ul li .voteButton:focus.voted .flag {
  display: none\9;
  opacity: 0;
  clip: rect(0px, 0px, 0px, 0px);
  -moz-transition: opacity 300ms, clip 0ms ease 300ms;
  -webkit-transition: opacity 300ms, clip 0ms ease 300ms;
  -o-transition: opacity 300ms, clip 0ms ease 300ms;
  -ms-transition: opacity 300ms, clip 0ms ease 300ms;
  transition: opacity 300ms, clip 0ms ease 300ms;
}
#comments .voting ul li .voteUp {
  background-image: url(/magazine/graphics/thumb-up.png);
}
#comments .voting ul li .voteDown {
  background-image: url(/magazine/graphics/thumb-down.png);
}
#comments .voting ul li .flag {
  position: absolute;
  color: #ffffff;
  background: #060606;
  padding: 4px 5px 4px;
  border-radius: 4px;
  white-space: nowrap;
  bottom: 35px;
  left: -23px;
  width: 60px;
  text-align: center;
}
#comments .voting ul li .flag.error {
  background: #ce181e;
}
#comments .voting ul li .flag.error:after {
  border: 0;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ce181e;
}
#comments .voting ul li .flag.hidden {
  display: none\9;
  opacity: 0;
  clip: rect(0px, 0px, 0px, 0px);
  -moz-transition: opacity 300ms, clip 0ms ease 300ms;
  -webkit-transition: opacity 300ms, clip 0ms ease 300ms;
  -o-transition: opacity 300ms, clip 0ms ease 300ms;
  -ms-transition: opacity 300ms, clip 0ms ease 300ms;
  transition: opacity 300ms, clip 0ms ease 300ms;
}
#comments .voting ul li .flag.large {
  left: -73px;
  width: 160px;
}
#comments .voting ul li .flag:after {
  content: "";
  position: absolute;
  border: 0;
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #060606;
  white-space: nowrap;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}
#comments .voting ul li + li {
  margin-left: 15px;
}
#comments .voting ul:after {
  clear: both;
  content: '';
  display: table;
}
#comments_form .loggedout ul:after {
  clear: both;
  content: '';
  display: table;
}
#comments_form .loggedout li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  float: left;
}
#comments_form .loggedout a {
  margin: 0 5px 0 0;
}

/*
---

name: Attachments

requires: [CSS.Lists]

provides: [CSS.Attachments]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.gallery .options {
  margin-top: 14px;
  padding-bottom: 11px;
  height: 15px;
  position: relative;
}
.gallery .options p {
  position: absolute;
  top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 1.2em;
}
.gallery .options .counter {
  color: #949494;
}
.gallery .options .toggle-caption {
  right: 14px;
  cursor: pointer;
  color: #205698;
}
.gallery .caption-hidden .caption {
  display: none;
}
.fullsize.inline_image {
  position: relative;
}
.fullsize.inline_image .picture .fullsize {
  display: none;
}
button.show-fullscreen {
  display: block;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: 0;
  padding-right: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 1px;
  right: 1px;
  text-indent: -9999px;
  background: url(/magazine/graphics/fullscreen.png) 0 0 no-repeat;
}
.attachments {
  background: #000000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 65536;
}
.attachments .toolbar {
  background: #191919;
  border-bottom: 1px solid #999;
  height: 18px;
  padding: 10px;
  text-align: center;
}
.attachments .toolbar ul {
  margin-bottom: 0;
}
.attachments .toolbar ul,
.attachments .toolbar li {
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px;
}
.attachments .toolbar li.toggle-thumbs {
  border-right: 1px solid #FFF;
  cursor: pointer;
}
.attachments .toolbar li.toggle-thumbs:HOVER {
  text-decoration: underline;
}
.attachments .toolbar .close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzT7MfTgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNS8yMS8xMnmMrK8AAAHVSURBVEjHrZW9isJAEMfzBuYNfAQP/EAQNZWgokRQsPPeQN/Ae4N7Ar3aygMf4A4rLTRYKCpIsLKwsBWbuZ1hN7cXd5OcODBFMrO//WdmdmMAgKFxk/kr80/mLvzahfk38x7PUa7XQXscEGaY86baQKXyC/5vDvMXHdjkCY/aRYbL4LHIWK/XMBwOYT6fB8t0HMpbLpeyclMG2/KC0WgE2WwWarUazGYzJXS1WoFt25Q3GAzkUF8Gy10nxe12G5LJJC1EiD9eLBYpjnBJsSiJafC63NnhcADLsiCVSkGlUvHgu92OYPge4f5NuXUMLh10cAEpFAownU69zarVKinX2PhP03S1RCh+diaTISiWZ7FYBC1zjShzu91uCSbgIVCySGBUnU6nCYyKnwLGOoo6C8f6hsAvoc3D+iIM4ZPJBFqtFj3n83ndRHjNS6gim80Gms2m1ywxAThuYjM8QHj6FNZVHpDz+QyNRoPqWi6X704fKkUoxuv1OhyPRz84LsAd+e3pdIJcLgelUkl7X6BShGLefr+XQ+/+S8hr4u12o2TXdQM7j0ox73q9evPLPOYHx55wbSZ0F/2jcFeGBv2a+hF/TWgf4vOjgIX6ruYAObxJcd36H1n1fQPZiUT/AAAAAElFTkSuQmCC) no-repeat 100% 50%;
  border: 0;
  box-shadow: none;
  font: bold 12px/24px Arial, sans-serif;
  height: 24px;
  line-height: 1;
  position: fixed;
  right: 10px;
  text-align: left;
  text-indent: -9999px;
  top: 7px;
  width: 70px;
}
.attachments .toolbar .close:HOVER {
  color: #FFF;
  opacity: 1;
  text-decoration: underline;
}
.attachments .main {
  background: #000;
  overflow: hidden;
  float: none;
  width: auto;
  clear: none;
  bottom: 0;
  left: 0;
  right: 330px;
  position: fixed;
  top: 39px;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.attachments .sleeve {
  position: relative;
  height: 100%;
}
.attachments .main .display {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-box-pack: center;
  -o-box-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -o-box-align: center;
}
.attachments .main .display div {
  max-height: 100%;
  overflow: hidden;
  text-align: center;
}
.attachments .main .display img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.attachments .main .loading {
  -webkit-animation: loading 2s;
  animation: loading 2s;
  background: url(/magazine/graphics/ajax_loader.gif) no-repeat 50% 50%;
  opacity: 1;
}
.attachments .main .loading img {
  visibility: hidden;
}
@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.attachments .main .controls {
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.attachments .main .controls a,
.attachments .main .controls a h2,
.attachments .main .controls a p {
  color: #FFF;
}
.attachments .main .controls a:HOVER {
  text-decoration: none;
}
.attachments .main .controls h2 {
  font: bold 12px Arial;
}
.attachments .main .controls p {
  font: 12px Arial;
  max-width: 250px;
}
.attachments .main .controls li {
  cursor: pointer;
  display: block;
  height: 92px;
  text-indent: -9999px;
  width: 50px;
}
.attachments .main .controls .previous {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUBAMAAADuRQ3yAAAAA3NCSVQICAjb4U/gAAAAJ1BMVEX////////////////////////////////////////////////u7u51Nze3AAAADXRSTlMAESIzVWaImczd7v//bZETJgAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMi8yOC8xM7Yk7T0AAAAYdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3Jrc0+zH04AAADzSURBVEiJ7dchDsJAEEbhLSUBkgpkz4BCV+ExHIEj4FFoFBpFkGgCYQ0H4FB019F5P5kD7OgvL5Nmu03Dxz3hHZzTFFpooZJWKzdt715aHePGSdsYB1lF+2gcZBXtozFePDRHX0sPzdGrZ1eKCkpRphhlOqEo0z1FkXIUKUeJiihREQU6FVGgZxG1dKailsqooTpq6CLRk4uOEn3OXbuukz246Fhm7XOVWUvrm8jCGehEFqjK0nkVWaIii+8WZ5Fylq8MzDLFrLjeKCsoZdVVDFlFc3bnoin7cO2as7/RP5+4bhD9Q+utm5optNBCm+D/4fsClocRKGaCleUAAAAASUVORK5CYII=);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  float: left;
  position: absolute;
}
.attachments .main .controls .next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUBAMAAADuRQ3yAAAAA3NCSVQICAjb4U/gAAAAJ1BMVEX////////////////////////////////////////////////u7u51Nze3AAAADXRSTlMAESIzVWaImczd7v//bZETJgAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMi8yOC8xM7Yk7T0AAAAYdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3Jrc0+zH04AAADxSURBVEiJ7dcvDsIwHMXxERgzCCSgOAIaxT12CfwMaAxnAIkl4U8NB+BQ0M71vZc8OdHK5ZNvfmnaNKu+9qo+lblmhRZaKNDJ3Kbt0aV1eIos0DYEkc1pHYLK5nT1pyKb0/FNZmHWrcwC1VncV5lFKrPkDKTs3qIp+7CoyjIqsvS88iylPMtvQcoeLJqyL4v22bNFWVbdWJJVdBnpxaGjU6Rrhy6ivDuz9tGdQ1mU0xR9bxyaotf8K6M8SimPMiqijIoooSpKqIoilVGkMgpUR4HqKNBGRnHWTkWRNipK9rUTUUKnIjrER77QQodM/R++HxOGEKEpDqY5AAAAAElFTkSuQmCC);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  float: right;
}
.attachments .main .thumbnails.controls li.disabled {
  cursor: default;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.attachments .main .thumbnails.controls {
  margin-bottom: 0;
  bottom: 0;
  height: 92px;
  overflow: hidden;
}
.attachments .main .thumbnails.controls li {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
}
.attachments .main .thumbnails.controls .previous {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXBAMAAADJv2OxAAAAA3NCSVQICAjb4U/gAAAAJFBMVEX////////////////////////////////////////////////Vd7HLAAAADHRSTlMAESIzVWZ3marM7v+k8HeYAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADAyLzI4LzEztiTtPQAAABh0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzT7MfTgAAAFNJREFUCJljYAABETDJwDg7AExL7t4C4e6eCOHuFMDN1YRwmVZDuFq7dxmAaO/dO8BmsezeXQBmeO3eDqaZV0MFrAgKWO/eBqZZIUYzMEQKMEABAKk9Ip2eNbacAAAAAElFTkSuQmCC);
}
.attachments .main .thumbnails.controls .next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAXBAMAAADJv2OxAAAAA3NCSVQICAjb4U/gAAAAIVBMVEX///////////////////////////////////////////9/gMdvAAAAC3RSTlMAETNEVWaZqszu/8fVtLUAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDIvMjgvMTO2JO09AAAAGHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3NPsx9OAAAASElEQVQImWNgCGIAA9aVCmDaa9UkMC2xCiLA2EWEwGSowCoHqMASsEDVqmUgim3VqgQQnQXnBkC4S/FwoyBcID8A4sBUBmQAACtvIN+M1FlpAAAAAElFTkSuQmCC);
}
.attachments .main .thumbs {
  background-color: #000;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  height: 92px;
  left: 0;
  margin: 0 50px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
}
.attachments .main .thumbs .caption {
  display: none;
}
.attachments .main .thumbs ul {
  height: 84px;
  margin: 0;
  padding: 4px 0;
}
.attachments .main .thumbs ul:after {
  clear: both;
  content: '';
  display: table;
}
.attachments .main .thumbs li {
  float: left;
  height: 74px;
  list-style: none;
  margin: 6px;
  opacity: 0.5;
  width: 74px;
}
.attachments .main .thumbs li img {
  border: 4px solid #FFF;
}
.attachments .main .thumbs li.current {
  opacity: 1;
}
.attachments .main .thumbs li.current img {
  border-color: #F00;
}
.attachments .side {
  position: fixed;
  top: 40px;
  right: 15px;
  bottom: 0;
  padding: 0;
  width: 300px;
}
.attachments .side .advert {
  float: none;
  border-bottom: 1px solid #FFF;
  padding: 15px 0;
}
.attachments .side .advert iframe {
  border: none;
  height: 250px;
  overflow: hidden;
  width: 300px;
}
.attachments .side .caption {
  text-transform: none;
  margin-top: 0px;
  margin-right: 0;
  border: 0;
  padding: 15px 0;
}
.attachments .side .caption .heading {
  color: #FFF;
  font: 1.8em/1.5 "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}
.attachments .side .caption p {
  color: #FFF;
}
.attachments .side .caption p.credit {
  font-size: 1em;
  line-height: 1.6;
}
.attachments .side .caption p a {
  padding-left: 3px;
  color: #FFF;
  text-decoration: underline;
}
.attachments .side .caption .source {
  font: 1em/1.6 Arial, sans-serif;
}
/* IMAGES STUFF */
.attachments .main .picture.controls {
  bottom: 82px;
  height: auto;
  top: 0;
  position: static;
}
.attachments .main .picture.controls li {
  height: 100%;
}
.attachments .main .picture.controls .previous,
.attachments .main .picture.controls .next {
  width: 84px;
  height: 84px;
  margin-top: 0;
  top: 40%;
}
.attachments .main .picture.controls .previous {
  background-position: 0 50%;
  left: 15px;
}
.attachments .main .picture.controls .next {
  background-position: 100% 50%;
  position: absolute;
  right: 15px;
}
.attachments .main .picture.controls .disabled + .next {
  width: 100%;
}
.attachments .main .picture.controls .disabled {
  background: none;
  cursor: default;
}
/* SINGLE IMAGE */
.attachments.single-image .toolbar ul,
.attachments.single-image .thumbs {
  display: none;
}
/* TABLE STUFF */
.attachments .main.tables-attachments {
  background: #FFF;
  bottom: 88px;
}
.attachments .main.tables-attachments TABLE {
  margin: 0 auto;
}
.attachments .main.tables-attachments .sleeve {
  overflow: auto;
}
.attachments .main.tables-attachments .sleeve div {
  padding: 20px;
}
.attachments .main.tables-attachments .controls {
  background: #000;
  border-top: 1px solid #CCC;
  bottom: -87px;
  height: 87px;
}
.attachments .main.tables-attachments .controls ul {
  margin: 0;
}
.attachments .main.tables-attachments .controls li {
  height: 88px;
  text-indent: 0;
  width: auto;
}
.attachments .main.tables-attachments .controls a {
  display: table-cell;
  height: 71px;
  vertical-align: middle;
}
.attachments .main.tables-attachments .controls h2 {
  margin: 0 0 10px;
  padding: 0;
}
.attachments .main.tables-attachments .controls p {
  margin: 0;
}
.attachments .main.tables-attachments .controls .previous {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABHCAYAAABvYOVsAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzT7MfTgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC8wNi8xMv9MprYAAAGrSURBVGiB7dq9ahRRGIDhJxokRYoVUhgMIhFCSq8gBATvwTuwU7sUYm1EsLCz8AK8ASvFInegSAqxCIpBLESCRFHX4szAskQ/mRlmBvxeWPYPDg/nDMNy9ixMp9Nt/fQZRzisnk9ssScMTKrHmoJ74wTYqR5Bs01wGefmvxgKRFmdTXOoIUF1m1iu34wBREFhPKBl1dKNBQQrJChsKUFRCYpKUFSCohIUlaCoBEUlKCpBUQmK6hq0isd4ivUmA3QJWsVtXMTppoN0tR0zwT2cxxfcx9smA3UxQxewW2F+4iH2mg7WdoaWcEe5Xr7iAZ63GbDNDK3hES7hm7JMzzAdCnStQv1SZuZFG0gXoHomvuNMBxa0Az3Ba+U6uomtoUEHyn3nfTXODVzBwlAgyvbuDl7ibPX66pAgeIe7+KDcoa9je0iQCnMLr5T9wo2mA3W5k/9RuRdtKNdXo7r+a+FACwz/we+h1iUoKkFRCYpKUFSCohIUlaCosYGOE/SXPjGuJRsVqD7oNBrQfv1iDKB9Myet+jzyNd8P5djX4eyHQ4H+eAatT9A/ndL7DXazQ34l5LR8AAAAAElFTkSuQmCC) no-repeat 0 50%;
}
.attachments .main.tables-attachments .controls .previous a {
  padding: 8px 0 8px 46px;
}
.attachments .main.tables-attachments .controls .next {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABHCAYAAABvYOVsAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzT7MfTgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC8wNi8xMv9MprYAAAGfSURBVGiB7dqxahRBAIDh75ZDop4oaJG0EmJxBHwuCzsRQSxECCYPID6JeQTLQEgjYiFILCwUDrUInMXskUUuDOyMN4PMDwPLsdx+7M4uN8tNlsulK9rCvX7MML1qx4ydrDvIFLvY3gBg7cGHzfBwzecbqxtsF8dwCZqqAMMlaFcFGAJoS6EJvK5OuK2rqUrQrDRiWKeSybyqi++y2RooVgPFaqBYDRSrgWI1UKwGitVAsRoo1ljQOxzjfkYLxoMmuIZX2M/HGQ96hK/Civcl9kqDPuEAP3AHr2U6UymT+hRP8R238UyGOZV6l33AC+Hy7eAtHpQEEc7Uc1wIq+DHpUFwE7+w7MfocoD2hct2S5jkb0qC5sLEvotvPews5QtT3nzMcYgb+NJvn6ZgUkBzPMF1/BSeSUlnJhW004/POMqFSQGd9ZDznBjGg877kb3/5vfQP6uBYjVQrAaK1UCxGihWA8VqoFidsMCrpg6L0ohhnbCeqqYqQb+FtxdVtLrLPqpkcq9AFzhRAWr4HFqoAPX3g3GB9wrOqUlt/9L7A/iuP5haBziCAAAAAElFTkSuQmCC) no-repeat 100% 50%;
}
.attachments .main.tables-attachments .controls .next a {
  padding: 8px 46px 8px 0;
  text-align: right;
}
/* VIDEO STUFF */
.attachments .main.videos-attachments {
  bottom: 88px;
}
.attachments .main.videos-attachments .controls {
  background: #000;
  border-top: 1px solid #CCC;
  bottom: -87px;
  height: 87px;
}
.attachments .main.videos-attachments .controls ul {
  margin: 0;
}
.attachments .main.videos-attachments .controls li {
  height: 88px;
  text-indent: 0;
  width: auto;
}
.attachments .main.videos-attachments .controls a {
  display: table-cell;
  height: 71px;
  vertical-align: middle;
}
.attachments .main.videos-attachments .controls h2 {
  margin: 0 0 10px;
  padding: 0;
}
.attachments .main.videos-attachments .controls p {
  margin: 0;
}
.attachments .main.videos-attachments .controls .previous {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABHCAYAAABvYOVsAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzT7MfTgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC8wNi8xMv9MprYAAAGrSURBVGiB7dq9ahRRGIDhJxokRYoVUhgMIhFCSq8gBATvwTuwU7sUYm1EsLCz8AK8ASvFInegSAqxCIpBLESCRFHX4szAskQ/mRlmBvxeWPYPDg/nDMNy9ixMp9Nt/fQZRzisnk9ssScMTKrHmoJ74wTYqR5Bs01wGefmvxgKRFmdTXOoIUF1m1iu34wBREFhPKBl1dKNBQQrJChsKUFRCYpKUFSCohIUlaCoBEUlKCpBUQmK6hq0isd4ivUmA3QJWsVtXMTppoN0tR0zwT2cxxfcx9smA3UxQxewW2F+4iH2mg7WdoaWcEe5Xr7iAZ63GbDNDK3hES7hm7JMzzAdCnStQv1SZuZFG0gXoHomvuNMBxa0Az3Ba+U6uomtoUEHyn3nfTXODVzBwlAgyvbuDl7ibPX66pAgeIe7+KDcoa9je0iQCnMLr5T9wo2mA3W5k/9RuRdtKNdXo7r+a+FACwz/we+h1iUoKkFRCYpKUFSCohIUlaCosYGOE/SXPjGuJRsVqD7oNBrQfv1iDKB9Myet+jzyNd8P5djX4eyHQ4H+eAatT9A/ndL7DXazQ34l5LR8AAAAAElFTkSuQmCC) no-repeat 0 50%;
}
.attachments .main.videos-attachments .controls .previous a {
  padding: 8px 0 8px 46px;
}
.attachments .main.videos-attachments .controls .next {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABHCAYAAABvYOVsAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzT7MfTgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC8wNi8xMv9MprYAAAGfSURBVGiB7dqxahRBAIDh75ZDop4oaJG0EmJxBHwuCzsRQSxECCYPID6JeQTLQEgjYiFILCwUDrUInMXskUUuDOyMN4PMDwPLsdx+7M4uN8tNlsulK9rCvX7MML1qx4ydrDvIFLvY3gBg7cGHzfBwzecbqxtsF8dwCZqqAMMlaFcFGAJoS6EJvK5OuK2rqUrQrDRiWKeSybyqi++y2RooVgPFaqBYDRSrgWI1UKwGitVAsRoo1ljQOxzjfkYLxoMmuIZX2M/HGQ96hK/Civcl9kqDPuEAP3AHr2U6UymT+hRP8R238UyGOZV6l33AC+Hy7eAtHpQEEc7Uc1wIq+DHpUFwE7+w7MfocoD2hct2S5jkb0qC5sLEvotvPews5QtT3nzMcYgb+NJvn6ZgUkBzPMF1/BSeSUlnJhW004/POMqFSQGd9ZDznBjGg877kb3/5vfQP6uBYjVQrAaK1UCxGihWA8VqoFidsMCrpg6L0ohhnbCeqqYqQb+FtxdVtLrLPqpkcq9AFzhRAWr4HFqoAPX3g3GB9wrOqUlt/9L7A/iuP5haBziCAAAAAElFTkSuQmCC) no-repeat 100% 50%;
}
.attachments .main.videos-attachments .controls .next a {
  padding: 8px 46px 8px 0;
  text-align: right;
}
.attachments .main.videos-attachments .videoblock p {
  display: none;
}
#attachments-page .toolbar,
#attachments-page .side,
#attachments-page .controls {
  display: none;
}
#attachments-page .main {
  overflow-x: auto;
}
.more.returnLink {
  display: none;
}
.story-custom .more.returnLink {
  display: block;
  font-weight: bold;
  padding-left: 12px;
  background: url(/magazine/graphics/list.style1.png) no-repeat left 4px;
}
.js-disabled .toolbar,
.js-disabled .controls,
.js-disabled .thumbs {
  display: none;
}
.js-disabled .main {
  overflow-x: auto;
}
.js-disabled .main .display img {
  max-width: 940px;
}
.js-disabled .side {
  margin-top: 9px;
}
.js-disabled .side:after {
  clear: both;
  content: '';
  display: table;
}
.js-disabled .side .advert {
  float: left;
  margin: 0 10px 9px 0;
}
.js-disabled .side iframe {
  height: 250px;
}

/*
---

name: Socialmedia

description: Socialmedia links for Story, Biography, Contacts, etc

provides: [CSS.Socialmedia]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.socialMediaLinks .link {
  margin-bottom: 6px;
  display: inline-block;
  vertical-align: middle;
}
.socialMediaLinks .link span {
  font-size: 12px !important;
  line-height: 1.333 !important;
}
.socialMediaLinks .twitter iframe {
  max-width: 150px;
}
.socialMediaLinks .facebook iframe {
  max-height: 20px;
  max-width: 115px;
}
.socialMediaLinks .google span {
  margin: 0 5px 0 0 !important;
}
.socialMediaLinks .google img {
  height: 16px !important;
  width: 16px !important;
}
.IN-widget,
.twitter-follow-button,
.link > a:first-child,
.link > iframe:first-child {
  margin-right: 10px;
}

