/*
---

name: Main

description: Main tag / class styles

provides: [CSS.Main]

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

...
*/
/*
---

name: Quest

provides: CSS.Quest

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

...
*/
.quest {
  background: #FFF;
  margin-bottom: 30px;
  padding: 0 10px 17px;
  border: 1px solid #c4bdbb;
}
.quest h2 {
  background: transparent;
  color: #c74a1b;
  font-size: 1.4em;
  line-height: 1.715;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: -1px -11px 6px;
  padding: 2px 0 0 11px;
  border-top: 4px solid #1E1E1E;
  margin-bottom: 12px;
}
.quest .description h3 {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 0;
}
.quest .description p {
  margin-bottom: 12px;
}
.quest .quest_sleeve {
  padding: 11px 0;
  margin-bottom: 18px;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
}
.quest .quest_sleeve .feedWrapper {
  height: 150px;
  overflow: hidden;
}
.quest .quest_sleeve .feedWrapper ul li {
  font-size: 1em;
  height: 150px;
  list-style: none;
}
.quest .quest_sleeve .feedWrapper ul li h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.8em;
  line-height: 1.333;
  margin-bottom: 12px;
}
.quest .quest_sleeve .feedWrapper ul li p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 0;
}
.quest .quest_sleeve .feedWrapper ul li p br {
  line-height: 2;
}
.quest .search {
  margin: 0;
  background: #007dc5;
  border: 0;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.429;
  outline: 0;
  padding: 6px 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
* {
  box-sizing: border-box;
  text-size-adjust: 100%;
}
html {
  font-size: 100%;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background: #FFF url(/magazine/graphics/bg.body.png) repeat 0 0;
  color: #1E1E1E;
  font: 62.5% Georgia, "Times New Roman", Times, serif;
  line-height: 2.4;
}
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: #1E1E1E;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  margin-bottom: 24px;
}
h1 {
  font-size: 4.2em;
  line-height: 1.143;
  margin-bottom: 24px;
}
h1 + .standfirst {
  margin-top: -6px;
}
h2 {
  font-size: 2.8em;
  line-height: 1.286;
}
h3 {
  font-size: 2.4em;
  line-height: 1.25;
}
h4 {
  font-size: 2em;
  line-height: 1.2;
}
h5,
h6 {
  font-size: 2em;
  line-height: 1.2;
}
p {
  font-size: 1.6em;
  line-height: 1.5;
  margin-bottom: 24px;
}
a:link,
a:visited {
  color: #005385;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
dl {
  font-size: 1.6em;
  line-height: 1.5;
  margin-bottom: 6px;
  width: 100%;
}
dt,
dd {
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
  padding-bottom: 6px;
}
dt {
  font-weight: bold;
  width: 40%;
  margin-right: 5%;
}
dd {
  width: 53%;
}
hr {
  border: 0;
  border-bottom: 1px solid #c4bdbb;
  margin: 12px 0;
  line-height: 1px;
}
address {
  font-size: 1.6em;
  font-style: normal;
  margin: 0 0 18px;
}
address p {
  font-size: 1.6em;
  margin: 0;
}
abbr {
  border-bottom: 1px dotted #1E1E1E;
}
ul,
ol {
  margin-bottom: 18px;
}
ul li,
ol li {
  list-style: disc inside none;
  font-size: 1.6em;
  line-height: 1.5;
  overflow: hidden;
}
ol li {
  list-style-type: decimal;
  overflow: hidden;
}
ul ul,
ol ol {
  margin-bottom: 0;
  padding-left: 20px;
}
ul ul li,
ol ol li {
  font-size: 1em;
}
blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  border-top: 1px solid #c4bdbb;
  border-bottom: 1px solid #c4bdbb;
  margin-bottom: 24px;
  padding-top: 12px;
}
blockquote p {
  font-size: 2em;
  line-height: 1.250;
  color: #C74A1B;
  margin-bottom: 12px;
}
blockquote .quotesource {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.500;
  color: #c4bdbb;
  margin-bottom: 12px;
}
img {
  max-width: 100%;
}
input[type="password"] {
  font-family: sans-serif;
}
.accessbility_buttons {
  display: none;
}
.printonly {
  display: none;
}
.inlineLeft {
  float: left;
  margin: 0 20px 18px 0;
}
.inlineRight {
  float: right;
  margin: 0 0 18px 10px;
}
.currentissue {
  margin-bottom: 18px;
}
.picture img {
  display: block;
}
.meta {
  color: #776B67;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 6px 0;
}
.meta > span {
  margin-left: 2px;
  border-left: 1px solid #D9D6D5;
  padding-left: 6px;
}
.meta > span:first-child {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}
.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.disabled:hover {
  background: #007dc5;
}
.accessDenied {
  padding: 0 11px 11px;
  background-color: #ffffff;
  border: 1px solid #bbb5b3;
}
.accessDenied h2 {
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: none;
  font-size: 2.8em;
  line-height: 1.286;
  font-weight: normal;
}
.accessDenied h3 {
  margin-bottom: 24px;
}
.accessDenied a {
  background: url(/magazine/graphics/list.style1.png) no-repeat left 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.286;
  padding-left: 12px;
}
.accessDenied .extras_heading > p:last-child {
  border-bottom: 1px solid #bbb5b3;
  padding-bottom: 17px;
}
.accessDenied p > a {
  font-size: 1em;
  background: 0;
  padding-left: 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
.accessDeniedPopup.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s 0.2s linear;
  background: #060606;
  background: url('/magazine/graphics/supplier/x.png') repeat 0 0;
  background: rgba(0, 0, 0, 0.5);
}
.accessDeniedPopup.overlay.open {
  opacity: 1;
  visibility: visible;
}
.accessDeniedPopup.overlay .scroll {
  overflow-y: auto;
  font-family: georgia;
  border-bottom: 1px solid #776B68;
  margin-bottom: 20px;
  max-height: 223px;
}
.accessDeniedPopup.overlay .content {
  position: absolute;
  font-family: 'Open Sans', sans-serif;
  top: 50%;
  left: 0;
  margin-top: -212px;
  margin-left: 0px;
  width: 100%;
  max-height: 450px;
  background: #fff;
  padding: 20px;
}
.accessDeniedPopup.overlay .content .formbox label,
.accessDeniedPopup.overlay .content .formbox .label {
  font-size: 1.4em;
  width: auto;
}
.accessDeniedPopup.overlay .content .formbox label {
  padding-left: 20px;
}
.accessDeniedPopup.overlay .content input {
  margin-left: -20px;
}
.accessDeniedPopup.overlay .content .buttons {
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}
.accessDeniedPopup.overlay .content .buttons a {
  margin-right: 18px;
}
.accessDeniedPopup.overlay .content .buttons .cancel {
  background: #6B6C6E;
}
.extras.subscriptions {
  background-color: #ffffff;
  border: solid #bbb5b3;
  border-width: 0 1px 1px;
  padding-top: 0;
}
.extras.subscriptions h2 {
  border-top: 4px solid #1e1e1e;
  color: #c74a1b;
  margin: 0 -1px;
  padding: 3px 11px 4px;
  margin-bottom: 24px;
}
.extras.subscriptions .content {
  padding: 0 11px 11px;
}
.extras.subscriptions ul {
  font-size: 1.4em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding-bottom: 18px;
  border-bottom: 1px solid #bbb5b3;
  margin-bottom: 17px;
}
.extras.subscriptions li {
  list-style: disc outside none;
  line-height: 1.286;
  background: 0;
  padding: 0;
  overflow: visible;
  margin-left: 20px;
}
.extras.subscriptions .formbox label {
  width: auto;
  margin-top: 0;
}

