/*
---

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: 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: SPIN 2

description: Provides SPIN2 generic styles

requires: [CSS.Main, CSS.Layout, CSS.Structure, CSS.Icons]

provides: [CSS.SPIN2, CSS.SPIN2Visuals]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
h1 {
  color: #205698;
}
#section_intro {
  margin-bottom: 27px;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 3px;
}
.grid .extras h2 {
  font-family: "Salvo Serif", "Arial Bold", sans-serif;
}
#colwrapper:after {
  clear: both;
  content: '';
  display: table;
}
.grid h2 {
  font-family: "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}
.grid h2 a {
  color: #060606;
}
.grid h2 a:hover {
  color: #205698;
  text-decoration: underline;
}
/* SECTIONHEAD - DEFAULTS TO COLOUR 1 - ALL OTHER COLOUR STYLES ARE IN "SPIN2.VISUALS.LESS" */
.sectionhead {
  border-top: 6px solid #e0e0e0;
  padding-top: 12px;
  padding-bottom: 12px;
}
.sectionhead .sectionhead_sleeve:after {
  clear: both;
  content: '';
  display: table;
}
.sectionhead h2 {
  color: #575757;
  font: bold 1.5em/1.4 "Salvo Serif", "Arial Bold", sans-serif;
  margin: 0;
}
.sectionhead h2 a {
  padding-right: 20px;
  color: #205698;
  background: url(/magazine/graphics/list.png) no-repeat right;
}
.sectionhead h2 a:hover {
  color: #060606;
}
.sectionhead .rssfeed {
  float: right;
  margin-top: -2px;
}
.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;
}
.sectionhead .rssfeed:hover span {
  background-color: #205698;
}
.sectionhead .rssfeed + h2 {
  padding-right: 25px;
}
/* GRID */
.grid .columnContainer {
  margin-bottom: 27px;
}
.grid .column > div {
  margin-top: 27px;
}
.grid .column > div:first-child {
  margin-top: 0;
}
.grid .colour1,
.grid .colour2,
.grid .colour3 {
  clear: both;
}
.grid .colour1:after,
.grid .colour2:after,
.grid .colour3:after {
  clear: both;
  content: '';
  display: table;
}
.grid .full,
.grid .half,
.grid .thumb,
.grid .list {
  clear: both;
  border-top: 1px dashed #e0e0e0;
  margin-bottom: 18px;
  padding-top: 17px;
}
.grid .full:last-of-type,
.grid .half:last-of-type,
.grid .thumb:last-of-type,
.grid .list:last-of-type {
  margin-bottom: 0;
}
.grid .full p,
.grid .half p,
.grid .thumb p,
.grid .list p {
  margin-bottom: 0;
  font-size: 1.3em;
  line-height: 1.385;
}
.grid .full h2,
.grid .half h2,
.grid .thumb h2,
.grid .list h2 {
  margin-bottom: 6px;
}
.grid .list ul,
.grid .story_list ul {
  margin-bottom: 0;
}
.grid .half .sleeve:after,
.grid .thumb .sleeve:after {
  clear: both;
  content: '';
  display: table;
}
.grid .full .picture {
  margin-bottom: 18px;
}
.grid .half .picture,
.grid .thumb .picture {
  float: right;
  margin: 0 0 9px 10px;
  margin-bottom: 0;
}
.grid .twocolumn {
  float: left;
}
.grid .twocolumn.left {
  clear: left;
  margin-right: 20px;
}
.grid .twocolumn.right {
  clear: none;
}
.grid .sectionhead + .full,
.grid .sectionhead + .half,
.grid .sectionhead + .thumb,
.grid .sectionhead + .list,
.grid .sectionhead + div + .twocolumn.right {
  border-top: 0;
  padding-top: 0;
}
.grid .style > div > .full:first-child,
.grid .style > div > .half:first-child,
.grid .style > div > .thumb:first-child,
.grid .style > div > .list:first-child,
.grid .style > div > div:first-child + .twocolumn.right {
  border-top: 0;
  padding-top: 0;
}
.grid .column .list li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  margin-bottom: 12px;
  padding-left: 15px;
  background: url(/magazine/graphics/list.style1.png) no-repeat 0 4px;
}
.grid .column .list li .meta {
  margin-bottom: 0;
}
.grid .column .list li:last-child,
.grid .column .list li h2 {
  margin-bottom: 0;
}
.grid .column .story_list {
  clear: both;
  overflow: hidden;
  padding-top: 9px;
}
.grid .column .story_list ul {
  margin-bottom: 0;
}
.grid .column .story_list li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  margin-bottom: 12px;
  padding-left: 15px;
  background: url(/magazine/graphics/list.style1.png) no-repeat left 7px;
}
.grid .column .story_list li:first-child {
  background-position: left 5px;
}
.grid .column .story_list li:last-child {
  margin-bottom: 0;
}
.grid .column .story_list h2 {
  margin-top: 3px;
  margin-bottom: 0;
}
.grid .column .story_list li:first-child h2 {
  margin-top: 0;
}
.grid .more {
  clear: both;
  margin-top: 18px;
  margin-bottom: 0;
  border-bottom: 1px dashed #e0e0e0;
  padding-bottom: 5px;
  font-size: 1.3em;
  line-height: 1.385;
}
.grid .moreinfo_comments {
  padding-left: 21px;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat 0 0;
}
.grid .moreinfo_comments + span {
  margin-left: 4px;
  border-left: 1px solid #949494;
  padding-left: 5px;
}
.grid .full .meta,
.grid .half .meta,
.grid .thumb .meta,
.grid .list .meta {
  margin: 6px 0;
  font-size: 1.2em;
  line-height: 1.5;
}
.grid .full .meta a:hover,
.grid .half .meta a:hover,
.grid .thumb .meta a:hover,
.grid .list .meta a:hover {
  color: #060606;
}
.grid .column .spin_feed .story_list {
  padding-top: 0;
}
.grid .column .spin_feed .story_list li:after {
  clear: both;
  content: '';
  display: table;
}
.grid .column .spin_feed .story_list .picture {
  float: right;
  margin: 0 0 9px 10px;
}
.grid .column .spin_feed .story_list p {
  margin-bottom: 3px;
  font-size: 1.3em;
  line-height: 1.385;
}
.grid .column .spin_feed .story_list .meta {
  margin-top: 6px;
  margin-bottom: 6px;
}
.grid li.thumb {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  margin-bottom: 27px;
}
.grid .bespokeRSS {
  position: relative;
}
.grid .bespokeRSS .spin_feed_sleeve {
  padding: 0 15px 15px;
}
.grid .bespokeRSS .sectionhead {
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
}
.grid .bespokeRSS .sectionhead h2 {
  font-size: 1.9em;
  line-height: 1.263;
  color: #060606;
}
.grid .bespokeRSS .sectionhead h2 a {
  padding-right: 0;
  color: #060606;
  background: none;
}
.grid .bespokeRSS .sectionhead h2 a:hover {
  color: #205698;
}
.grid .bespokeRSS .story_intro {
  position: absolute;
  top: 0;
  left: 0;
}
.grid .bespokeRSS .story_list li {
  padding-left: 21px;
  background-image: url(/magazine/graphics/list.style2.png);
}
.grid .bespokeRSS .story_list li h2 {
  font-weight: bold;
}
.grid .bespokeRSS.rssStyle1 {
  background: url(/magazine/graphics/decoration/footerpromo.bg.png) repeat;
}
.grid .bespokeRSS.rssStyle1 .sectionhead {
  margin-bottom: 12px;
  min-height: 70px;
}
.grid .bespokeRSS.rssStyle1 .sectionhead h2 {
  margin-left: 100px;
  margin-top: 7px;
  font-weight: normal;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.grid .bespokeRSS.rssStyle1 li h2 {
  line-height: 1.154;
}
.grid .bespokeRSS.rssStyle1 li h2,
.grid .bespokeRSS.rssStyle1 li h2 a {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #396b0d;
}
.grid .bespokeRSS.rssStyle2 {
  border: solid #e0e0e0;
  border-width: 0 1px 1px;
}
.grid .bespokeRSS.rssStyle2 .spin_feed_sleeve {
  padding: 0 14px 14px;
}
.grid .bespokeRSS.rssStyle2 .sectionhead {
  margin-right: -14px;
  margin-bottom: 15px;
  margin-left: -14px;
  padding-right: 14px;
  padding-left: 14px;
}
.grid .bespokeRSS.rssStyle2 .sectionhead h2 {
  width: 79%;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 0;
}
.grid .bespokeRSS.rssStyle2 .story_intro {
  right: -1px;
  left: auto;
}
.grid .bespokeRSS.rssStyle2 li h2 {
  font-size: 1.3em;
  line-height: 1.154;
}
.grid .bespokeRSS.rssStyle2 li h2,
.grid .bespokeRSS.rssStyle2 li h2 a {
  color: #ce181e;
  font-family: Arial, Helvetica, sans-serif;
}
.grid .twoColumnsSmallLeft .columnOne .bespokeRSS.rssStyle2 .sectionhead h2,
.grid .twoColumnsSmallRight .columnTwo .bespokeRSS.rssStyle2 .sectionhead h2,
.grid .threeColumns .column .bespokeRSS.rssStyle2 .sectionhead h2,
.grid .threeColumnsWideLeft .columnThree .bespokeRSS.rssStyle2 .sectionhead h2,
.grid .threeColumnsWideRight .columnOne .bespokeRSS.rssStyle2 .sectionhead h2 {
  width: 66%;
}
.grid .threeColumnsWideLeft .columnOne .bespokeRSS.rssStyle2 .sectionhead h2,
.grid .threeColumnsWideRight .columnThree .bespokeRSS.rssStyle2 .sectionhead h2 {
  width: 74%;
}
#mainright .bespokeRSS.rssStyle2 .sectionhead h2,
#main .twoColumns .bespokeRSS.rssStyle2 .sectionhead h2 {
  width: 66%;
}
#main .twoColumnsSmallLeft .columnTwo .bespokeRSS.rssStyle2 .sectionhead h2,
#main .twoColumnsSmallRight .columnOne .bespokeRSS.rssStyle2 .sectionhead h2 {
  width: 74%;
}
.twoColumnsSmallLeft .columnOne .full.twocolumn .picture,
.twoColumnsSmallRight .columnTwo .full.twocolumn .picture {
  margin-bottom: 6px;
}
#main .twoColumnsSmallLeft .columnOne .full .picture,
#main .twoColumnsSmallRight .columnTwo .full .picture {
  margin-bottom: 6px;
}
.area .half h2,
.area .thumb h2 {
  font-size: 1.8em;
  line-height: 1.333;
}
.area .list h2,
.area .story_list h2 {
  font-size: 1.4em;
  line-height: 1.286;
}
.area .full .sleeve > h2 {
  font-size: 3em;
  line-height: 1.2;
}
.area .oneColumn div[class="half"] .sleeve > h2,
.area .twoColumnsSmallLeft .columnTwo div[class="half"] .sleeve > h2,
.area .twoColumnsSmallRight .columnOne div[class="half"] .sleeve > h2 {
  font-size: 3em;
  line-height: 1.2;
}
.area .twoColumns .full.twocolumn .sleeve > h2,
.area .twoColumnsSmallLeft .columnOne .full.twocolumn .sleeve > h2,
.area .twoColumnsSmallRight .columnTwo .full.twocolumn .sleeve > h2,
.area .threeColumns .full.twocolumn .sleeve > h2,
.area .threeColumnsWideLeft .full.twocolumn .sleeve > h2,
.area .threeColumnsWideRight .full.twocolumn .sleeve > h2 {
  font-size: 1.8em;
  line-height: 1.333;
}
.area .threeColumnsWideLeft .columnTwo .full .sleeve > h2,
.area .threeColumnsWideRight .columnTwo .full .sleeve > h2 {
  font-size: 1.8em;
  line-height: 1.333;
}
.area#main .twoColumnsSmallLeft .columnOne .full .sleeve > h2,
.area#main .twoColumnsSmallRight .columnTwo .full .sleeve > h2 {
  font-size: 1.8em;
  line-height: 1.333;
}
.area#main .twoColumnsSmallLeft .columnTwo .full.twocolumn .sleeve > h2,
.area#main .twoColumnsSmallRight .columnOne .full.twocolumn .sleeve > h2,
.area#main .twoColumnsSmallLeft .columnTwo div[class="half"] .sleeve > h2,
.area#main .twoColumnsSmallRight .columnOne div[class="half"] .sleeve > h2 {
  font-size: 1.8em;
  line-height: 1.333;
}
.area#main .threeColumns .full .sleeve > h2 {
  font-size: 1.8em;
  line-height: 1.333;
}
.area#mainright .half .sleeve > h2,
.area#mainright .full.twocolumn .sleeve > h2,
.area#mainright .twoColumns .full .sleeve > h2 {
  font-size: 1.8em;
  line-height: 1.333;
}
.formbox.supplierSearch .formbox_sleeve > h2 {
  margin-bottom: 18px;
}
.formbox.supplierSearch .field > label {
  position: absolute;
  left: -9999px;
}
.formbox.supplierSearch input.formlarge {
  width: 95%;
  padding: 6px 6px 7px;
}
.formbox.supplierSearch select.formlarge {
  width: 100%;
  padding: 5px 6px 6px 2px;
}
.formbox.supplierSearch button {
  margin-left: 0;
}
.supplierList {
  overflow: hidden;
  margin: 0;
  border-top: 6px solid #e0e0e0;
  padding-top: 12px;
}
.supplierList h3 {
  font: 1.5em/1.4 "Salvo Serif", "Arial Bold", sans-serif;
}
.supplierList h3 a {
  padding-right: 20px;
  background: url(/magazine/graphics/list.png) no-repeat right;
}
.supplierList ul {
  width: 103%;
  margin-bottom: 0;
}
.supplierList ul:after {
  clear: both;
  content: '';
  display: table;
}
.supplierList li {
  list-style: none;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
.supplierList li a,
.supplierList li span {
  min-width: 16px;
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 7px;
  font: 1.071em/1.0666 "Salvo Serif", "Arial Bold", sans-serif;
  text-align: center;
  background-color: #f1f2f1;
}
.supplierList li.selected span,
.supplierList li a:hover {
  background-color: #205698;
  border-color: #205698;
  color: #ffffff;
  text-decoration: none;
}
.supplierList li.disabled span {
  color: #C5C5C5;
}
.supplierList li:last-child a,
.supplierList li:last-child span {
  padding: 7px 4px;
}
#top .oneColumn .supplierList ul,
#foot .oneColumn .supplierList ul {
  width: 102%;
}
.extras.latestSuppliers li h2 {
  font-size: 1.8em;
  line-height: 1.1666;
  font-family: "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}
.extras.latestSuppliers li h2 a:hover {
  color: #205698;
}
.extras.latestSuppliers li p {
  margin-bottom: 0;
}
.extras.latestSuppliers li .picture {
  margin-right: 2px;
  margin-bottom: 5px;
  box-shadow: 0 0 0 2px #f1f2f1;
}
.extras.latestSuppliers li .picture img {
  border: 1px solid #e0e0e0;
}
.featuredSupplier p:after {
  clear: none;
}
.featuredSupplier h3 {
  margin-bottom: 6px;
  font-size: 1.8em;
  line-height: 1.1667;
}
.featuredSupplier .picture {
  margin-right: 2px;
  margin-bottom: 5px;
  box-shadow: 0 0 0 2px #f1f2f1;
}
.featuredSupplier .picture img {
  border: 1px solid #e0e0e0;
}
.featuredSupplier .picture img {
  margin: 0;
}
.featuredSupplier .last {
  margin-bottom: 0;
  border-bottom: 0;
}
.featuredSupplier .more {
  padding-bottom: 8px;
  font-size: 1em;
  background-color: #f1f2f1;
  text-align: center;
}
.featuredSupplier .more a {
  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;
  margin-top: 9px;
  margin-left: 0;
}
.featuredSupplier .more a:hover,
.featuredSupplier .more a:focus {
  outline: none;
  text-decoration: none;
  background-color: #ce181e;
}
.refineCategory {
  border: solid #e0e0e0;
  border-width: 6px 1px 1px;
  padding-top: 0;
}
.refineCategory .extras_heading h2 {
  margin-bottom: 0;
  padding: 14px 10px 10px;
  background-color: #f1f2f1;
}
.refineCategory .content {
  margin-top: 15px;
  padding: 0 10px;
}
.refineCategory li {
  padding-left: 15px;
  font-size: 1.4em;
  line-height: 1.286;
  font-family: "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  background: url(/magazine/graphics/list.style1.png) no-repeat left 4px;
}
.refineCategory li span {
  padding-left: 3px;
  color: #949494;
}
.browseSupplier {
  border: solid #e0e0e0;
  border-width: 6px 1px 1px;
  padding-top: 0;
}
.browseSupplier h2:after {
  clear: both;
  content: '';
  display: table;
}
.browseSupplier h2 > span {
  float: left;
}
.browseSupplier h2 .toggle {
  float: right;
  margin-top: -5px;
  border-radius: 5px;
  width: 24px;
  height: 24px;
  background: #e0e0e0 url(/magazine/graphics/icons/sprite.icons.png) no-repeat 4px -2885px;
  cursor: pointer;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}
.browseSupplier h2 .toggle:hover {
  background-color: #205698;
}
.browseSupplier .extras_heading h2 {
  margin-bottom: 0;
  padding: 14px 10px 10px;
  background-color: #f1f2f1;
}
.browseSupplier .content {
  margin-top: 15px;
  padding: 0 10px;
}
.browseSupplier li {
  padding-left: 15px;
  font-size: 1.4em;
  line-height: 1.286;
  font-family: "Salvo Sans Light", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
  background: url(/magazine/graphics/list.style1.png) no-repeat left 4px;
}
.browseSupplier.hidden .toggle {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.browseSupplier.hidden .content {
  left: -1000em;
  position: absolute;
}

/*
---

name: SPIN 2 Grids

description: Provides grid layout for SPIN2

requires: [CSS.SPIN2]

provides: [CSS.SPIN2Grids]

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

...
*/
/* LAYOUT RESETS */
#columns {
  margin: 0 auto;
}
#rightcolumn {
  padding-left: 20px;
}
/* AREAS */
#top.area,
#foot.area {
  margin: 0 auto;
  overflow: hidden;
}
#main.area {
  overflow: hidden;
}
#mainright.area {
  overflow: hidden;
}
/* GRIDS */
.grid {
  margin-bottom: 9px;
}
.grid .columnContainer:after {
  clear: both;
  content: '';
  display: table;
}
.grid .column {
  float: left;
  min-height: 1px;
}
/* TOP/FOOT ONE COLUMN */
.grid .oneColumn .column {
  float: none;
  margin-right: 0;
}
/* MAINRIGHT TWO COLUMN (EQUAL) */
#mainright.area .twoColumns .columnTwo {
  margin-right: 0;
}