/*
---

name: Structure

requires: [CSS.Main]

provides: [CSS.Structure]

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

...
*/
#wrapper {
  margin: 0 auto;
  overflow: hidden;
}
#mastnav,
#mainnav .main,
#mast_sleeve,
#mast_bar,
.footerSleeve,
#top.area,
#foot.area,
#section_intro {
  margin: 0 auto;
}
#mainnav {
  background: url(/Magazine/graphics/nav.bg.png) repeat 0 0;
  box-shadow: 0px 5px 7px -1px #9c9c9c;
}
#mainnav,
.mastSleeve,
#mastSleeve,
#footer,
#mast,
.mobileNav,
#ms_mast_sleeve,
#ms_mast_sleeve,
#ms_footer {
  margin: 0 -20px;
  padding: 0 20px;
}
#mast {
  background: #FFF;
  color: #000;
}
#mast .mastSleeve {
  background: url(/Magazine/graphics/top.nav.png) repeat 0 0;
}
#mast_sleeve {
  padding: 18px 0;
}
#mast_sleeve:after {
  clear: both;
  content: '';
  display: table;
}
#logo {
  float: left;
}
#logo,
.mastPromo {
  border-right: 1px solid #c4bdbb;
  max-height: 91px;
}
#logo {
  border-right: 0;
}
.mastPromo {
  float: left;
}
.mastPromo:after {
  clear: both;
  content: '';
  display: table;
}
.mastPromo .picture {
  float: left;
  padding-right: 20px;
}
.mastPromo .mastText {
  margin-top: -6.5px;
}
.mastPromo .mastText p {
  font-size: 2em;
  line-height: 1.2;
  color: #005385;
  margin-bottom: 0;
}
.mastPromo .mastText .heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.715;
  margin-bottom: 12px;
  color: #c74a1b;
  text-transform: uppercase;
}
#print_logo {
  display: none;
}
#mast_date {
  margin: 50px 0 0;
  position: absolute;
  display: none;
}
#mastnav {
  float: right;
  margin: 0 0 20px;
  width: 900px;
}
#mastnav:after {
  clear: both;
  content: '';
  display: table;
}
#mastnav ul {
  float: right;
  margin: 0;
}
#mastnav li {
  float: left;
  list-style: none;
  margin: 0 0 0 15px;
}
#mastnav li a {
  float: left;
}
#mastnav li.first {
  margin-left: 0;
}
#mastnav li .zoom {
  width: 20px;
  height: 20px;
  padding: 3px 0;
  text-indent: -1000em;
  background: url(http://dummyimage.com/20x20/000/fff) no-repeat;
}
#mastsearch,
.mainNavSearch {
  clear: none;
  float: left;
  height: 72px;
}
#mastsearch label,
.mainNavSearch label {
  float: none;
  width: auto;
  display: block;
  font-size: 1.6em;
  color: #776b68;
  margin-bottom: 6px;
}
#mastsearch .text,
.mainNavSearch .text {
  float: left;
  width: 100%;
  box-shadow: 0 0 3px #BBB5B3;
  padding-right: 82px;
  border-radius: 0;
}
#mastsearch fieldset,
.mainNavSearch fieldset {
  position: relative;
}
#mastsearch button,
.mainNavSearch button {
  position: absolute;
  right: 0;
  margin: 2px 2px 0px 0;
  border-radius: 0;
  bottom: 2px;
}
#mast_bar {
  margin: 0 auto 18px;
}
#content #mpu1-tablet,
#content #mpu1-mobile {
  margin-bottom: 20px;
}
#rightcolumn_sleeve > div {
  margin-bottom: 30px;
}
#rightcolumn_sleeve #mainright {
  margin-bottom: 0;
}
#mastnav,
.mastNavStyle1 {
  color: #000;
  height: 24px;
  float: none;
  width: auto;
  margin: 0;
}
#mastnav .topNavigation,
.mastNavStyle1 .topNavigation {
  float: left;
  text-transform: uppercase;
}
#mastnav .topNavigation > p,
.mastNavStyle1 .topNavigation > p {
  font-size: 1.2em;
  line-height: 1;
  margin: 6px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#mastnav .topNavigation > p,
.mastNavStyle1 .topNavigation > p,
#mastnav .topNavigation ul,
.mastNavStyle1 .topNavigation ul {
  float: left;
}
#mastnav a.dropdown,
.mastNavStyle1 a.dropdown {
  color: #000;
  padding: 0;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 2;
  text-transform: uppercase;
}
#mastnav a.dropdown span,
.mastNavStyle1 a.dropdown span {
  padding-right: 10px;
}
#mastnav a.dropdown i,
.mastNavStyle1 a.dropdown i {
  background: url(/Magazine/graphics/buttons/account-down.png) no-repeat right center;
  padding: 18px 10px;
  display: inline-block;
  background-size: 16px 8px;
  padding: 21px 9px 0px 6px;
  position: absolute;
}
#mastnav ul,
.mastNavStyle1 ul {
  padding: 0;
  float: right;
}
#mastnav ul li,
.mastNavStyle1 ul li {
  padding: 0px 7px;
  margin: 6px 0;
  border-right: 1px solid #c4bdbb;
  font-size: 1.2em;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
#mastnav ul li a,
.mastNavStyle1 ul li a {
  color: #005385;
}
#mastnav ul li:last-child,
.mastNavStyle1 ul li:last-child {
  border-right: 0;
}
#mastnav ul::after,
.mastNavStyle1 ul::after {
  clear: both;
  content: '';
  display: table;
}
#mastnav .tablet,
.mastNavStyle1 .tablet,
#mastnav .desktop,
.mastNavStyle1 .desktop {
  display: none;
}
#mastnav:after,
.mastNavStyle1:after {
  clear: both;
  content: '';
  display: table;
}
#ms_mast_sleeve img {
  display: block;
}
.footerAds {
  text-align: center;
  clear: both;
}
.footerAds .ad {
  border: 1px solid #BBB5B3;
  background: #FFF;
  padding: 20px;
  display: inline-block;
  margin: 0 10px 18px;
}
.footerAds .ad img {
  vertical-align: middle;
}
#footer {
  display: block;
  background: url(/Magazine/graphics/footer.bg.png) repeat 0 0;
}
#footer:after {
  clear: both;
  content: '';
  display: table;
}
#footer ul {
  margin-bottom: 0;
}
#footer .toolbar h2 {
  font-size: 2.4em;
  line-height: 1.25em;
  color: #f0efec;
  margin-bottom: 12px;
}
#footer .toolbar h2 a {
  color: #f0efec;
}
#footer .subNav .toolbar h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1.714em;
  margin-bottom: 15px;
}
#footer .subNav {
  padding: 18px 0;
}
#footer .footerNav {
  padding: 18px 0;
}
#footer .footerNav h2 {
  font-size: 2.4em;
  line-height: 1.25em;
  margin-bottom: 12px;
}
#footer .footerNav h2 a {
  color: #FFF;
}
#footer .footerSleeveWrapper,
#footer .topFooterSleeveWrapper {
  margin: 0 -10px;
  padding: 0 10px;
}
#footer .footerSleeveWrapper .footerSleeve,
#footer .topFooterSleeveWrapper .footerSleeve {
  margin: 0;
  padding: 0;
}
#footer .footerSleeveWrapper:after,
#footer .topFooterSleeveWrapper:after {
  clear: both;
  content: '';
  display: table;
}
#footer .footerSleeveWrapper {
  background: url(/Magazine/graphics/footer.grey.bg.png) repeat 0 0;
}
#footer .footerSleeve {
  margin: 0 -10px;
  padding: 0 10px;
}
#footer .sleeve ul li {
  list-style: none;
  list-style-position: outside;
}
#footer .sleeve:after {
  clear: both;
  content: '';
  display: table;
}
#footer ul li {
  display: block;
  list-style: none;
  list-style-position: outside;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.8em;
  margin-bottom: 18px;
}
#footer ul li a,
#footer ul li.label {
  color: #f0efec;
  font-size: 1.4em;
  padding-left: 20px;
  display: block;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -20px -1915px;
}
#footer ul li.label {
  background: 0;
  padding-left: 0;
  line-height: 1;
}
#footer ul li div {
  display: none;
}
#footer .info {
  overflow: hidden;
}
#footer .info > div {
  margin-bottom: 36px;
}
#footer .info > div + div {
  border-bottom: 1px solid #727272;
  margin-bottom: 6px;
}
#footer .info h2 {
  color: #f0efec;
  font-size: 2.4em;
  line-height: 1.25em;
  margin-bottom: 12px;
}
#footer .info h2 a {
  color: #f0efec;
}
#footer .account {
  padding-top: 18px;
}
#footer .account > div {
  padding-bottom: 18px;
  border-bottom: 1px solid #727272;
}
#footer .account h3 {
  color: #f0efec;
  font-size: 2.4em;
  line-height: 1.25em;
  margin-bottom: 12px;
  margin-top: 0;
}
#footer .listings {
  overflow: hidden;
}
#footer .listings ul {
  margin: 18px 0 0;
  border-bottom: 1px solid #727272;
  padding-bottom: 12px;
}
#footer .listings ul::after {
  clear: both;
  content: '';
  display: table;
}
#footer .listings ul li {
  margin: 0;
  padding: 24px 0 0 12px;
  width: 49.15254237%;
  float: left;
  list-style: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.636em;
  color: #f0efec;
}
#footer .listings ul li a {
  color: #f0efec;
  font-size: 1em;
  padding: 0;
  background: transparent;
}
#footer .listings ul li:nth-child(odd) {
  padding: 24px 12px 0 0;
  border-left: 0 none;
  clear: left;
  border-right: 1px solid #727272;
}
#footer .listings ul li.first,
#footer .listings ul li.first + li {
  padding-top: 0;
}
#footer .mainsearch {
  padding-top: 18px;
  overflow: hidden;
}
#footer .mainsearch > div {
  padding-bottom: 18px;
  border-bottom: 1px solid #727272;
  margin-bottom: 6px;
}
#footer .mainsearch fieldset {
  position: relative;
}
#footer .mainsearch label {
  color: #f0efec;
  font-size: 2.4em;
  line-height: 1.25em;
  margin-bottom: 12px;
  margin-top: 0;
}
#footer .mainsearch input {
  width: 100%;
  float: left;
  padding-right: 82px;
}
#footer .mainsearch button {
  position: absolute;
  right: 0;
  margin: 2px 2px 0px 0;
  border-radius: 0;
  bottom: 2px;
}
#footer .social {
  padding-top: 18px;
}
#footer .social > ul {
  padding-bottom: 12px;
  margin-bottom: 6px;
}
#footer .social > ul li {
  width: 49.15254237%;
  float: left;
}
#footer .social > ul li a {
  padding-left: 24px;
  background-position: -16px -1965px;
}
#footer .social > ul li a.twitter {
  background-position: -16px -2165px;
}
#footer .social > ul li a.newsletters {
  background-position: -16px -2012px;
}
#footer .social > ul li a.linkedin {
  background-position: -16px -2215px;
}
#footer .social > ul li a.rss {
  background-position: -16px -2063px;
}
#footer .social > ul:after {
  clear: both;
  content: '';
  display: table;
}
#footer .twitterNews {
  display: none;
}
#footer .bottom .listing {
  clear: both;
}
#footer .bottom .footerText {
  display: block;
  padding: 18px 0;
  clear: both;
  color: #f0efec;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#footer .bottom .footerText h3 {
  font-size: 1.1em;
  line-height: 1.636em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #f0efec;
  margin-bottom: 6px;
}
#footer .bottom .footerText a {
  color: #f0efec;
}
#footer .bottom .webvision {
  padding: 18px 0 18px;
  clear: both;
  font-size: 1.1em;
  line-height: 1.636em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #f0efec;
  text-align: center;
}
#footer .bottom .webvision a {
  color: #f0efec;
}
#ms_footer {
  display: block;
  background: url(/Magazine/graphics/footer.bg.png) repeat 0 0;
}
#ms_footer:after {
  clear: both;
  content: '';
  display: table;
}
#ms_footer ul {
  margin-bottom: 0;
}
#ms_footer .nav {
  padding: 18px 0;
}
#ms_footer .nav h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: 1.714em;
  margin-bottom: 15px;
  color: #f0efec;
}
#ms_footer .nav h2 a {
  color: #f0efec;
}
#ms_footer .footerSleeveWrapper,
#ms_footer .topFooterSleeveWrapper {
  margin: 0 -10px;
  padding: 0 10px;
}
#ms_footer .footerSleeveWrapper .footerSleeve,
#ms_footer .topFooterSleeveWrapper .footerSleeve {
  margin: 0;
  padding: 0;
}
#ms_footer .footerSleeveWrapper:after,
#ms_footer .topFooterSleeveWrapper:after {
  clear: both;
  content: '';
  display: table;
}
#ms_footer .footerSleeve {
  margin: 0 -10px;
  padding: 0 10px;
}
#ms_footer .sleeve ul li {
  list-style: none;
  list-style-position: outside;
}
#ms_footer .sleeve:after {
  clear: both;
  content: '';
  display: table;
}
#ms_footer ul li {
  display: block;
  list-style: none;
  list-style-position: outside;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 1.8em;
  margin-bottom: 18px;
}
#ms_footer ul li a {
  color: #f0efec;
  font-size: 1.4em;
  padding-left: 20px;
  display: block;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -20px -1915px;
}
#ms_footer ul li div {
  display: none;
}
#ms_footer .account {
  padding-top: 18px;
}
#ms_footer .account > div {
  padding-bottom: 18px;
}
#ms_footer .account h3 {
  color: #f0efec;
  font-size: 2.4em;
  line-height: 1.25em;
  margin-bottom: 12px;
  margin-top: 0;
}
#ms_footer .listings {
  overflow: hidden;
}
#ms_footer .listings ul {
  margin: 18px 0 0;
  border-bottom: 1px solid #727272;
  padding-bottom: 12px;
}
#ms_footer .listings ul::after {
  clear: both;
  content: '';
  display: table;
}
#ms_footer .listings ul li {
  margin: 0;
  padding: 24px 0 0 12px;
  width: 49.15254237%;
  float: left;
  list-style: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.636em;
  color: #f0efec;
}
#ms_footer .listings ul li a {
  color: #f0efec;
  font-size: 1em;
  padding: 0;
  background: transparent;
}
#ms_footer .listings ul li:nth-child(odd) {
  padding: 24px 12px 0 0;
  border-left: 0 none;
  clear: left;
  border-right: 1px solid #727272;
}
#ms_footer .listings ul li.first,
#ms_footer .listings ul li.first + li {
  padding-top: 0;
}
#ms_footer .bottom .listing {
  clear: both;
}
#ms_footer .bottom .footerText {
  float: left;
  padding: 18px 0;
  clear: both;
  color: #f0efec;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#ms_footer .bottom .footerText h3 {
  font-size: 1.1em;
  line-height: 1.636em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #f0efec;
  margin-bottom: 6px;
}
#ms_footer .bottom .footerText a {
  color: #f0efec;
}
#ms_footer .bottom .webvision {
  padding: 18px 0 18px;
  clear: both;
  font-size: 1.1em;
  line-height: 1.636em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #f0efec;
  text-align: center;
}
#ms_footer .bottom .webvision a {
  color: #f0efec;
}
.js-disabled #footer ul.hide {
  height: auto;
  overflow: hidden;
}

/*
---

name: Layout

requires: [CSS.Main, CSS.Structure]

provides: [CSS.Layout]

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

...
*/
#cookiePolicy {
  margin-right: -10px;
  margin-left: -10px;
  padding: 10px 10px;
  background: #F0EFEC;
  border-bottom: 1px solid #fff;
}
#cookiePolicy .sleeve {
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  margin: auto;
}
#cookiePolicy p {
  font-size: 1.2em;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}
#cookiePolicy .formbox {
  margin-left: 15px;
}
#cookiePolicy button {
  background: #BBB5B3;
  color: #fff;
}
#cookiePolicy button:active {
  box-shadow: 0 0;
}
@media screen and (min-width: 975px) {
  #cookiePolicy {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
#content_wide {
  margin: 0 0 18px;
}
#content_wide:after {
  clear: both;
  content: '';
  display: table;
}
#columns {
  margin-top: 18px;
  margin-bottom: 18px;
}
#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: left;
}
.articleWrapper .relatedContent .twocolumn .column1,
.articleWrapper .relatedContent .twocolumn .column2 {
  /* Two Column in Section 2 Styling */
  float: none;
}
.articleWrapper .articleContent {
  float: right;
}
.articleWrapper:after {
  clear: both;
  content: '';
  display: table;
}
/* This is changing for SPIN2 for sure. */
.M2-master #content {
  float: none;
}
.M2-master #secondary_content {
  float: right;
}

/*
---

name: Tables

requires: CSS.Main

provides: CSS.Tables

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

...
*/
table {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 24px;
  border-top: 1px solid #c4bdbb;
  border-bottom: 1px solid #c4bdbb;
  color: #1E1E1E;
  background: #FFF;
  border-spacing: 0;
}
table caption {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  visibility: hidden;
}
table th,
table td {
  font-size: 1.4em;
  line-height: 1.715;
  padding: 0 8px;
}
table tr {
  background: #F0EFEC;
}
table tr.odd {
  background: none;
}
table thead tr {
  background: none;
}
table thead th {
  font-weight: bold;
  text-align: left;
}
table tfoot td {
  background: #FFF;
}
table p {
  font-size: 1em;
}
.table-full,
.table-left,
.table-right {
  margin: 0 0 18px;
  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: 18px;
  width: 100%;
}
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: none;
}
.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: none;
}