/*
---

name: SPIN 2 STYLES COLOURS

description: Provides SPIN2 color and colour grids

requires: [CSS.SPIN2Grids]

provides: [CSS.SPIN2Visuals]

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

...
*/
/* =========================== COLOURS =========================== */
.grid .colour2 .sectionhead {
  background: #f1f2f1;
  margin: 0 0 15px;
  padding: 12px 12px 8px;
}
.grid .colour3 {
  border: solid #e0e0e0;
  border-width: 0 1px 1px;
  padding: 0 12px;
}
.grid .colour3 .sectionhead {
  margin: 0 -12px 15px;
  padding: 12px 11px 8px;
}

/*
---

name: SPIN 2 Tabs

description: Stylesheet to add any bespoke styles for SPIN2 tabs

requires: [CSS.SPIN2]

provides: [CSS.SPIN2Tabs]

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

...
*/
.tabbedblocks.spin .spin_feed .sectionhead {
  border-top: 0;
  padding-top: 0;
}
.tabbedblocks.spin .spin_feed .sectionhead h2 {
  padding-bottom: 0;
}
.tabbedblocks.spin .more a {
  color: #205698;
}

/*
---

name: SPIN 2 Grid Layout

description: Provides grid layout for SPIN2

requires: [CSS.SPIN2]

provides: CSS.SPIN2GridLayout

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

...
*/
.gridLayout .sectionhead {
  padding-bottom: 0;
}
.gridLayout .htmlContent p {
  margin-bottom: 0;
}
.gridLayout ul {
  margin-bottom: 0;
}
.gridLayout li {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  margin-top: 27px;
  margin-bottom: 0;
}
.gridLayout li:nth-child(4n) {
  margin-right: 0;
}
.gridLayout li .picture {
  margin-bottom: 12px;
}
.gridLayout li h2 {
  margin-bottom: 6px;
  font-size: 1.4em;
  line-height: 1.286;
}
.gridLayout li p {
  font-size: 1.3em;
  line-height: 1.385;
}
.gridLayout li .meta {
  margin-bottom: 6px;
  font-size: 1.2em;
  line-height: 1.5;
}
.gridLayout li .meta > span {
  margin-left: 0;
}
.gridLayout li .meta .author {
  margin-left: 5px;
}
.gridLayout li .meta .author:first-child {
  margin-left: 0;
}
.gridLayout li .meta:last-of-type {
  margin-bottom: 0;
}
.gridLayout .more {
  padding-top: 18px;
}
.oneColumn .columnOne .gridLayout li h2 {
  font-size: 1.8em;
  line-height: 1.167;
}