/*
---

name: Buttons

requires: CSS.Main

provides: CSS.Buttons

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

...
*/
button,
.button {
  margin: 0;
  background: #007dc5;
  border: 0;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.429;
  outline: 0;
  padding: 6px 10px;
  text-align: center;
  text-transform: uppercase;
}
button:hover,
.button:hover,
button:focus,
.button:focus {
  background: #006bab;
  color: #FFF;
  outline: none;
  text-decoration: none;
}
button:active,
.button:active {
  background: #006bab;
  color: #FFF;
  outline: none;
  text-decoration: none;
  box-shadow: inset 2px 2px 2px #005E95;
  text-shadow: -1px -1px -2px #00395B;
  padding: 7px 10px 5px;
}
button + button,
.button + button,
button + .button,
.button + .button {
  margin-left: 5px;
}
a.button {
  color: #FFF;
}
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
===================================

...
*/
.formbox {
  clear: left;
}
.formbox .field {
  clear: both;
  margin: 0 0 12px;
}
.formbox .field:after {
  clear: both;
  content: '';
  display: table;
}
.formbox .text,
.formbox select {
  background: #FFF;
  border-radius: 0;
  border: 1px solid #A4ABAD;
  color: #1E1E1E;
  font: 1.4em/1.428 'Open Sans', sans-serif;
  padding: 7px 4px 8px;
  width: 95%;
}
.formbox input[type="password"].text {
  font-family: sans-serif;
}
.formbox select {
  margin: 0;
}
.formbox select,
.formbox select.text {
  padding: 6px 5px 7px;
}
.formbox label,
.formbox .label {
  float: left;
  font-size: 1.6em;
  line-height: 1.5;
  margin: 6px 10px 0 0;
  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 .mandatory {
  float: right;
  padding-top: 6px;
  vertical-align: top;
}
.formbox p .mandatory {
  float: none;
  padding: 0;
}
.formbox .alert p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5;
}
.formbox .info {
  font-size: 1.6em;
  line-height: 1.5;
}
.formbox .button,
.formbox button {
  margin-left: 0px;
}
.formbox .button + .button,
.formbox button + .button,
.formbox .button + button,
.formbox button + button {
  margin-left: 0;
}
.formbox .nomainlabel .button,
.formbox .nomainlabel button {
  margin-left: 0;
}
.formbox .fieldtips,
.formbox .additionalInfo {
  display: block;
  font-size: 1.1em;
  padding: 6px 0 0 0;
}
.formbox .text_field {
  float: left;
  margin-bottom: 0;
}
.formbox #filebrowse {
  margin-top: 6px;
}
.formbox .field div {
  margin-left: 0px;
}
.formbox .field div label {
  float: none;
  margin-top: 0;
  font-size: 1.2em;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}
.formbox .field div:first-of-type label {
  display: inline-block;
  margin-top: 8px;
  width: auto;
}
.formbox .field .field_text {
  font-size: 1.2em;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 12px;
  padding: 6px 0 0;
}
.formbox .field .checkgroup div,
.formbox .field .radiogroup div,
.formbox .nomainlabel div {
  margin-left: 0;
}
.formbox .field.error .text,
.formbox .field.error select {
  border-color: #AD1818;
}
.formbox .errorbox {
  background: #AD1818;
  margin: 0 0 0;
  padding: 8px;
}
.formbox .errorbox div.errorbox_sleeve {
  margin: 0;
}
.formbox .errorbox p {
  margin: 0;
  font-size: 1.4em;
  line-height: 1.429;
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
}
.formbox .errorbox_large {
  background: #FFF;
  border: 1px solid #AD1818;
  border-top: 4px solid #AD1818;
  margin: 0 0 24px;
  padding: 4px 60px 0 11px;
  min-height: 60px;
}
.formbox .errorbox_large h3 {
  font-size: 1.6em;
  line-height: 1.5;
  color: #AD1818;
}
.formbox .errorbox_large label {
  cursor: pointer;
  float: none;
}
.formbox .errorbox_large label:hover {
  text-decoration: underline;
}
.formbox .errorbox_large li {
  font-size: 1em;
  line-height: 1;
  color: #005385;
  margin: 0;
}
.formbox .tip h3 {
  display: inline-block;
  margin-bottom: 6px;
  font: 1.1em/1.455 Georgia, "Times New Roman", Times, serif;
  cursor: pointer;
}
.formbox .tip h3:hover {
  text-decoration: underline;
}
.formbox .tip p {
  left: -1000em;
  position: absolute;
}
div.register {
  margin-bottom: 30px;
}
/* HUMAN TEST, ROBOT TEST */
.human_test .text {
  margin-left: 0px;
}
.human_test label {
  margin: 0 0 18px;
  width: 100%;
}
.human_test strong {
  padding: 6px 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;
}
.formOptions label,
.formOptions + label {
  margin: 0;
  width: 100%;
}
.formOptions label span,
.formOptions + label span {
  font-size: 0.750em;
}
.formbox .termsandconditions button {
  margin-left: 0;
}
.forgottenpassword {
  font-size: 1.2em;
  line-height: 1.333;
}
/* 'FEEDBACK' BOXES? */
.feedback_box {
  border-top: 4px solid #1E1E1E;
}
.feedback_box .feedback_box_sleeve {
  background: #FFF;
  margin-bottom: 30px;
  padding: 0 10px 17px;
  border: 1px solid #c4bdbb;
  border-top: 0 none;
  padding: 18px 10px;
}

/*
---

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: 4px solid #1E1E1E;
  padding-top: 8px;
}
.tabs .tabsStyle1 {
  margin: 0;
  border-bottom: 1px solid #c4bdbb;
  height: 32px;
}
.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: #F0EFEC;
  color: #005385;
  cursor: pointer;
  float: left;
  font-size: 1.4em;
  line-height: 1.857;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  height: 31px;
  margin: 0 3px 0 0;
  padding: 1px 8px 2px;
  border: 1px solid #c4bdbb;
  border-bottom: 0;
  float: none;
}
.tabs .tabsStyle1 li a {
  color: #005385;
}
.tabs .tabsStyle1 li.selected h2 {
  background: url(/magazine/graphics/bg.body.png) repeat 0 0;
  color: #1E1E1E;
  cursor: default;
  height: 32px;
}
.tabs .tabsStyle1 li.selected h2 a {
  color: #1E1E1E;
}
.tabbedblocks:after {
  clear: both;
  content: '';
  display: table;
}
.tabbedblocks .block > h2,
.tabbedblocks .block > h3 {
  background: #F0EFEC;
  color: #005385;
  cursor: pointer;
  float: left;
  font-size: 1.4em;
  line-height: 1.857;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  height: 31px;
  margin: 0 3px 0 0;
  padding: 1px 8px 2px;
  border: 1px solid #c4bdbb;
  border-bottom: 0;
  text-decoration: none;
}
.tabbedblocks .block > h2:hover,
.tabbedblocks .block > h3:hover,
.tabbedblocks .block > h2:focus,
.tabbedblocks .block > h3:focus {
  text-decoration: underline;
  background: #F0EFEC;
}
.tabbedblocks .content {
  left: -1000em;
  position: absolute;
  margin-top: 31px;
  margin-bottom: 0;
  padding: 15px 0 6px;
  border-top: 1px solid #c4bdbb;
}
.tabbedblocks .content ul {
  margin-bottom: 12px;
}
.tabbedblocks .content li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.286;
  margin-bottom: 12px;
  background: url(/magazine/graphics/list.style1.png) no-repeat 0 5px;
  padding-left: 10px;
  list-style: none;
}
.tabbedblocks .content li:last-child {
  margin-bottom: 0;
}
.tabbedblocks .selected > h2,
.tabbedblocks .selected > h3 {
  background: #FFF url(/magazine/graphics/bg.body.png) repeat 0 0;
  color: #1E1E1E;
  cursor: default;
  height: 32px;
  position: relative;
}
.tabbedblocks .selected > h2:hover,
.tabbedblocks .selected > h3:hover,
.tabbedblocks .selected > h2:focus,
.tabbedblocks .selected > h3:focus {
  background: #FFF url(/magazine/graphics/bg.body.png) repeat 0 0;
  text-decoration: none;
}
.tabbedblocks .selected .content {
  clear: right;
  float: right;
  left: auto;
  position: static;
  margin-left: -100%;
  width: 100%;
}
.tabbedblocks .users_blogs h3 {
  margin-bottom: 18px;
}
.tabbedblocks .users_blogs li {
  font-size: 1em;
}
.tabbedblocks .users_blogs li h4 {
  margin-bottom: 0;
}
.tabbedblocks.style1 .selected > h2,
.tabbedblocks.style1 .selected > h3 {
  background: #FFF;
}
.tabbedblocks.style1 .selected > h2:hover,
.tabbedblocks.style1 .selected > h3:hover,
.tabbedblocks.style1 .selected > h2:focus,
.tabbedblocks.style1 .selected > h3:focus {
  background: #FFF;
}
.tabbedblocks.style1 .content {
  padding-left: 9px;
  padding-right: 9px;
  border: 1px solid #c4bdbb;
  background: #FFF;
}
.js-disabled #wrapper .tabbedblocks .block {
  margin-bottom: 18px;
}
.js-disabled #wrapper .tabbedblocks .block > h2,
.js-disabled #wrapper .tabbedblocks .block > h3 {
  background: #F0EFEC;
  color: #005385;
  cursor: pointer;
  float: left;
  font-size: 1.4em;
  line-height: 1.857;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  height: 31px;
  margin: 0 3px 0 0;
  padding: 1px 8px 2px;
  border: 1px solid #c4bdbb;
  border-bottom: 0;
  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: #FFF;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  top: 20px;
  width: 100px;
  z-index: 65536;
}
.abacus-popup .abacus-close {
  background: url(/magazine/graphics/buttons/sprite.buttons.png) no-repeat 0 -338px;
  cursor: pointer;
  float: right;
  height: 20px;
  display: inline-block;
  text-indent: -1000em;
  margin: 4px 10px 0 0;
  width: 21px;
}
.abacus-popup .sleeve {
  border: 2px solid #000;
  padding: 10px;
}
.abacus-popup.loading {
  background: #FFF 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 {
  padding: 30px 0 0;
}
#mastad:after {
  clear: both;
  content: '';
  display: table;
}
#mastad .mast_ad_strip,
#mastad .small {
  display: table;
  margin: 0 auto;
}
#mastad .mast_ad_strip {
  margin-bottom: 30px;
}
#mastad .mast_ad_strip .ad a + a {
  position: absolute;
  display: inline;
}
.footer_ad {
  margin: 0 0 18px;
}
.footer_ad .ad {
  display: table;
  margin: 0 auto;
}
.footer_ad .small {
  margin-top: 18px;
}
.footer_ad_strip:after {
  clear: both;
  content: '';
  display: table;
}
#rightcolumn .ad {
  clear: both;
}
.ad {
  display: table;
  margin: 0 auto;
}
.ad a {
  display: inline-block;
}
/* PAGETEXT (RIGHTCOLUMN/WIDGET) */
.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;
}
.twocolumn .column1_sleeve > .pagetext,
.twocolumn .column2_sleeve > .pagetext {
  margin-bottom: 18px;
}
.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 {
  clear: both;
  margin: 17px 0 24px;
}
.pageOptions ul {
  border: 1px solid #c4bdbb;
  border-left: 0;
  border-right: 0;
  margin: 0;
  padding: 8px 0 7px;
}
.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: 18px;
  margin: 0 5px 0 0;
  padding: 0 0 0 0px;
}
.pageOptions li.first {
  margin: 0;
  padding-left: 0;
}
.pageOptions li.last {
  float: right;
  margin: 0;
  padding: 0;
}
.pageOptions a {
  margin-right: 14px;
  padding: 1px 5px 1px 25px;
  width: auto;
}
.pageOptions a.print {
  background-position: -17px -116px;
  padding-left: 21px;
}
.pageOptions a.email {
  background-position: -17px -66px;
  padding-left: 20px;
  padding-right: 0;
}
.pageOptions a.rate {
  background-position: 0 -188px;
  padding-right: 0px;
}
.pageOptions a.addthis_button_compact {
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -17px -265px;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0px 0 0px 20px;
  font-size: 1.2em;
  font-family: 'Open Sans', sans-serif;
}
.pageOptions a.comment {
  background-position: -17px -14px;
  border: 0;
  padding-left: 19px;
}
.pageOptions a.save {
  background: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}
.Microsite .pageOptions .last {
  display: none;
}

/*
---

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;
  background: url("/magazine/graphics/icons/sprite.icons.png") no-repeat 0 -777px;
  font-family: 'Open Sans', sans-serif;
  color: #776b68;
  font-size: 1.2em;
  height: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0 22px;
}
span.access {
  background-position: -17px -468px;
}
span.audio {
  background-position: -18px -520px;
}
span.blank {
  background-position: -17px -566px;
}
span.excel,
span.xls,
span.xlsx {
  background-position: -17px -618px;
}
span.flash {
  background-position: -17px -669px;
}
span.pdf {
  background-position: -17px -816px;
}
span.picture {
  background-position: -17px -867px;
}
span.powerpoint {
  background-position: -17px -916px;
}
span.txt {
  background-position: -17px -777px;
}
span.video {
  background-position: -17px -1116px;
}
span.webPage {
  background-position: -17px -1564px;
}
span.winMedia {
  background-position: -17px -1630px;
}
span.word,
span.doc,
span.docx {
  background-position: -17px -1267px;
}
span.zip {
  background-position: -17px -1318px;
}
span.subscription {
  background-position: -17px -1417px;
}
/* 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 solid #c4bdbb;
  margin-bottom: 18px;
  padding-bottom: 17px;
  border-color: #E0DFE3;
}
.listBlocks li:after {
  clear: both;
  content: '';
  display: table;
}
.listBlocks h2 {
  font-size: 2em;
  line-height: 1.2;
  margin: 0 0 6px;
}
.listBlocks h3 {
  font-size: 2em;
  line-height: 1.2;
  color: #1E1E1E;
  margin: 0 0 6px;
}
.listBlocks h4 {
  margin: 0;
}
.listBlocks p {
  margin-bottom: 6px;
}
.listBlocks .picture,
.listBlocks p.picture {
  float: left;
  margin: 0 20px 18px 0;
}
.listBlocks .block {
  margin: 0 0 18px;
}
.listBlocks .subBlock {
  margin: 0 0 18px;
}
.listBlocks .blockTitle h2 {
  border-bottom: 4px solid #E0DFE3;
  margin: 0 0 12px;
  padding: 0 0 6px;
}
.listBlocks .blockTitle p {
  background: url(/magazine/graphics/b_red_plus.gif) no-repeat 0 8px;
  padding: 6px 3px 6px 14px;
}
.listBlocksStyle1 li {
  padding-left: 10px;
  padding-right: 10px;
}
.listBlocksStyle1 li.feature {
  border: 1px solid #E0DFE3;
  padding: 11px 10px;
}
.listBlocksStyle2 li {
  padding-right: 30px;
  position: relative;
}
.listBlocksStyle2 li.last,
.listBlocksStyle2 li:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.listBlocksStyle2 li p {
  color: #776B67;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 6px 0;
}
.listBlocksStyle2 .deleteItem {
  background: url('/magazine/graphics/buttons/sprite.buttons.png') no-repeat -10px -408px;
  height: 16px;
  display: inline-block;
  text-indent: -1000em;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  background-position-x: -10px;
}
.listBlocksStyle2 .more {
  border-top: 1px solid #D9D6D5;
  margin-top: 10px;
  padding-top: 23px;
}
.listBlocksStyle3 li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.286;
  margin-bottom: 12px;
  background: url(/magazine/graphics/list.style1.png) no-repeat 0 5px;
  padding-left: 10px;
  list-style: none;
}
/* Inline list */
.listInline {
  margin-bottom: 18px;
}
.listInline ul:after {
  clear: both;
  content: '';
  display: table;
}
.listInline li {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 1;
  list-style: none;
  margin: 0 2px 0 0;
}
.listInline li.disabled * {
  color: #776B67;
}
.listInline a,
.listInline span {
  background: transparent;
  border: 1px solid transparent;
  color: #005385;
  display: inline-block;
  font-size: 1.4em;
  line-height: 1.143;
  padding: 4px 5px;
}
.listInline a:hover,
.listInline span.on {
  background-color: #FFF;
  border: 1px solid #c4bdbb;
  color: #1E1E1E;
  text-decoration: none;
}
.tabbedblocks .listBlocks li {
  list-style: none;
  background: transparent;
  font-size: 1em;
  padding-left: 0;
}
.tabbedblocks .listBlocks li h2 {
  font-size: 2em;
  line-height: 1.2;
  margin-bottom: 0;
}
.tabbedblocks .listBlocks li p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
.tabbedblocks .listBlocks li p.meta {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0;
}
.tabbedblocks .listBlocks li p.meta .date {
  text-transform: uppercase;
}

/*
---

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 6px;
  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: 75%;
  padding-top: 25px;
}
.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 18px;
}
.box h2 {
  background: transparent;
  color: #1E1E1E;
  font-size: 1.4em;
  line-height: 1.715;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0 0 12px;
}
.box li {
  font-size: 1.2em;
}
.box li h3 {
  font-size: 1.2em;
  line-height: 1.333;
}
.box.styleTwo {
  border-bottom: 1px solid #BBB5B3;
  padding-bottom: 6px;
}
.box.styleTwo h2 {
  border-top: 4px solid #1E1E1E;
  color: #c74a1b;
  padding-top: 3px;
}
.box.styleThree h2 {
  color: #c74a1b;
}
.box.styleThree.social ul:after {
  clear: both;
  content: '';
  display: table;
}
.box.styleThree.social li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  color: #FFF;
  float: left;
  font-size: 1.4em;
  line-height: 1.428571;
  text-align: center;
  width: 20%;
}
.box.styleThree.social li a {
  background-color: #55ACEE;
  background-image: url("/magazine/graphics/icons/icons.svg");
  background-position: 50% -443px;
  background-repeat: no-repeat;
  color: #FFF;
  display: block;
  padding: 6px;
  text-indent: -1000em;
  transform: translate3d(0, 0, 0);
  transition: background-color 0.2s linear;
}
.box.styleThree.social li a:hover,
.box.styleThree.social li a:focus {
  background-color: #8DC8F3;
}
.box.styleThree.social .linkedin a {
  background-color: #007BB6;
  background-position: 50% -496px;
}
.box.styleThree.social .linkedin a:hover,
.box.styleThree.social .linkedin a:focus {
  background-color: #00567F;
}
.box.styleThree.social .facebook a {
  background-color: #3B5998;
  background-position: 50% -546px;
}
.box.styleThree.social .facebook a:hover,
.box.styleThree.social .facebook a:focus {
  background-color: #293E6A;
}
.box.styleThree.social .youtube a {
  background-color: #D22121;
  background-position: 50% -592px;
}
.box.styleThree.social .youtube a:hover,
.box.styleThree.social .youtube a:focus {
  background-color: #931717;
}
.box.styleThree.social .googleplus a {
  background-color: #DD4B39;
  background-position: 50% -644px;
}
.box.styleThree.social .googleplus a:hover,
.box.styleThree.social .googleplus a:focus {
  background-color: #A62B1C;
}
/* EXTRAS */
.extras {
  background: transparent;
  margin-bottom: 30px;
  padding: 2px 0 0;
  border-top: 4px solid #c4bdbb;
}
.extras h2 {
  background: transparent;
  color: #1E1E1E;
  font-size: 1.4em;
  line-height: 1.715;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 12px;
  padding: 0;
  line-height: 1.285714;
}
.extras h2 a {
  color: #1E1E1E;
}
.extras ul {
  margin: 0;
  padding: 0;
}
.extras li {
  font-size: 1em;
  line-height: 1;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  background: url(/magazine/graphics/list.style1.png) no-repeat 0 5px;
  list-style: none;
  padding-left: 10px;
  margin-bottom: 12px;
}
.extras li:last-child {
  margin-bottom: 0;
}
.extras h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.286;
  margin: 0;
}
.extras p {
  color: #1E1E1E;
  margin: 0 0 18px;
}
.extras p:after {
  clear: both;
  content: '';
  display: table;
}
.extras p img {
  float: left;
  margin: 0 20px 18px 0;
  margin-right: 5px;
}
.extras .date {
  color: #776B67;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 6px 0;
  margin-bottom: 0;
}
.extras.editorPicks {
  background: #FFF;
  margin-bottom: 30px;
  padding: 0 10px 17px;
  border: 1px solid #c4bdbb;
  padding-bottom: 11px;
}
.extras.editorPicks h2 {
  background: transparent;
  color: #c74a1b;
  font-size: 1.4em;
  line-height: 1.715;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: -1px -11px 6px;
  padding: 2px 0 0 11px;
  border-top: 4px solid #1E1E1E;
}
.extras.editorPicks h2 a {
  color: #c74a1b;
  background: url("/magazine/graphics/icons/sprite.icons.png") no-repeat right -2766px;
  padding-right: 36px;
}
.extras.editorPicks .subSleeve {
  overflow: hidden;
}
.extras.editorPicks li {
  background: 0;
  padding: 0;
  border-top: 1px solid #c4bdbb;
  padding-top: 18px;
  margin-bottom: 17px;
}
.extras.editorPicks li:first-child {
  border-top: 0;
  padding-top: 6px;
}
.extras.editorPicks li:last-child {
  margin-bottom: 0;
}
.extras.editorPicks li .picture {
  float: left;
  margin-right: 18px;
}
.extras.mightAlsoLike li {
  background: 0;
  padding: 0;
  border-top: 1px solid #c4bdbb;
  padding-top: 18px;
  margin-bottom: 17px;
  width: 100%;
}
.extras.mightAlsoLike li:first-child {
  border-top: 0;
  padding-top: 6px;
}
.extras.mightAlsoLike li:last-child {
  margin-bottom: 0;
}
.extras.mightAlsoLike .subSleeve {
  overflow: hidden;
}
.extras.mightAlsoLike .picture {
  float: left;
  margin-right: 18px;
}
/* SPIN2 NEWSLETTER WIDGET */
#newsletter_block label {
  width: auto;
}
#newsletter_block .hide {
  left: -1000em;
  position: absolute;
}
#newsletter_block .text {
  background: #FFF;
  border-radius: 0;
  border: 1px solid #A4ABAD;
  color: #1E1E1E;
  font: 1.4em/1.428 'Open Sans', sans-serif;
  padding: 7px 4px 8px;
  display: block;
  max-width: 75%;
  width: 200px;
}
#newsletter_block button {
  margin: 0;
}
.ms_box {
  background: #FFF;
  margin-bottom: 30px;
  padding: 0 10px 17px;
  border: 1px solid #c4bdbb;
}
.ms_box h2 {
  background: transparent;
  color: #c74a1b;
  font-size: 1.4em;
  line-height: 1.715;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: -1px -11px 6px;
  padding: 2px 0 0 11px;
  border-top: 4px solid #1E1E1E;
}