/*
---

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: Spin Galleries

requires: [CSS.Gallery]

provides: CSS.SPIN2Galleries

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.slideshowStyle1,
.slideshowStyle2 {
  clear: both;
}
.grid .slideshowStyle1 .display {
  position: relative;
  overflow: hidden;
}
.grid .slideshowStyle1 .display .caption {
  bottom: 0;
  margin: 0;
  width: auto;
  height: auto;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.grid .slideshowStyle1 .display .caption h4 {
  margin-bottom: 6px;
}
.grid .slideshowStyle1 .thumbs .selected {
  background: url(/magazine/graphics/decoration/piccarousel.selected.bg.png);
}
/* NO JS Style */
/* Only works on mobile, specificity issues in portrait / desktop */
.js-disabled #wrapper .grid .slideshowStyle1 img,
.js-disabled #wrapper .grid .slideshowStyle1 .caption {
  position: static;
  float: none;
}
.js-disabled #wrapper .grid .slideshowStyle1 .caption {
  width: auto;
  display: none;
}
.js-disabled #wrapper .grid .slideshowStyle1 .display {
  float: none;
  height: auto;
}
.js-disabled #wrapper .grid .slideshowStyle1 .controls {
  display: none;
}
.js-disabled #wrapper .grid .slideshowStyle1 .thumbs {
  float: none;
  padding-top: 1px;
}
.js-disabled #wrapper .grid .slideshowStyle1 .thumbs .caption {
  display: block;
}
.js-disabled #wrapper .grid .slideshowStyle1 .thumbs li {
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  display: block;
  padding: 8px 10px;
  height: auto;
  width: auto;
  margin-bottom: 1px;
}
.js-disabled #wrapper .grid .slideshowStyle1 .thumbs li .caption {
  position: static;
}
.mobileSlideshow li {
  list-style: none;
}
#top .oneColumn .columnOne .slideshowStyle2 .thumbs li,
#foot .oneColumn .columnOne .slideshowStyle2 .thumbs li {
  height: 96px;
}
#top .oneColumn .columnOne .slideshowStyle2 .thumbs li.last,
#foot .oneColumn .columnOne .slideshowStyle2 .thumbs li.last {
  height: 95px;
}
#top .oneColumn .columnOne .slideshowStyle2 .thumbs .selected,
#foot .oneColumn .columnOne .slideshowStyle2 .thumbs .selected {
  margin-left: -32px;
  padding-left: 32px;
}
#top .oneColumn .columnOne .slideshowStyle2 .thumbs .selected:before,
#foot .oneColumn .columnOne .slideshowStyle2 .thumbs .selected:before {
  margin-left: -32px;
  border-width: 32px 32px 32px 0;
}
#top .oneColumn .columnOne .slideshowStyle2 .thumbs .caption,
#foot .oneColumn .columnOne .slideshowStyle2 .thumbs .caption {
  height: 74px;
}
#top .oneColumn .columnOne .slideshowStyle2 .display,
#foot .oneColumn .columnOne .slideshowStyle2 .display {
  height: 287px;
}
#top .oneColumn .columnOne .slideshowStyle2 h4,
#foot .oneColumn .columnOne .slideshowStyle2 h4 {
  font-size: 1.8em;
  line-height: 1.333;
}