/*Placeholder - show loading message */
.databank-embed,
.market-data-embed {
  min-height: 300px;
  border: 1px solid #BBB5B3;
  margin-bottom: 10px;
}
.databank-missing > p {
  font-family: "Open Sans";
  font-size: 1.4em;
}
.databank-missing-components {
  font-family: "Open Sans";
  font-size: .9em;
}
.databank-embed {
  background: url("/magazine/graphics/loadingAnimation.gif") no-repeat scroll 50% 50% #FFF;
}
/*Wrapper*/
.databankWrapper {
  background-color: #FFF;
  border: 1px solid #BBB5B3;
  margin: 0 0 24px;
  max-width: 1280px;
}
.databankWrapper .table-full {
  margin: 24px 20px 0;
}
.databankWrapper table {
  border-top: 1px solid #BBB5B3;
  width: 100%;
}
.databankWrapper table th,
.databankWrapper table td {
  line-height: 1.286;
}
.databankWrapper tr.hide {
  display: none;
}
.databankWrapper tr > :first-child {
  border-left: 0;
}
.databankWrapper tr > :first-child input[type="checkbox"],
.databankWrapper tr > :first-child + td label {
  cursor: pointer;
}
.databankWrapper thead + tbody tr:last-child th,
.databankWrapper thead + tbody tr:last-child td {
  border-bottom: 0;
}
.databankWrapper th,
.databankWrapper td {
  border: 0;
  padding: 12px;
}
.databankWrapper .table-th-nosort label {
  left: -1000em;
  position: absolute;
}
/*Title bar*/
.databankWrapper > .titleBar,
.databank-embed h2,
.market-data-embed h2,
.databank-missing h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.714286;
  color: #FFF;
  padding: 3px 20px;
  background-color: #3B3B3B;
}
.market-data-embed h2 {
  margin-bottom: 0;
}
/*Data table*/
.databankWrapper .tableData {
  margin: 24px 20px 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.databankWrapper table {
  /*TODO - redundant via site CSS*/
  border-top: 1px solid #BBB5B3;
  width: 100%;
  border-spacing: 0;
  color: #1E1E1E;
  /*font-family: "Open Sans",sans-serif; font-size: 1.4em;*/
}
.databankWrapper table td,
.databankWrapper table th {
  line-height: 1.286;
  padding: 12px;
  text-align: left;
  font-weight: 600;
}
.databankWrapper tbody tr:nth-child(2n+1) th,
.databankWrapper tbody tr:nth-child(2n+1) td {
  background-color: #F0EFEC;
}
.databankWrapper tbody > tr > td.group_header {
  background-color: #006497;
  color: #FFF;
}
/*Comparison tables*/
.databankWrapper table {
  border-top: none;
}
.databankWrapper table > thead th {
  font-weight: 800;
  background-color: #006497;
  color: #FFF;
  min-width: 200px;
}
.databankWrapper table > thead th.sortable > span {
  float: right;
}
.databankWrapper table > thead th.sortable > span:after {
  content: "△▽";
}
.databankWrapper table > thead th.sorted.ascending > span:after {
  content: "▲";
}
.databankWrapper table > thead th.sorted.descending > span:after {
  content: "▼";
}
.databankWrapper table > thead th.sorted,
.databankWrapper table > thead th.sortable:hover {
  background-color: #007DC5;
}
.comparisonChartTable thead th:first-child {
  min-width: 40px;
}
.comparisonChartTable thead th.date_column {
  min-width: 50px;
}
/*Generic*/
.databankChart {
  font-family: 't Sans', sans-serif;
  font-size: 1.2em;
  line-height: 48px;
  margin: 0;
  padding: 0px 10px 10px 10px;
  text-align: center;
}
.databankChart.loaded {
  background: none;
}
.highcharts-container {
  margin: 0;
}
.hidden {
  display: none;
}
.darkGradient {
  background: #3B3B3B;
  background: linear-gradient(to top, #3B3B3B, #262626);
}
/*Filters from design*/
.filterControls {
  margin: 0 0 24px;
}
.filterControls:after {
  clear: both;
  content: '';
  display: table;
}
.filterControls .displayData {
  float: left;
  padding: 3px 110px 3px 20px;
  position: relative;
  width: 100%;
}
.filterControls .displayData label {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.714286;
  margin-right: 10px;
  text-transform: uppercase;
}
.filterControls .displayData:before,
.filterControls .displayData:after {
  border-left: 1px solid #111111;
  content: '';
  right: 90px;
  height: 100%;
  position: absolute;
  top: 0;
}
.filterControls .displayData:before {
  border-color: #666666;
  right: 89px;
}
.filterControls select {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.714286;
  padding: 6px 10px;
}
/*width: 100%;*/
.filterControls button.filters {
  background: none;
  bottom: 0;
  padding: 0 0 0 20px;
  position: absolute;
  right: 20px;
  top: 0;
}
.filterControls button.filters:active {
  padding: 0;
}
.filterControls button.filters:before {
  content: '\002b';
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  margin: 0 4px 0 0;
  display: inline-block;
}
.filterControls .filtersWrapper {
  clear: both;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s ease;
}
.openFilter .filterControls .filters:before {
  content: '\2212';
}
.openFilter .filterControls .filtersWrapper {
  max-height: 400px;
  visibility: visible;
}
.filterControls ul,
.filterControls li {
  list-style: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.filterControls li {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 12px;
}
.filterControls li h2 {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em;
  line-height: 1.285714;
  font-weight: bold;
  text-transform: uppercase;
}
.filterControls li label {
  font-size: 1.4em;
  line-height: 1.285714;
}
.filterControls li .text {
  display: inline-block;
  margin: -2px 0 0 3px;
  overflow: hidden;
  vertical-align: top;
  width: 88%;
  cursor: pointer;
}
.filterControls .cols {
  padding: 12px 20px 0;
  overflow-y: auto;
  max-height: 343px;
  -webkit-overflow-scrolling: touch;
}
.filterControls .buttons {
  border-top: 1px solid #666666;
  padding: 12px 20px;
  text-align: right;
}
.filterControls .cancel,
.filterControls .filters {
  background: none;
  font-weight: normal;
  text-transform: none;
}
.filterControls .cancel:hover,
.filterControls .filters:hover,
.filterControls .cancel:focus,
.filterControls .filters:focus {
  background: none;
}
.filterControls .cancel:active,
.filterControls .filters:active {
  background: none;
  box-shadow: none;
  padding: 6px 10px;
  text-shadow: none;
}
.oneColumn .filterControls select,
.threeColumnsWideLeft .filterControls select,
.threeColumnsWideRight .filterControls select {
  width: 55%;
}
.oneColumn .filterControls .cols:after,
.threeColumnsWideLeft .filterControls .cols:after,
.threeColumnsWideRight .filterControls .cols:after {
  clear: both;
  content: '';
  display: table;
}
.oneColumn .filterControls .cols > li,
.threeColumnsWideLeft .filterControls .cols > li,
.threeColumnsWideRight .filterControls .cols > li {
  padding-right: 20px;
}
.oneColumn .filterControls .col,
.threeColumnsWideLeft .filterControls .col,
.threeColumnsWideRight .filterControls .col {
  float: left;
}
.oneColumn .filterControls .col1of4,
.threeColumnsWideLeft .filterControls .col1of4,
.threeColumnsWideRight .filterControls .col1of4 {
  width: 25%;
}
.oneColumn .filterControls .col2of4,
.threeColumnsWideLeft .filterControls .col2of4,
.threeColumnsWideRight .filterControls .col2of4 {
  width: 50%;
}
.oneColumn .filterControls .col3of4,
.threeColumnsWideLeft .filterControls .col3of4,
.threeColumnsWideRight .filterControls .col3of4 {
  width: 75%;
}
.oneColumn .filterControls .col1of3,
.threeColumnsWideLeft .filterControls .col1of3,
.threeColumnsWideRight .filterControls .col1of3 {
  width: 33%;
}
.oneColumn .filterControls .col2of3,
.threeColumnsWideLeft .filterControls .col2of3,
.threeColumnsWideRight .filterControls .col2of3 {
  width: 33%;
}
sup.footnote_cell,
.table_footnotes {
  font-size: .7em;
}
.table_footnotes {
  font-family: "Open Sans", sans-serif;
  border-top: 1px solid #BBB5B3;
  padding-top: 4px;
}
.table_footnotes:empty {
  display: none;
}
.fn_text {
  color: #005385;
}
.databankWrapper .profile-link {
  text-decoration: none;
  color: inherit;
}

/*
---

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 #005385;
  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
===================================

...
*/
.fixed.navStyle2 {
  position: fixed;
  width: 100%;
  top: 0;
}
.fixed.navStyle2 .smallLogo {
  display: block;
  margin-right: 10px;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -6px -2652px;
  height: 36px;
}
.fixed.navStyle2 .smallLogo a {
  padding-left: 0;
  width: 46px;
}
.fixed.navStyle2 .mainNavSearch {
  display: block;
  position: relative;
  overflow: visible;
}
.navStyle2 {
  clear: both;
  position: relative;
  z-index: 36768;
  height: 36px;
}
.navStyle2 .mainNavSearch {
  display: none;
  height: 36px;
  border-right: 0;
}
.navStyle2 .mainNavSearch .btnSearch {
  width: 42px;
  border-right: 0;
  padding: 0;
}
.navStyle2 .mainNavSearch .btnSearch i {
  display: block;
  background: url("/magazine/graphics/icons/sprite.icons.png") no-repeat -4px -2257px;
  width: 42px;
  height: 36px;
  margin: 0px auto;
}
.navStyle2 .mainNavSearch .btnSearch i:hover {
  background-position: -4px -2606px;
}
.navStyle2 .mainNavSearch.over i {
  background-position: -4px -2606px;
}
.navStyle2 .mainNavSearch .searchSleeve {
  width: 513px;
  padding: 20px 16px 12px;
  right: 0;
}
.navStyle2 .mainNavSearch .searchSleeve div {
  border: 0;
  box-shadow: 0 0 0 0;
  margin: 0;
}
.navStyle2 .mainNavSearch .searchSleeve div input {
  width: 100%;
}
.navStyle2 .mainNavSearch .searchSleeve div input,
.navStyle2 .mainNavSearch .searchSleeve div button {
  font-size: 1em;
}
.navStyle2 .mainNavSearch .searchSleeve div label {
  left: -1000em;
  position: absolute;
}
.navStyle2 .smallLogo {
  display: none;
  margin-right: 10px;
}
.navStyle2 .smallLogo span {
  position: absolute;
  left: -9999px;
}
.navStyle2:after {
  clear: both;
  content: '';
  display: table;
}
.navStyle2 h2 {
  font-size: 1em;
  line-height: 1.714;
  margin: 0 0 12px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #c74a1b;
  text-transform: uppercase;
}
.navStyle2 h3 {
  font-size: 0.857em;
  margin-bottom: 0;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.navStyle2 p,
.navStyle2 p.meta {
  font-size: 0.857em;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.navStyle2 ul.main {
  position: relative;
}
.navStyle2 ul.main > li > div {
  position: absolute;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #c4bdbb;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.45), inset 0px 10px 7px -7px rgba(0, 0, 0, 0.45);
}
.navStyle2 ul.main > li > div > ul {
  max-height: 336px;
  margin: 12px 0;
}
.navStyle2 ul {
  height: 36px;
  margin-top: 0;
  margin-bottom: 18px;
  padding-left: 0;
}
.navStyle2 ul > li.current > a {
  position: relative;
  margin-bottom: 8px;
}
.navStyle2 ul > li.current > a:after {
  position: absolute;
  height: 9px;
  width: 100%;
  background: url(/magazine/graphics/nav.arrow.png) no-repeat center center;
  content: '';
  bottom: 0;
  top: 35px;
}
.navStyle2 ul > li > a > span {
  border-right: 1px solid #000;
  padding: 0 10px;
  display: block;
}
.navStyle2 li {
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.572;
}
.navStyle2 li.over,
.navStyle2 li.current {
  background: transparent;
}
.navStyle2 li.over > a,
.navStyle2 li.current > a {
  color: #c74a1b;
}
.navStyle2 li.current {
  color: #c4bdbb;
}
.navStyle2 li.current > a {
  color: #c4bdbb;
}
.navStyle2 li.current > a:hover {
  color: #c4bdbb;
}
.navStyle2 li.align-left {
  position: static;
}
.navStyle2 li.first a span,
.navStyle2 li:first-child > a span,
.navStyle2 li.smallLogo + li > a span {
  padding-left: 0;
}
.navStyle2 li ul {
  height: auto;
}
.navStyle2 li a {
  border-right: 1px solid #5A5A5A;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0;
  color: #FFF;
  text-decoration: none;
}
.navStyle2 li a:hover {
  color: #c74a1b;
  text-decoration: none;
}
.navStyle2 li div {
  top: 0;
  background: #FFF;
  margin: 36px 0 0;
  left: -9999px;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.navStyle2 li div .subnav,
.navStyle2 li div .showLatest,
.navStyle2 li div .showStory,
.navStyle2 li div .showBlock {
  display: block;
  float: left;
  vertical-align: top;
  word-spacing: normal;
  overflow: hidden;
}
.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 12px;
}
.navStyle2 li div li + .showLatest,
.navStyle2 li div li + .showStory,
.navStyle2 li div li + .showBlock {
  overflow: visible;
}
.navStyle2 li div li + .showLatest > div,
.navStyle2 li div li + .showStory > div,
.navStyle2 li div li + .showBlock > div {
  border-left: 1px solid #c4bdbb;
  padding-bottom: 360px;
  margin-bottom: -360px;
  box-sizing: content-box;
}
.navStyle2 li div .subnav > div > ul > li {
  line-height: 1.714;
}
.navStyle2 li div .subnav > div > ul > li a {
  line-height: 2;
}
.navStyle2 li div .subnav > div > ul > li > a {
  font-size: 0.857em;
}
.navStyle2 li div .subnav > div > ul > li > ul > li {
  font-size: 0.857em;
  padding: 0;
  margin-bottom: 0px;
  margin-left: 0;
  font-weight: normal;
  line-height: 2;
}
.navStyle2 li div .showLatest li a {
  padding-left: 16px;
}
.navStyle2 li div .showLatest li a:before {
  content: '';
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -18px -2567px;
  height: 20px;
  width: 16px;
  position: absolute;
  left: 0px;
}
.navStyle2 li div .showLatest li p.meta {
  margin-left: 16px;
}
.navStyle2 li div .showStory {
  min-height: 0;
}
.navStyle2 li div .showStory:after {
  clear: both;
  content: '';
  display: table;
}
.navStyle2 li div .showStory li > a {
  line-height: 1;
  padding-bottom: 12px;
}
.navStyle2 li div .showStory h3 {
  font-size: 1em;
  line-height: 1.286;
}
.navStyle2 li div .showStory h3 a {
  line-height: 1.286;
}
.navStyle2 li div .showStory div {
  overflow: hidden;
  margin-top: 0;
  border: 0;
  box-shadow: 0 0 0 0;
}
.navStyle2 li div .showStory .standfirst {
  display: none;
}
.navStyle2 li div .showBlock {
  min-height: 0;
}
.navStyle2 li div a {
  border: none;
  height: auto;
  line-height: 1.5;
  padding: 0;
  color: #005385;
  border-right: 0;
}
.navStyle2 li div ul {
  border: none;
  margin-bottom: 0;
  overflow: hidden;
}
.navStyle2 li div ul:after {
  clear: both;
  content: '';
  display: table;
}
.navStyle2 li div li {
  text-transform: none;
  float: none;
  font-size: 1em;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  border-right: 0;
}
.navStyle2 li div li ul {
  padding: 0 0 0;
  height: 100%;
  z-index: auto;
  margin: 0;
}
.navStyle2 li div li li {
  display: block;
  font-size: 1em;
  line-height: 2.05;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding: 0;
  position: relative;
}
.navStyle2 li div li li span {
  border-right: 0;
  padding: 0;
}
.navStyle2 li.over DIV {
  left: auto;
  opacity: 1;
}
.navStyle2 li.align-right div {
  right: 0;
}
.navStyle2 .label span {
  border-right: 1px solid #5A5A5A;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  color: #FFF;
  text-decoration: none;
}
.js-disabled .navStyle2 li:hover {
  background: #E0DFE3;
}
.js-disabled .navStyle2 li:hover div {
  left: auto;
}
#mplugz_dev_overlay {
  z-index: 36769;
}
#mplugz_dev_overlay img {
  max-width: none;
}

/*
---

name: Mobile Menu Navigation (style 1)

description: Navigation.

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

provides: [CSS.MobileMenu]

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

...
*/
.mobileNav {
  clear: both;
  position: relative;
  overflow: hidden;
  z-index: 32768;
}
.mobileNav .smallLogo {
  display: none;
  margin-right: 10px;
}
.mobileNav .smallLogo span {
  position: absolute;
  left: -9999px;
}
.mobileNav .main:after {
  clear: both;
  content: '';
  display: table;
}
.mobileNav:after {
  clear: both;
  content: '';
  display: table;
}
.mobileNav .mobileMenuSleeve .hide {
  overflow: hidden;
}
.mobileNav .mobileMenuSleeve.hide {
  height: 0;
  overflow: hidden;
}
.mobileNav .mobileMenuSleeve.hide:after {
  clear: both;
  content: '';
  display: table;
}
.mobileNav .toolbar {
  height: 36px;
  display: block;
  margin: 0 -10px;
  padding: 0 10px;
  background: url(/Magazine/graphics/nav.bg.png) repeat 0 0;
  box-shadow: 0px 5px 7px -1px #9c9c9c;
  margin-bottom: 10px;
  color: #fff;
  border-bottom: 1px solid #000;
  transform: translate3d(0, 0, 0);
  transition: height 0.3s linear;
}
.mobileNav .toolbar .btn {
  height: 35px;
  width: 46px;
  display: inline-block;
  float: left;
}
.mobileNav .toolbar .btn.btnMenu {
  border-right: 1px solid #5A5A5A;
}
.mobileNav .toolbar .btn i {
  background: url(/magazine/graphics/icons/sprite.icons.png);
  display: block;
}
.mobileNav .toolbar .btn i.menuIcon {
  background-position: -6px -2307px;
  width: 45px;
  height: 35px;
  padding: 0;
  margin: 0 auto;
  border-right: 1px solid #000;
}
.mobileNav .toolbar .btn.backBtn {
  background: none;
  display: block;
  width: 100%;
}
.mobileNav .toolbar .btn.backBtn i {
  background-position: -6px -2357px;
  width: 35px;
  height: 36px;
  margin: 0px;
  border-right: 1px solid #000;
  box-shadow: 1px 0px 0 0px #5A5A5A;
}
.mobileNav .toolbar .btn.btnSearch {
  float: right;
  border-left: 1px solid #000;
  width: 48px;
}
.mobileNav .toolbar .btn.btnSearch i {
  background-position: -5px -2257px;
  width: 48px;
  height: 35px;
  margin: 0px auto;
  border-left: 1px solid #5A5A5A;
}
.mobileNav .toolbar .btn.btnSearch i:hover {
  background-position: -5px -2606px;
}
.mobileNav .toolbar .header {
  float: left;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.572;
  padding: 7px 9px;
  text-transform: uppercase;
}
.mobileNav .toolbar.hide {
  height: 0;
}
.mobileNav > div.mobileMenuSleeve > div > ul {
  transform: translate3d(0, 0, 0);
  transition: left 0.3s ease-in-out;
}
.mobileNav .hide:after {
  clear: both;
  content: '';
  display: table;
}
.mobileNav > div.mobileMenuSleeve {
  margin: -10px -5px 0;
}
.mobileNav > div.mobileMenuSleeve.hide {
  margin-top: 0;
}
.mobileNav ul {
  padding: 8px 0;
  background: #3B3B3B;
  background: linear-gradient(to bottom, #3B3B3B, #262626);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3B3B3B, endColorstr=#262626, GradientType=0);
}
.mobileNav li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  padding-left: 0;
  position: static;
  float: left;
  width: 50%;
  padding: 0;
  font-size: 1.4em;
  line-height: 2.571em;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  display: block;
  text-transform: uppercase;
}
.mobileNav li:nth-child(odd) {
  border-right: 1px solid #c4bdbb;
}
.mobileNav li.over,
.mobileNav li.current {
  background: #EEEEEE;
}
.mobileNav li.align-left {
  position: static;
}
.mobileNav li.parentNav + li.parentNav {
  margin-bottom: 7px;
}
.mobileNav li.parentNav {
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #c4bdbb;
}
.mobileNav li.parentNav a {
  padding: 0;
}
.mobileNav li.parentNav a.backBtn {
  z-index: 1;
  position: absolute;
}
.mobileNav li.parentNav .toolbar {
  border: 0;
  box-shadow: 0 0 0 0;
  margin-bottom: 0;
}
.mobileNav li.parentNav .toolbar .header {
  font-size: 1em;
  font-weight: normal;
  line-height: 2.572;
  position: absolute;
  text-align: left;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-indent: 55px;
  z-index: 1;
  text-overflow: ellipsis;
  width: 100%;
  padding: 0;
}
.mobileNav li ul {
  left: -9999px;
  position: absolute;
  top: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  height: auto;
}
.mobileNav li ul li {
  font-size: 1em;
}
.mobileNav li span {
  border-right: 0;
  display: block;
  height: auto;
  line-height: 1;
  color: #FFF;
  padding: 12px 18px;
  text-decoration: none;
}
.mobileNav li a {
  padding: 0;
  text-decoration: none;
}
.mobileNav li a:hover {
  color: #c74a1b;
}
.mobileNav li a span:hover {
  color: #c74a1b;
}
.mobileNav li a.backBtn {
  padding: 0;
}
.mobileNav ul {
  border: 0;
  height: auto;
  margin: 0;
  margin-bottom: 1px;
  position: relative;
  left: 0;
  padding-left: 0;
}
.mobileNav ul li {
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -2px -2456px;
  padding-left: 19px;
}
.mobileNav ul li:hover {
  background-position: -2px -2556px;
}
.mobileNav ul li.hasChildren {
  background-position: -2px -2406px;
}
.mobileNav ul li.hasChildren:hover {
  background-position: -2px -2506px;
}
.mobileNav ul li.selected ul {
  background: #4C4C4C;
  padding-top: 0;
}
.mobileNav ul li.selected > ul li {
  background-color: #4C4C4C;
  text-transform: none;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding-left: 28px;
  background-position: 8px -2456px;
}
.mobileNav ul li.selected > ul li:hover {
  background-position: 8px -2556px;
}
.mobileNav ul li.selected > ul li.hasChildren {
  background-position: 8px -2406px;
}
.mobileNav ul li.selected > ul li.hasChildren:hover {
  background-position: 8px -2506px;
}
.mobileNav ul li.selected > ul li.parentNav + li.parentNav {
  background-position: -7px -2458px;
  padding-left: 12px;
}
.mobileNav ul li.selected > ul li.parentNav + li.parentNav span {
  padding: 11px 18px;
}
.mobileNav ul li.selected > ul li.parentNav + li.parentNav:hover {
  background-position: -7px -2558px;
}
.mobileNav ul li.selected > ul li.parentNav {
  border-right: 0;
  padding-left: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.mobileNav ul li.selected > ul li.parentNav .header {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
}
.mobileNav ul li.selected > ul,
.mobileNav ul li.selected > div > ul {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 100%;
  width: 100%;
  top: 0;
}
.mobileNav .mobileSearchSleeve {
  margin-top: -10px;
  display: block;
}
.mobileNav .mobileSearchSleeve.hide {
  display: none;
}
.mobileNav .mainsearch {
  padding: 10px;
  height: 36px;
  display: block;
  margin: 0 -10px;
  padding: 0 10px;
  background: url(/Magazine/graphics/nav.bg.png) repeat 0 0;
  box-shadow: 0px 5px 7px -1px #9c9c9c;
  margin-bottom: 10px;
  color: #fff;
  border-bottom: 1px solid #000;
  background: #FFF;
  border-bottom: 1px solid #c4bdbb;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.45);
  margin: 0 0 6px 0;
  padding: 20px 16px 17px;
  height: 68px;
  margin-left: -10px;
  margin-right: -10px;
}
.mobileNav .mainsearch fieldset {
  position: relative;
}
.mobileNav .mainsearch label {
  display: none;
}
.mobileNav .mainsearch input {
  width: 100%;
  box-shadow: 0 0 3px #BBB5B3;
  padding-right: 82px;
}
.mobileNav .mainsearch button,
.mobileNav .mainsearch button:hover {
  position: absolute;
  right: 0;
  margin: 2px 2px 0px 0;
  border-radius: 0;
  bottom: 2px;
}
.mobileNav .toolbar .btn.btnSearch {
  display: none;
}

/*
---

name: BreadCrumbs

requires: [CSS.Main]

provides: [CSS.BreadCrumbs]

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

...
*/
#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/arrow_crumb.png) no-repeat 0 4px;
  float: left;
  font-size: 1.2em;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 6px 0 12px;
}
#crumbtrail li.first {
  background: none;
  padding-left: 0;
}
#crumbtrail li.first span {
  left: -1000em;
  position: absolute;
}

/*
---

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: 18px;
}
.colour1:after,
.colour2:after,
.colour3:after {
  clear: both;
  content: '';
  display: table;
}
/* SECTIONHEAD - DEFAULTS TO COLOUR 1 */
.sectionhead {
  background: transparent;
  border: 0;
  margin: 0 0 12px;
  padding: 0 0;
}
.sectionhead .sectionhead_sleeve:after {
  clear: both;
  content: '';
  display: table;
}
.sectionhead h2 {
  color: #c74a1b;
  font: bold 1.8em/1.333 'Open Sans', sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.sectionhead h2 a {
  color: #c74a1b;
}
.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: #005385;
}
.colour1 .story_small,
.colour1 .story_large {
  margin: 0 0 12px;
  padding: 0 0 12px;
}
.colour1 .twocolumn {
  margin: 0 0 12px;
  padding: 0;
}
.colour1 .twocolumn .group_story_large .story_list {
  margin: 0 0 -12px;
  padding: 0;
}
.colour1 .twocolumn .story_large,
.colour1 .twocolumn .story_small {
  margin: 0 0 12px;
  padding: 0;
}
.colour1 .group_story_large .story_list {
  margin-bottom: -12px;
  margin-top: 6px;
}
.colour2 {
  background: transparent;
  border: 1px solid #c4bdbb;
  padding: 12px 10px;
}
.colour2 .sectionhead {
  background: transparent;
  border: 0;
  margin: -12px -10px 12px;
  padding: 12px 10px;
}
.colour2 .sectionhead h2,
.colour2 .sectionhead a {
  color: #c74a1b;
}
.colour2 h2,
.colour2 a {
  color: #005385;
}
.colour2 .story_small,
.colour2 .story_large {
  margin: 0 0 12px;
  padding: 0 0 12px;
}
.colour2 .twocolumn {
  margin: 0 0 12px;
  padding: 0;
}
.colour2 .group_story_large .story_list {
  margin: 0 0 -12px;
  padding: 0;
}
.colour2 .story_large,
.colour2 .story_small {
  margin: 0 0 12px;
  padding: 0;
}
.colour2 .story_list {
  margin-bottom: 12px;
  margin-top: 6px;
}
.colour2 .group_story_large .story_list {
  margin-bottom: -12px;
  margin-top: 6px;
}
.colour3 {
  background: transparent;
  border: 0;
  padding: 0 0;
}
.colour3 .sectionhead {
  background: transparent;
  border-bottom: 0;
  margin: 0 0 12px;
  padding: 0 0;
}
.colour3 .sectionhead h2,
.colour3 .sectionhead a {
  color: #1E1E1E;
}
.colour3 h2,
.colour3 a {
  color: #005385;
}
.colour3 .story_small,
.colour3 .story_large {
  margin: 0 0 12px;
  padding: 0 0 12px;
}
.colour3 .twocolumn {
  margin-bottom: 12px;
}
.colour3 .twocolumn .story_list {
  margin: 0;
  padding: 0;
}
.colour3 .twocolumn .group_story_large .story_list {
  margin: 0 0 -12px;
  padding: 0;
}
.colour3 .twocolumn .story_large,
.colour3 .twocolumn .story_small {
  margin: 0 0 12px;
  padding: 0;
}
.colour3 .story_list {
  margin-bottom: 12px;
  margin-top: 6px;
}
.colour3 .group_story_large .story_list {
  margin-bottom: -12px;
  margin-top: 6px;
}
#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: 12px;
}
.story_small:after,
.story_large:after {
  clear: both;
  content: '';
  display: table;
}
.story_small .picture,
.story_large .picture {
  float: left;
  margin: 0 20px 18px 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: 12px;
}
.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: 12px;
}
.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 12px;
}
.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: 18px;
}

/*
---

name: Story

provides: CSS.Story

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

...
*/
h1 {
  margin-bottom: 12px;
}
h2 .icon {
  display: inline-block;
  text-indent: -1000em;
}
.byline > span {
  margin-left: 2px;
  border-left: 1px solid #D9D6D5;
  padding-left: 6px;
}
.byline > span:first-child {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}
.storytext:after {
  clear: both;
  content: '';
  display: table;
}
.synopsis p {
  font-size: 2em;
  line-height: 1.2;
  font-style: italic;
}
.standfirst p {
  font-size: 2em;
  line-height: 1.2;
}
.printonly {
  display: none;
}
.relatedManagersLink {
  background: url(/magazine/graphics/icons/related.manager.png) no-repeat 100% 4px;
  padding-right: 21px;
}
/* INLINE IMAGES */
.inlineFull ul:after {
  clear: both;
  content: '';
  display: table;
}
.inlineFull li {
  list-style: none;
  margin-bottom: 18px;
  margin-right: 20px;
}
.inline_image {
  margin: 0 auto;
}
.inlineFull,
.inline_image {
  clear: both;
  margin-bottom: 18px;
}
.inlineFull img,
.inline_image img {
  display: block;
  width: auto;
}
.inlineFull .picture,
.inline_image .picture {
  margin: 0;
}
.inline_image_left {
  float: left;
  margin-right: 18px;
  position: relative;
}
.inline_image_right {
  float: right;
  margin-left: 18px;
  position: relative;
}
.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 {
  color: #776B67;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 6px 0;
}
.source .date,
.inline_source .date,
.credit .date,
.caption .date,
.inline_caption .date,
.byline .date,
.source .author,
.inline_source .author,
.credit .author,
.caption .author,
.inline_caption .author,
.byline .author,
.source .pagination,
.inline_source .pagination,
.credit .pagination,
.caption .pagination,
.inline_caption .pagination,
.byline .pagination {
  text-transform: uppercase;
}
.inline_source cite {
  font-style: normal;
}
.storyMeta {
  color: #1E1E1E;
  font-size: 1em;
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.storyMeta h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.715;
  margin-bottom: 0;
}
.storyMeta p {
  font-size: 1.4em;
  line-height: 1.715;
  font-weight: 400;
}
/* FACTFILE */
.factfile {
  background: #F0EFEC;
  margin-bottom: 30px;
  padding: 0 12px 12px;
  border-top: 4px solid #c4bdbb;
  clear: both;
}
.factfile > h2 {
  background: transparent;
  color: #1E1E1E;
  font-size: 2.8em;
  line-height: 1.287;
  margin-top: 4px;
}
/* AUTHOR */
.storyAuthorSmall {
  background: transparent;
  margin-bottom: 30px;
  padding: 2px 0 0;
  word-wrap: break-word;
  overflow: hidden;
  border-top: 4px solid #c4bdbb;
  border-bottom: 1px solid #c4bdbb;
  margin-bottom: 24px;
  padding: 14px 0 17px;
}
.storyAuthorSmall:after {
  clear: both;
  content: '';
  display: table;
}
.storyAuthorSmall > a {
  float: left;
  margin: 0 20px 18px 0;
  margin-bottom: 0;
}
.storyAuthorSmall .author {
  color: #776B67;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 6px 0;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.storyAuthorSmall .author a {
  word-wrap: break-word;
}
.storyAuthorSmall .title {
  display: block;
  margin: 0 0 18px;
  text-transform: none;
}
.storyAuthorSmall .socialMediaLinks .link {
  margin-bottom: 0;
  text-transform: none;
}
.videoStyle1 {
  background: #1E1E1E;
}
.videoStyle1 .sleeve {
  padding-bottom: 8px;
}
.videoStyle1 .videoblock {
  margin-bottom: 0;
}
.videoStyle1 a {
  color: #F8F8F8;
}
.videoStyle1 .meta,
.videoStyle1 .caption {
  color: #F8F8F8;
  font-weight: 400;
  margin: 6px 12px;
  margin-bottom: 6px;
}
.videoStyle1 .caption {
  font-size: 1.4em;
  line-height: 1.287;
}
.storyAuthorLarge {
  margin-bottom: 8px;
  border-bottom: 4px solid #1E1E1E;
}
.storyAuthorLarge:after {
  clear: both;
  content: '';
  display: table;
}
.storyAuthorLarge img {
  float: left;
  margin: 0 20px 18px 0;
  margin-right: 24px;
  margin-bottom: 0;
  min-width: 96px;
  max-width: 96px;
  width: 96px;
}
.storyAuthorLarge h2 {
  margin-bottom: 6px;
  font-size: 2.4em;
}
.storyAuthorLarge p {
  margin-bottom: 0;
  font-size: 2em;
  line-height: 1.2;
  padding-bottom: 6px;
}
.storyAuthorLarge .standfirst {
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.231;
  margin-bottom: 0;
}
/* RELATED CONTENT */
.relatedimages .relatedimages_block {
  overflow: hidden;
  width: 100%;
  padding-top: 8px;
}
.relatedimages ul {
  margin-right: -30px;
}
.relatedimages ul:after {
  clear: both;
  content: '';
  display: table;
}
.relatedimages li {
  float: left;
  margin: 0 20px 18px 0;
  background: 0;
  padding: 0;
}
.relatedimages li.last {
  margin-bottom: 0;
}
.relatedimages a,
.relatedimages img {
  display: block;
}
.relatedimages img {
  width: 100%;
}
.socialMediaSharing {
  padding-top: 0;
  border-top: 0;
}
.socialMediaSharing ul:after {
  clear: both;
  content: '';
  display: table;
}
.socialMediaSharing li {
  float: left;
  margin-right: 6px;
  margin-bottom: 0;
  background: 0;
  padding: 0;
}
.relatedContent .relatedimages {
  padding: 0;
  background: none;
  border-top: 0;
}
.relatedContent .relatedimages .relatedimages_block {
  padding-top: 0;
}
.relatedContent .relatedimages ul {
  margin: 0 -20px 0 0;
  width: auto;
}
.relatedContent .relatedimages li {
  display: block;
  float: none;
}
.relatedContent .relatedimages h2 {
  left: -1000em;
  position: absolute;
}
.commentText {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-weight: 400;
  font-size: 0.750em;
}
#story .storytext .ad {
  border-top: 1px solid #c4bdbb;
  border-bottom: 1px solid #c4bdbb;
  padding: 23px 0;
  margin-bottom: 24px;
  display: block;
  overflow: hidden;
  text-align: center;
}
#story .storytext .ad * {
  margin: 0 auto;
}
.relatedfiles li h3,
.relatedaudio li h3 {
  margin-bottom: 6px;
}
.relatedlinks .owner {
  font-style: italic;
}
/* MISCELLANEOUS */
.tags li {
  display: inline;
  background: 0;
  padding: 0;
  font-size: 1.4em;
  line-height: 1.287;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.subscribe_options {
  margin-bottom: 24px;
}
.subscribe_options:after {
  clear: both;
  content: '';
  display: table;
}
.subscribe_options .subscribe_box {
  float: left;
  width: 23.72881356%;
  margin-right: 10px;
}
#story .relatedContent .extras {
  clear: both;
}
.relatedContent .inlineFull li,
.relatedContent .relatedimages li {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
#story .gallery .display img {
  width: 100%;
}
#story .gallery .thumbs {
  position: relative;
  width: auto;
}
#story .gallery .controls {
  position: relative;
  width: 100%;
}
.fullsize.inline_image .picture img,
.fullsize.inline_image_left .picture img,
.fullsize.inline_image_right .picture img {
  margin: 0;
}
#rightcolumn .formbox.rightAccount {
  margin-bottom: 30px;
}
#rightcolumn .formbox.rightAccount label,
#rightcolumn .formbox.rightAccount input[type=text],
#rightcolumn .formbox.rightAccount input[type=password] {
  float: none;
  width: 100%;
  display: block;
}
#rightcolumn .formbox.rightAccount .field div {
  margin-left: 0;
}
#rightcolumn .formbox.rightAccount .subshelp {
  border-top: 1px solid #bbb5b3;
  padding-top: 12px;
  margin-top: 18px;
}
#rightcolumn .formbox.rightAccount .subshelp a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.286;
  margin-bottom: 12px;
  background: url(/magazine/graphics/list.style1.png) no-repeat 0 5px;
  padding-left: 10px;
  list-style: none;
}