/*
---

name: Slider (style 1)

requires: [CSS.Main, CSS.Structure, CSS.Layout, CSS.Gallery, CSS.SPIN2]

provides: [CSS.Slider.Style1]

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

...
*/
.slider .sectionhead .rssfeed {
  margin-right: 72px;
}
.slider .sectionhead .rssfeed + h2 {
  padding-right: 106px;
}
.slider .more {
  padding-top: 18px;
}
.slider .htmlContent {
  clear: both;
}
.sliderStyle1 {
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 6px;
  position: relative;
  width: 100%;
  background-color: transparent;
}
.sliderStyle1 .thumbs {
  clear: both;
  height: 263px;
  margin: 0 -10px;
  position: relative;
}
.sliderStyle1 .thumbs li {
  font-size: 1em;
  margin: 0 10px;
  min-height: 263px;
  padding: 0;
}
.sliderStyle1 .thumbs img {
  display: block;
  width: 100%;
  margin-bottom: 18px;
}
.sliderStyle1 .thumbs h4 {
  margin-bottom: 6px;
}
.sliderStyle1 .thumbs h4 a {
  color: #060606;
}
.sliderStyle1 .thumbs p {
  font-size: 1.3em;
  line-height: 1.385;
}
.sliderStyle1 .controls {
  position: absolute;
  top: 16px;
  right: 0;
  margin: 0;
  width: auto;
  height: auto;
}
.sliderStyle1 .controls:after {
  clear: both;
  content: '';
  display: table;
}
.sliderStyle1 .controls .next,
.sliderStyle1 .controls .previous {
  float: left;
  margin: 0 0 0 12px;
}
.js-disabled .sliderStyle1 .controls {
  display: none;
}
.js-disabled .sliderStyle1 .thumbs {
  margin: 0;
}
.js-disabled .sliderStyle1 .thumbs li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.js-disabled #top .oneColumn .sliderStyle1 .thumbs,
.js-disabled #foot .oneColumn .sliderStyle1 .thumbs {
  width: 100%;
  height: auto;
}
.js-disabled #top .oneColumn .sliderStyle1 .thumbs li:nth-child(6n),
.js-disabled #foot .oneColumn .sliderStyle1 .thumbs li:nth-child(6n) {
  clear: both;
}
.js-disabled #top .twoColumnsSmallLeft .sliderStyle1 .thumbs,
.js-disabled #foot .twoColumnsSmallLeft .sliderStyle1 .thumbs,
.js-disabled #top .twoColumnsSmallRight .sliderStyle1 .thumbs,
.js-disabled #foot .twoColumnsSmallRight .sliderStyle1 .thumbs {
  width: 100%;
}
.js-disabled #main .sliderStyle1 .thumbs,
.js-disabled .twoColumnsSmallLeft .sliderStyle1 .thumbs,
.js-disabled .twoColumnsSmallRight .sliderStyle1 .thumbs {
  width: 100%;
  height: auto;
}
.js-disabled #main .sliderStyle1 .thumbs li:nth-child(4n),
.js-disabled .twoColumnsSmallLeft .sliderStyle1 .thumbs li:nth-child(4n),
.js-disabled .twoColumnsSmallRight .sliderStyle1 .thumbs li:nth-child(4n) {
  clear: both;
}