/*
---

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: #1E1E1E;
  margin: 0 0 30px;
  overflow: auto;
}
.gallery:after,
.slider:after {
  clear: both;
  content: '';
  display: table;
}
.gallery .controls,
.slider .controls {
  height: 0;
  margin: 0;
  position: absolute;
}
.gallery .controls li,
.slider .controls li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  cursor: pointer;
  height: 25px;
  display: inline-block;
  text-indent: -1000em;
  margin: 34px 0 0;
  padding-left: 0;
  width: 25px;
}
.gallery .controls .previous,
.slider .controls .previous {
  background: url(/magazine/graphics/gallery/sprite.gallery.png) no-repeat 0 0;
  float: left;
  margin-left: 15px;
}
.gallery .controls .next,
.slider .controls .next {
  background: url(/magazine/graphics/gallery/sprite.gallery.png) no-repeat -25px 0;
  float: right;
  margin-right: 15px;
}
.gallery .controls .disabled,
.slider .controls .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.gallery .thumbs,
.slider .thumbs {
  height: 88px;
  margin: 0 auto;
  overflow: hidden;
  width: 476px;
}
.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: 80px;
  list-style: none;
  margin: 4px 10px 3px;
  padding-left: 0;
}
.gallery .thumbs .caption,
.slider .thumbs .caption {
  display: none;
}
.slider {
  width: 100%;
}
.slider .controls {
  width: 100%;
}
.gallery .display {
  position: relative;
  overflow: hidden;
}
.gallery .display img {
  display: block;
  margin: 0 auto;
}
.gallery .display .caption {
  background: #515151;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #FFF;
  left: 0;
  padding: 12px 10px 0;
  right: 0;
  position: absolute;
  font-size: 1em;
  margin-bottom: 0;
}
.gallery .display .caption * {
  margin: 0 0 6px;
}
.gallery .display .caption h4 {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 1.286;
}
.gallery .display .caption a {
  color: #005385;
}
.gallery .display .caption p {
  color: #FFF;
}
.gallery .display .caption p a {
  color: #FFF;
  text-decoration: underline;
}
.gallery .display .caption p.text {
  font-size: 1.4em;
  line-height: 1.286;
}
/* Core slideshow */
.slideshow .sleeve:after {
  clear: both;
  content: '';
  display: table;
}
.slideshow .htmlContent {
  padding-top: 18px;
}
.slideshow .display {
  background: #000;
  height: auto;
}
.slideshow .display:hover .caption {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 0.2s linear;
}
.slideshow .display img {
  display: block;
  cursor: pointer;
}
.slideshow .display .caption {
  background: #515151;
  background: rgba(0, 0, 0, 0.6);
  height: 70px;
  margin: 207px 0 0;
  padding: 12px 10px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  visibility: hidden;
  width: 600px;
}
.slideshow .display .caption h4 {
  color: #FFF;
  margin-bottom: 6px;
}
.slideshow .display .caption h4 a {
  color: #005385;
}
.slideshow .display .caption p {
  margin: 0;
  color: #FFF;
}
.slideshow .display .caption .read {
  color: #005385;
}
.slideshow .controls {
  position: absolute;
  bottom: 6px;
  left: 4px;
  height: 18px;
  margin: 0;
}
.slideshow .controls li {
  background: #007dc5 url(/magazine/graphics/buttons/sprite.buttons.png) no-repeat -333px -152px;
  height: 18px;
  display: inline-block;
  text-indent: -1000em;
  margin: 0;
  width: 18px;
}
.slideshow .controls li:hover {
  cursor: pointer;
}
.slideshow .controls .play {
  background-position: -369px -152px;
}
.slideshow .thumbs ul {
  margin: 0;
}
.slideshow .thumbs ul:after {
  clear: both;
  content: '';
  display: table;
}
.slideshow .thumbs li {
  background-color: transparent;
  border: 0;
  border-radius: 12px;
  border: 1px solid #FFF;
  cursor: pointer;
  display: block;
  float: left;
  height: 11px;
  margin: 0 4px 0 0;
  width: 11px;
}
.slideshow .thumbs .selected {
  background-color: #FFF;
}
.slideshow .thumbs .caption {
  display: none;
}
/* Slideshow style 1 */
.slideshowStyle1 .slideshowContent {
  background: #1E1E1E;
  overflow: hidden;
}
.slideshowStyle1 .controls {
  left: auto;
  right: 0;
  bottom: 0;
  margin: 0;
  height: 36px;
}
.slideshowStyle1 .controls li {
  height: 36px;
  width: 36px;
  background: transparent url(/magazine/graphics/buttons/sprite.buttons.png) no-repeat -325px -143px;
  border-left: 1px solid #353535;
}
.slideshowStyle1 .controls li.play {
  background-position: -361px -143px;
}
.slideshowStyle1 .controls li span {
  display: block;
  height: 26px;
}
.slideshowStyle1 .display .caption h4 a {
  color: #FFF;
}
.slideshowStyle1 .display .caption p {
  font-size: 1.4em;
  line-height: 1.286;
  margin-bottom: 6px;
}
.slideshowStyle1 .display .caption a.read {
  margin: 0;
  background: #007dc5;
  border: 0;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.429;
  outline: 0;
  padding: 6px 10px;
  text-align: center;
  text-transform: uppercase;
}
.slideshowStyle1 .thumbs {
  padding-top: 13px;
  padding-bottom: 12px;
  padding-left: 6px;
  border-top: 1px solid #FFF;
}
/* Slideshow style 2 */
.slideshowStyle2 .display {
  float: left;
  overflow: hidden;
}
.slideshowStyle2 .display .caption {
  display: none;
}
.slideshowStyle2 .controls {
  clear: both;
  float: none;
}
.slideshowStyle2 .thumbs {
  padding: 0;
}
.slideshowStyle2 .thumbs li {
  background-color: #FFF;
  border-radius: 0;
  display: block;
  font-size: 1em;
  height: 74px;
  list-style: none;
  overflow: hidden;
  width: 100%;
  border: 1px solid #BBB5B3;
  border-bottom: 0 none;
  margin: 0;
}
.slideshowStyle2 .thumbs li.last,
.slideshowStyle2 .thumbs li:last-child {
  border-bottom: 1px solid #BBB5B3;
}
.slideshowStyle2 .thumbs li img {
  display: none;
}
.slideshowStyle2 .thumbs .selected {
  background-color: #FFF;
}
.slideshowStyle2 .thumbs .caption {
  display: block;
  padding: 12px 20px;
  overflow: hidden;
  max-height: 84px;
}
.slideshowStyle2 .thumbs .caption h4 {
  color: #1E1E1E;
  margin: 0;
}
.slideshowStyle2 .thumbs .caption h4 a {
  color: #005385;
}
.slideshowStyle2 .thumbs .caption p {
  color: #1E1E1E;
  margin-bottom: 6px;
  font-size: 1.4em;
  line-height: 1.286;
}
.slideshowStyle2 .thumbs .caption .read {
  color: #005385;
}

/*
---

name: Poll

provides: CSS.Poll

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

...
*/
.poll {
  background: #FFF;
  margin-bottom: 30px;
  padding: 0 10px 17px;
  border: 1px solid #c4bdbb;
}
.poll h2 {
  background: transparent;
  color: #c74a1b;
  font-size: 1.4em;
  line-height: 1.715;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: -1px -11px 6px;
  padding: 2px 0 0 11px;
  border-top: 4px solid #1E1E1E;
}
.poll .poll_sleeve {
  padding: 6px 0 0;
}
.poll fieldset > div {
  padding: 0 0 0px;
}
.poll fieldset > div:after {
  clear: both;
  content: '';
  display: table;
}
.poll fieldset > div + p {
  margin-bottom: 0;
}
.poll fieldset > div div {
  clear: left;
  float: left;
  width: 64%;
}
.poll fieldset input {
  margin: 0 5px 0 0;
}
.poll fieldset label {
  font-size: 1.2em;
  line-height: 1.5;
  color: #776b68;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.poll fieldset button {
  margin-top: 18px;
}
.poll .pollQuestion {
  float: left;
  padding-right: 10px;
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 6px;
  color: #776b68;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.poll .pollResponse {
  float: right;
  padding-left: 10px;
  font-size: 1.2em;
  line-height: 1.5;
  margin-bottom: 18px;
  color: #776b68;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
#pollResults {
  left: -1000em;
  position: absolute;
}

/*
---

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;
  margin: 24px 0;
}
.paging ul:after {
  clear: both;
  content: '';
  display: table;
}
.paging .paging_numbers {
  text-align: center;
  position: relative;
  border-top: 1px solid #c4bdbb;
  border-bottom: 1px solid #c4bdbb;
  padding: 6px 0;
}
.paging .paging_numbers ul {
  display: inline-block;
  margin-bottom: 0;
}
.paging .paging_numbers li {
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 1;
  list-style: none;
  margin: 0 2px 0 0;
}
.paging .paging_numbers a,
.paging .paging_numbers span {
  background: transparent;
  border: 1px solid transparent;
  color: #005385;
  display: inline-block;
  font-size: 1.4em;
  line-height: 1.143;
  padding: 4px 5px;
}
.paging .paging_numbers a:hover,
.paging .paging_numbers span.on {
  background-color: #FFF;
  border: 1px solid #c4bdbb;
  color: #1E1E1E;
  text-decoration: none;
}
.paging .paging_numbers a:hover.previous,
.paging .paging_numbers span.on.previous,
.paging .paging_numbers a:hover.next,
.paging .paging_numbers span.on.next {
  color: #005385;
  text-decoration: underline;
}
.paging .paging_numbers .first {
  display: block;
  float: none;
  clear: both;
}
.paging .paging_numbers .first a:hover,
.paging .paging_numbers .first span.on {
  border: 0;
}
.paging .paging_numbers .last {
  float: none;
  display: block;
  clear: both;
}
.paging .paging_numbers .last a:hover,
.paging .paging_numbers .last span.on {
  border: 0;
}
.paging .paging_numbers .previous,
.paging .paging_numbers .next {
  background: url("/magazine/graphics/buttons/sprite.buttons.png") no-repeat 100% 0;
  border: 0;
  padding: 0;
  margin: 6px 0;
}
.paging .paging_numbers .next {
  width: 92px;
}
.paging .paging_numbers .previous {
  background-position: 0 -137px;
  padding-left: 11px;
}
.paging .paging_numbers .next {
  background-position: -47px -137px;
}
.paging .paging_numbers span.previous {
  background-position: 0 -201px;
  color: #D9D6D5;
}
.paging .paging_numbers span.next {
  background-position: -48px -201px;
  color: #D9D6D5;
}
.paging .paging_results {
  clear: left;
  padding-top: 6px;
}
.paging .paging_results:after {
  clear: both;
  content: '';
  display: table;
}
.paging .paging_results p {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.287;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.paging .paging_results p > * {
  margin-left: 2px;
  border-left: 1px solid #D9D6D5;
  padding-left: 6px;
  margin-left: 6px;
}
.paging .paging_results p > *:first-child {
  border-left-color: #1E1E1E;
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}
.paging .paging_results p > * > * {
  margin-left: 6px;
  border-left: 1px solid #1E1E1E;
  padding-left: 6px;
}
.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
===================================

...
*/
.ratings:after {
  clear: both;
  content: '';
  display: table;
}
.ratings .ratingsStar {
  background: url(/magazine/graphics/star.gif) 50% 0 no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 34px;
  margin: 0;
  padding: 0;
  text-indent: -1000em;
  width: 34px;
}
.ratings .ratingsStarOver,
.ratings .ratingsStarSelected {
  background-position: 50% 100%;
}
.ratings .ratingsCurrent {
  line-height: 34px;
}
.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 {
  background: transparent;
  margin-bottom: 30px;
  padding: 2px 0 0;
  border-top: 4px solid #c4bdbb;
}
#comments h2 {
  background: transparent;
  color: #1E1E1E;
  font-size: 1.4em;
  line-height: 1.715;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0 0 12px;
  padding: 0;
  margin: 0 0 18px;
}
#comments .comments_question {
  font-size: 1.6em;
  line-height: 1.5;
}
#comments .picture {
  float: left;
  margin: 0 20px 18px 0;
}
#comments li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  background: transparent;
  margin-bottom: 30px;
  padding: 2px 0 0;
  margin-bottom: 12px;
  padding-top: 12px;
  border-bottom: 1px solid #c4bdbb;
  padding-bottom: 11px;
}
#comments li:after {
  clear: both;
  content: '';
  display: table;
}
#comments li.even {
  background: none;
}
#comments li.on_hold {
  background: #F4D9D9;
  padding: 12px;
  border-bottom: 0;
}
#comments li.on_hold .meta {
  margin-bottom: 0;
}
#comments li.editor_comment {
  border: 1px solid #c4bdbb;
  padding: 11px 11px;
  margin-top: 28px;
  margin-bottom: 28px;
}
#comments li.editor_comment .byline {
  margin-bottom: 0;
}
#comments li.editor_comment p {
  margin-bottom: 0;
}
#comments p {
  margin-bottom: 6px;
}
#comments p.byline,
#comments p.meta {
  color: #776B67;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.5;
  margin: 6px 0;
  margin-top: 0;
}
#comments p.byline span {
  margin-left: 2px;
  border-left: 1px solid #D9D6D5;
  padding-left: 6px;
  margin-left: 8px;
}
#comments p.byline span:first-child {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}
#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;
}
#comments_form .loggedout .buttons {
  margin-bottom: 18px;
}

/*
---

name: Attachments

requires: [CSS.Lists]

provides: [CSS.Attachments]

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

...
*/
.gallery .options {
  height: 27px;
  min-height: 27px;
  border-top: 1px solid #c4bdbb;
  border-bottom: 1px solid #c4bdbb;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-weight: 400;
}
.gallery .options p {
  position: absolute;
  top: 0;
  margin-bottom: 0;
  color: #F8F8F8;
  padding: 4px 8px;
}
.gallery .options .counter {
  font-size: 1.2em;
  line-height: 1.5;
}
.gallery .options .toggle-caption {
  right: 0;
  color: #F8F8F8;
  cursor: pointer;
  font-size: 1.2em;
  line-height: 1.5;
}
.gallery .caption-hidden .caption {
  display: none;
}
.fullsize.inline_image {
  position: relative;
}
button.show-fullscreen {
  background: url(/magazine/graphics/fullscreen.png) 0 0 no-repeat;
  display: block;
  height: 24px;
  position: absolute;
  text-indent: -9999px;
  right: 0;
  top: 0;
  left: 0;
  width: 100px;
  border-radius: 0;
}
.inline_image .show-fullscreen {
  top: 23px;
}
.attachments {
  background: #2A2A2A;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 65536;
}
.attachments.single-image .gallery-attachments .controls {
  display: none;
}
.attachments .toolbar {
  background: #191919;
  border-bottom: 1px solid #999;
  height: 39px;
  padding: 10px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.attachments .toolbar ul {
  line-height: 1;
}
.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(/magazine/graphics/icons/sprite.icons.png) no-repeat 40px -3069px;
  border: 0;
  box-shadow: none;
  font: bold 12px/24px Arial, sans-serif;
  height: 12px;
  line-height: 1;
  position: fixed;
  right: 10px;
  text-align: left;
  top: 7px;
  width: 70px;
  padding: 0;
  margin: 6px 0;
}
.attachments .toolbar .close:HOVER {
  color: #FFF;
  opacity: 1;
  text-decoration: underline;
}
.attachments .main {
  background: #000;
  overflow: hidden;
}
.attachments .sleeve {
  position: relative;
  height: 100%;
}
.attachments .main .display {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: 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 {
  animation: loading 2s;
  background: url(/magazine/graphics/ajax_loader.gif) no-repeat 50% 50%;
  opacity: 1;
}
.attachments .main .loading img {
  visibility: hidden;
}
@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 .advert {
  padding: 15px 0;
}
.attachments .side .advert iframe {
  border: none;
  height: 250px;
  overflow: hidden;
  width: 300px;
}
.attachments .side .caption {
  text-transform: none;
}
.attachments .side .caption .heading {
  color: #FFF;
}
.attachments .side .caption p {
  color: #FFF;
  font: 1.4em/1.428 'Open Sans', sans-serif;
}
.attachments .side .caption p.credit {
  font-size: 1em;
  line-height: 1.6;
}
.attachments .side .caption p a {
  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 .gallery-attachments {
  overflow-x: auto;
}
.attachments-page .gallery-attachments .thumbs {
  display: none;
}
.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: 100%;
}
.js-disabled .side {
  margin-top: 18px;
}
.js-disabled .side:after {
  clear: both;
  content: '';
  display: table;
}
.js-disabled .side .advert {
  float: left;
  margin: 0 20px 18px 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: 12px;
  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: 95px;
}
.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: 6px;
}

