/*
---

name: Main

description: Main tag / class styles

provides: [CSS.Main]

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

...
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
html {
  font-size: 100%;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  color: #545454;
  font-family: 'minion-pro', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
blockquote,
dl,
dt,
dd,
form,
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 27px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
h1 {
  margin-bottom: 18px;
  font-size: 4.2em;
  line-height: 1.143;
}
h2 {
  font-size: 2.4em;
  line-height: 1.125;
}
h3 {
  font-size: 2.1em;
  line-height: 1.286;
}
h4 {
  font-size: 1.8em;
  line-height: 1;
}
h5,
h6 {
  font-size: 1.6em;
  line-height: 1.125;
}
p {
  margin-bottom: 27px;
  font-size: 1.6em;
  line-height: 1.125;
}
a:link,
a:visited {
  color: #005385;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
dl {
  font-size: 1.6em;
  line-height: 1.125;
  margin-bottom: 12px;
  width: 100%;
}
dt,
dd {
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
  padding-bottom: 6px;
}
dt {
  font-weight: bold;
  width: 24%;
}
dd {
  width: 74%;
}
hr {
  border: 0;
  border-bottom: 1px solid #d4d4d4;
  margin: 0 0 8px;
  line-height: 1px;
}
address {
  font-style: normal;
  font-size: 1.6em;
  margin: 0 0 9px;
}
address p {
  margin: 0;
}
abbr {
  border-bottom: 1px dotted #545454;
}
ul,
ol {
  padding-left: 34px;
  margin: 15px 0;
}
ul > li,
ol > li {
  margin-bottom: 6px;
  font-size: 1.6em;
  line-height: 1.125;
}
ul > li li,
ol > li li {
  font-size: 1em;
}
img {
  max-width: 100%;
}
.accessbility_buttons {
  display: none;
}
.printonly {
  display: none;
}
.inlineLeft {
  float: left;
  margin: 0 10px 9px 0;
  margin-bottom: 0;
}
.inlineRight {
  float: right;
  margin: 0 0 9px 10px;
}
.currentissue {
  margin-bottom: 15px;
}
.picture img {
  display: block;
}
.meta {
  margin: 9px 0;
  color: #878787;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.286;
}
.meta > span {
  margin-right: 3px;
  background: url(/magazine/graphics/decoration/generic.border.png) no-repeat right;
  padding-right: 5px;
}
.meta > span:last-child {
  margin-right: 0;
  padding-right: 0;
  background-image: none;
}

/*
---

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;
}
#mast_sleeve {
  padding: 15px 0;
}
#mast_sleeve:after {
  clear: both;
  content: '';
  display: table;
}
#logo {
  text-align: center;
  margin: 0 auto;
}
#logo a {
  display: block;
}
#print_logo {
  display: none;
}
#mastnav {
  float: right;
  margin: 0 0 20px;
  width: 900px;
}
#mastnav:after {
  clear: both;
  content: '';
  display: table;
}
#mastnav ul {
  margin: 0;
  padding: 0;
}
#mastnav li {
  float: left;
  list-style: none;
  margin: 0 0 0 15px;
}
#mastnav li a {
  float: left;
}
#mastnav li.first {
  margin-left: 0;
  padding-left: 0;
}
#mastsearch {
  float: right;
  margin: 0;
}
#mastsearch .formbox {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
#mastsearch label {
  left: -1000em;
  position: absolute;
}
#mastsearch .text {
  float: left;
  width: 268px;
  padding: 4px;
}
#mastsearch button {
  float: left;
  margin-left: 3px;
  padding: 0;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  background: #d4d4d4 url(/magazine/graphics/buttons/button.search.small.png) no-repeat;
  border-radius: 3px;
  background-position: center;
}
#mastsearch button:hover {
  background-color: #005385;
}
.mastHybrid {
  display: none;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.mastHybrid h4 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 9px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 4.2em;
  line-height: 1.103;
  color: #7fbad1;
}
.mastHybrid a {
  text-transform: uppercase;
}
.mastHybrid .button {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  padding: 5px 12px;
  font-size: 1.4em;
}
.mastHybrid span {
  display: inline-block;
  vertical-align: middle;
  margin: 12px 9px 0;
  font-size: 1.4em;
  line-height: 1.286;
  text-transform: uppercase;
}
.mastHybrid .sleeve {
  text-align: center;
  margin-top: 6px;
  border-bottom: 1px solid #d4d4d4;
  background-color: #f6f6f6;
}
.mastHybrid .sleeve p {
  font-size: 1.4em;
  line-height: 1.286;
  margin-bottom: 0;
  padding: 2px 12px 4px;
}
.mastHybrid.subscriber {
  text-align: center;
}
.mastHybrid.subscriber h4 {
  display: block;
  margin-right: 0;
  font-size: 2.7em;
  line-height: 1.407;
}
#mast_bar {
  margin: 32px 0 18px;
}
#content #mpu1-tablet,
#content #mpu1-mobile {
  margin-bottom: 42px;
}
#rightcolumn_sleeve > div {
  margin-bottom: 42px;
}
#rightcolumn_sleeve .branding {
  padding-top: 6px;
  padding-left: 21px;
  margin-bottom: 60px;
}
#rightcolumn_sleeve #mainright {
  margin-bottom: 0;
}
.mastNavContainer {
  background-color: #f6f6f6;
  border-bottom: 1px solid #d4d4d4;
  padding: 6px 0 8px;
}
.mastNavContainer:after {
  clear: both;
  content: '';
  display: table;
}
#mastnav,
.mastNavStyle1 {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  float: none;
  width: auto;
  margin: 0;
}
#mastnav a.dropdown,
.mastNavStyle1 a.dropdown {
  color: #000000;
  padding: 9px;
  display: block;
  font-size: 1.2em;
}
#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: 9px 10px;
  display: inline-block;
  background-size: 9px 11px;
  padding: 19px 2px 0 11px;
  position: absolute;
}
#mastnav ul,
.mastNavStyle1 ul {
  padding-top: 9px;
  float: left;
  text-transform: uppercase;
}
#mastnav ul li,
.mastNavStyle1 ul li {
  padding: 1px 6px;
  margin: 0;
  border-right: 1px solid #A5A5A5;
  font-size: 1.4em;
  line-height: 11px;
}
#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;
}
#footer {
  display: block;
}
#footer:after {
  clear: both;
  content: '';
  display: table;
}
#footer ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
#footer ul.hide {
  height: 0;
  overflow: hidden;
}
#footer .toolbar {
  display: block;
  background-color: #7093a0;
}
#footer .toolbar .btn {
  display: block;
}
#footer .toolbar .btn:hover {
  text-decoration: none;
}
#footer .toolbar .btn i {
  height: 42px;
  width: 50px;
  display: inline-block;
  float: right;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .toolbar .btn i.dropDownIcon {
  margin-right: 8px;
  width: 42px;
  height: 42px;
  background-image: url(/magazine/graphics/buttons/menu.png);
}
#footer .toolbar h2 {
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff;
  color: #000000;
  font-size: 1em;
  font-weight: normal;
  line-height: normal;
}
#footer .toolbar h2 a {
  color: #000000;
}
#footer .toolbar .header {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 2.65;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 18px;
}
#footer .subNav {
  background: #33515e;
}
#footer .sleeve ul li {
  list-style: none;
  list-style-position: outside;
}
#footer .nav {
  background-color: #33515e;
}
#footer .nav ul {
  padding-bottom: 12px;
}
#footer .nav ul li {
  list-style: none;
  list-style-position: outside;
  position: static;
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.25;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -4px -2152px;
  overflow: visible;
}
#footer .nav ul li a {
  border-right: 0;
  display: block;
  height: auto;
  line-height: 1;
  color: #ffffff;
  padding: 13px 12px 7px 36px;
  text-decoration: none;
}
#footer .nav ul li div {
  display: none;
}
#footer .nav ul.hide {
  padding-bottom: 0;
}
#footer .info {
  background: #33515e;
}
#footer .info h2 {
  color: #000000;
  font-size: 1.3em;
  padding: 15px 10px;
  margin-bottom: 0px;
}
#footer .info li {
  position: static;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.25;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -4px -2152px;
  border-right: 0;
  display: block;
  height: auto;
  line-height: 1;
  color: #ffffff;
  padding: 13px 12px 7px 36px;
  text-decoration: none;
  border-bottom: 0;
}
#footer .account {
  background-color: #ededed;
}
#footer .account ul {
  padding-bottom: 13px;
}
#footer .account h3 {
  font-size: 1.6em;
  font-weight: bold;
  padding: 11px 18px 13px;
  margin-bottom: 0;
  background-color: #f6f6f6;
  color: #545454;
}
#footer .account li {
  position: static;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.25;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -4px -2152px;
  border-right: 0;
  display: block;
  height: auto;
  line-height: 1;
  color: #ffffff;
  padding: 13px 12px 7px 36px;
  text-decoration: none;
  color: #545454;
  background: url(/magazine/graphics/list.style5.png) no-repeat 16px 17px;
  border-bottom: 0;
}
#footer .account li a {
  color: #005385;
}
#footer .mainsearch {
  display: block;
  background-color: #7093a0;
  border-bottom: 0;
}
#footer .mainsearch .formbox {
  margin-bottom: 0;
  border-bottom: 0;
  background-color: #33515e;
}
#footer .mainsearch fieldset {
  position: relative;
}
#footer .mainsearch label {
  display: none;
}
#footer .mainsearch input {
  width: 100%;
}
#footer .mainsearch button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
#footer .footerNav {
  border-top: 1px solid #ffffff;
}
#footer #FooterAccountNav {
  margin-top: 18px;
  margin-bottom: 18px;
}
#footer .sleeve {
  clear: both;
  margin-top: 18px;
  padding: 21px;
  background-color: #545454;
}
#footer .sleeve .footer-nav-items-container:after {
  clear: both;
  content: '';
  display: table;
}
#footer .sleeve .footer-nav-items {
  margin-bottom: 18px;
}
#footer .sleeve .footer-nav-items h3 {
  margin-bottom: 15px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.7em;
  color: #ffffff;
}
#footer .sleeve .footer-nav-items ul {
  padding-left: 0;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
#footer .sleeve .footer-nav-items li {
  font-size: 1.4em;
  line-height: 1.429;
  color: #d4d4d4;
  list-style: none;
  padding-left: 12px;
  background: url(/magazine/graphics/list.style2.png) no-repeat 0 5px;
}
#footer .sleeve .footer-nav-items li a {
  color: #d4d4d4;
}
#footer .sleeve .footer-social-items {
  padding-top: 12px;
}
#footer .sleeve .footer-social-items li {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 0;
  background: none;
}
#footer .sleeve .footer-social-items a {
  display: inline-block;
  padding: 1px 0 2px 33px;
  vertical-align: top;
  background: url(/magazine/graphics/decoration/sprite.social.png) no-repeat;
}
#footer .sleeve .footer-social-items .social-twitter a {
  background-position: -64px -63px;
}
#footer .sleeve .footer-social-items .social-facebook a {
  background-position: -14px -14px;
}
#footer .sleeve .footer-social-items .social-linkedin a {
  background-position: -112px -114px;
}
#footer p {
  margin-bottom: 0;
}
#footer .mainsearchFooter .formbox {
  margin-bottom: 0;
  border-bottom: 0;
  padding: 0;
  background-color: transparent;
}
#footer .mainsearchFooter .formbox label {
  left: -1000em;
  position: absolute;
}
#footer .mainsearchFooter .formbox .text {
  float: left;
  margin-right: 3px;
  width: 60%;
}
#footer .mainsearchFooter .formbox .text::-webkit-input-placeholder {
  color: #444;
}
#footer .mainsearchFooter .formbox button {
  padding: 0;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  background: #cccccc url(/magazine/graphics/buttons/button.search.png) no-repeat;
}
#footer .mainsearchFooter .formbox button:hover {
  background-color: #005385;
}
#footer .mainsearch {
  display: block;
  background-color: #7093a0;
  border-bottom: 0;
}
#footer .mainsearch .formbox {
  margin-bottom: 0;
  border-bottom: 0;
  background-color: #33515e;
}
#footer .mainsearch fieldset {
  position: relative;
}
#footer .mainsearch label {
  display: none;
}
#footer .mainsearch input {
  width: 100%;
}
#footer .mainsearch button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.topStories .first {
  padding-left: 0;
  background-image: none;
}
.M4-master #footer .sleeve {
  text-align: center;
}
.M4-master #footer h2 {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.7em;
}
.M4-master #footer h2,
.M4-master #footer p {
  color: #ffffff;
}
.M4-master #footer p {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.429;
}
.bottom {
  background-color: #222222;
  padding: 10px 12px 12px;
  text-align: center;
}
.bottom .seo_nav {
  margin-bottom: 0;
}
.bottom .seo_nav li {
  margin-left: 6px;
  padding-left: 9px;
  display: inline;
  list-style: none;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: normal;
  color: #d4d4d4;
  background: url(/magazine/graphics/decoration/seo.nav.border.png) no-repeat left;
}
.bottom .seo_nav li a {
  color: #d4d4d4;
}
.bottom .seo_nav li:first-child {
  margin-left: 0;
  background-image: none;
  padding-left: 0;
}
#footer .subNav,
#footer .footerNav,
#footer #FooterAccountNav {
  display: none;
}
.webvision {
  margin-bottom: 0;
  padding: 4px 0 9px;
  text-align: center;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.818;
  color: #545454;
}
.webvision a {
  color: #545454;
}
.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
===================================

...
*/
#content_wide {
  margin: 0 0 15px;
}
#content_wide:after {
  clear: both;
  content: '';
  display: table;
}
#columns {
  margin-top: 15px;
  margin-bottom: 15px;
}
#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: none;
}
.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;
}
/* Cookie policy information */
#cookiePolicy {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  z-index: 32769;
}
#cookiePolicy .sleeve {
  border: 1px solid #ffffff;
  border-top: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
  background-color: #545454;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  margin: 0 auto;
  padding: 7.5px 15px 15px;
}
#cookiePolicy .sleeve a,
#cookiePolicy .sleeve a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#cookiePolicy .sleeve:after {
  clear: both;
  content: '';
  display: table;
}
#cookiePolicy h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 2.7em;
  line-height: 1;
  clear: both;
}
#cookiePolicy .formbox {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  clear: none;
  border-bottom: 0;
}
#cookiePolicy .field {
  margin: 0 0 3px;
}
#cookiePolicy .continue {
  width: 108px;
}
.abacus-popup .cookiePolicy {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff, #c8c8c8);
  background: -ms-linear-gradient(top, #ffffff, #c8c8c8);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c8c8c8));
  background: -webkit-linear-gradient(top, #ffffff, #c8c8c8);
  background: linear-gradient(top, #ffffff, #c8c8c8);
  overflow: hidden;
  margin: -10px;
  padding: 20px;
}
.abacus-popup .cookiePolicy .continue {
  margin-left: 0;
}
.abacus-popup .cookiePolicy .continue.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=50)';
}
.abacus-popup .policyInformation {
  height: 200px;
  width: 96%;
  overflow: auto;
  border: 1px solid #000000;
  padding: 10px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.abacus-popup .policyInformation h2:first-child {
  left: -1000em;
  position: absolute;
}
.M5-master #columns #colmain {
  width: 100%;
}
.customMessage {
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
  background-color: #545454;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  margin: 0 auto;
  padding: 15px;
}
.customMessage.sticky {
  position: fixed;
  z-index: 1005;
  bottom: 0;
  width: 100%;
}
.customMessage .sleeve {
  max-width: 1180px;
  margin: auto;
}
.customMessage h2 {
  margin-bottom: 9px;
  color: #ffffff;
}
.customMessage h3 {
  margin-bottom: 9px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.125;
}
.customMessage li {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  list-style: none;
  padding-left: 15px;
  background: url(/magazine/graphics/list.style4.png) no-repeat left;
}

/*
---

name: Tables

requires: CSS.Main

provides: CSS.Tables

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
table {
  margin-bottom: 12px;
  color: #545454;
  background: #ededed;
  border-collapse: collapse;
  border: 1px solid #b0b0b0;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
table caption {
  background-color: #ffffff;
  border: 1px solid #b0b0b0;
  border-bottom: 0;
  padding: 12px;
  text-align: left;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1;
  color: #000000;
}
table th,
table td {
  font-size: 1.4em;
  line-height: 1;
  padding: 5px 12px 8px;
}
table tr {
  background: #ffffff;
}
table tr.odd {
  background: none;
}
table thead tr {
  background: none;
}
table thead th,
table thead td {
  font-weight: bold;
  text-align: left;
  background-color: #b0b0b0;
  color: #ffffff;
}
table tfoot td {
  background: #ededed;
}
table p {
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.286;
}
.table-full,
.table-left,
.table-right {
  margin: 0 0 15px;
  overflow-x: auto;
  overflow-y: hidden;
}
.table-full {
  clear: both;
}
.table-left,
.table-right {
  width: 70%;
}
.table-left {
  clear: both;
  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: 15px;
  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;
  padding-right: 23px;
}
.table-sortable thead th .table-th-sort-span {
  float: right;
  display: block;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: -15px;
  width: 10px;
  height: 7px;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -20px -1821px;
  content: '';
}
.table-sortable thead th.sortDesc .table-th-sort-span {
  background-position: -20px -1873px;
}
.table-sortable thead th.sortAsc,
.table-sortable thead th.sortDesc {
  background-color: #CCC;
}
.table-sortable thead th.table-th-sort {
  background-color: #CCC;
}
table td h1 {
  font-size: 3em;
}
table td h2 {
  font-size: 1.714em;
}
table td h3 {
  font-size: 1.5em;
}
table td h4 {
  font-size: 1.286em;
}
table td h5,
table td h6 {
  font-size: 1.143em;
}
table td ul ul,
table td ol ol {
  border-top: 9px;
}
table td ul,
table td ol {
  padding-left: 0;
}
table td ul > li,
table td ol > li {
  font-size: 1em;
  line-height: 1.286;
  list-style-position: outside;
  overflow: visible;
  margin-bottom: 9px;
  margin-left: 20px;
}
table td li p {
  margin-bottom: 0;
}
table td:after {
  clear: both;
  content: '';
  display: table;
}
table .inline_image_right {
  float: right;
  margin: 0 0 9px 10px;
}
table .inline_image_left {
  float: left;
  margin: 0 10px 9px 0;
}

/*
---

name: Buttons

requires: CSS.Main

provides: CSS.Buttons

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
button,
.button,
.read {
  background-color: #7fbad1;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6em;
  line-height: 1.125;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  outline: 0;
  margin: 0;
  padding: 7px 20px 11px;
  text-align: center;
  text-transform: uppercase;
  transform: translate3d(0, 0, 0);
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  -o-transition: background-color 0.25s ease-in;
  -webkit-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
button:hover,
.button:hover,
.read:hover,
button:focus,
.button:focus,
.read:focus {
  background-color: #005385;
  outline: none;
  text-decoration: none;
}
button + button,
.button + button,
.read + button,
button + .button,
.button + .button,
.read + .button {
  margin-left: 5px;
}
a.button {
  color: #ffffff;
}
button::-moz-focus-inner {
  border: 0;
}
.button[type="image"] {
  padding: 0;
}
.appStore,
.googlePlay {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  text-indent: -9999px;
  background: url(/magazine/graphics/decoration/store.sprite.png) no-repeat;
}
.appStore {
  width: 120px;
  height: 36px;
  background-position: -51px -50px;
}
.appStore.buttonLarge {
  vertical-align: top;
  margin-top: 0;
  margin-right: 3px;
  width: 135px;
  height: 40px;
  background-position: -51px -250px;
}
.googlePlay {
  width: 110px;
  height: 38px;
  background-position: -51px -151px;
}
.googlePlay.buttonLarge {
  vertical-align: top;
  margin-top: 0;
  margin-right: 3px;
  width: 136px;
  height: 47px;
  background-position: -51px -350px;
}
.myathens,
.shibboleth {
  margin-bottom: 9px;
  margin-left: 0;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
}
.myathens + a,
.shibboleth + a {
  margin-bottom: 0;
}
.myathens {
  background: url(/magazine/graphics/websubs/open-athens-only.png) no-repeat center center;
  min-width: 150px;
  text-indent: -9999px;
}
.shibboleth {
  background: url(/magazine/graphics/websubs/shibboleth-only.png) no-repeat center center;
  min-width: 150px;
  text-indent: -9999px;
}
.subsbuttons {
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
  margin-bottom: 8px;
  padding-bottom: 12px;
}
.subsbuttons p {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.subsbuttons a {
  display: block;
  background-color: #ffffff;
}
.subsbuttons a:hover {
  background-color: #ffffff;
}
.subsbuttons .button + .button {
  margin-left: 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;
  margin-bottom: 42px;
  border-bottom: 1px solid #d4d4d4;
  padding: 18px 12px 27px;
  background-color: #f6f6f6;
}
.formbox h2 {
  margin-bottom: 18px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.7em;
  line-height: 1;
}
.formbox .alert {
  text-align: right;
}
.formbox .alert p {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.286;
}
.formbox .field {
  clear: both;
  margin: 0 0 18px;
}
.formbox .field:after {
  clear: both;
  content: '';
  display: table;
}
.formbox .text,
.formbox select {
  background: #ffffff;
  border: 1px solid #d4d4d4;
  color: #545454;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.286;
  padding: 8px;
  width: 95%;
}
.formbox .text:focus,
.formbox select:focus {
  background: #ffffb7;
  border-color: #878787;
}
.formbox [type="password"].text {
  font-family: 'minion-pro', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-style: normal;
  font-weight: 400;
}
.formbox select,
.formbox select.text {
  padding: 6px;
}
.formbox label,
.formbox .label {
  float: left;
  font-size: 1.4em;
  line-height: 1.286;
  margin: 3px 10px 0 0;
  width: 100%;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-weight: bold;
}
.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: 3px;
  vertical-align: top;
}
.formbox p .mandatory {
  float: none;
  padding: 0;
}
.formbox .info {
  font-size: 1.4em;
  line-height: 1.286;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.formbox .button,
.formbox button {
  margin-left: 0;
}
.formbox .button + .button,
.formbox button + .button,
.formbox .button + button,
.formbox button + button {
  margin-left: 6px;
}
.formbox .nomainlabel .button,
.formbox .nomainlabel button {
  margin-left: 0;
}
.formbox .fieldtips,
.formbox .additionalInfo {
  display: block;
  font-size: 1.6em;
  line-height: 1.125;
  padding: 3px 0 0 0;
}
.formbox label .fieldtips {
  font-size: 1em;
}
.formbox .text_field {
  float: left;
  margin-bottom: 0;
}
.formbox .field div {
  margin-left: 0px;
}
.formbox .field div label {
  float: none;
  margin-top: 0;
}
.formbox .field div:first-of-type label {
  display: inline-block;
  margin-top: 3px;
  width: auto;
}
.formbox .field .field_text {
  margin-bottom: 12px;
  padding: 3px 0 0;
  font-size: 1.4em;
  line-height: 1.286;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.formbox .field:last-child {
  margin-bottom: 0;
}
.formbox.signIn {
  margin-bottom: 12px;
  border-bottom: 1px solid #d4d4d4;
  background: 0;
  padding: 0 0 12px;
}
.formbox.signIn .options input,
.formbox.signIn .options label {
  float: left;
  width: auto;
  padding-top: 0;
  margin-top: 0;
}
.formbox.signIn .field.option1 {
  display: block;
}
.formbox.signIn .field.hide {
  display: none;
}
.formbox.signIn .toggleForm > h2 {
  padding: 18px 30px;
  margin-bottom: 3px;
  position: relative;
  background-color: #f6f6f6;
}
.formbox.signIn .toggleForm > h2:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 22px;
  top: 22px;
  left: 0;
  background: url(/magazine/graphics/list.style1.png) no-repeat 15px 50%;
}
.formbox.signIn .toggleForm > h2 a {
  text-decoration: none;
}
.formbox.signIn .toggleForm > div {
  padding: 18px 30px;
  display: none;
}
.formbox.signIn .toggleForm.active > h2 {
  padding-bottom: 0;
}
.formbox.signIn .toggleForm.active > h2:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  background-position: 10px 2px;
}
.formbox.signIn .toggleForm.active > h2,
.formbox.signIn .toggleForm.active > div {
  background-color: #E3F0F4;
  margin-bottom: 0;
  background-position: 18px 26px;
}
.formbox.signIn .toggleForm.active > div {
  display: block;
  margin-bottom: 3px;
}
.formbox.signIn .field div:first-of-type label {
  width: 100%;
}
.formbox .field .checkgroup div,
.formbox .field .radiogroup div,
.formbox .nomainlabel div {
  margin-left: 0;
}
.formbox .field .errorbox {
  margin-left: 0;
}
.formbox .errorbox {
  background: url(/magazine/graphics/decoration/validation-bg.png) no-repeat 18% bottom;
  margin: 0;
  padding-bottom: 15px;
}
.formbox .errorbox div.errorbox_sleeve {
  background: #ce181e;
  margin: 0;
  padding: 3px 6px 5px;
}
.formbox .errorbox p {
  margin: 0;
  color: #ffffff;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.286;
  font-weight: bold;
}
.formbox .errorbox ~ .text,
.formbox .errorbox ~ [type=text],
.formbox .errorbox ~ [type=password] {
  border-color: #ce181e;
}
.formbox .errorbox[style="display: none;"] ~ .text,
.formbox .errorbox[style="display: none;"] ~ [type=text],
.formbox .errorbox[style="display: none;"] ~ [type=password] {
  border-color: #d4d4d4;
}
.formbox .errorbox_large {
  margin: 0 0 24px;
}
.formbox .errorbox_large > h3,
.formbox .errorbox_large > h2 {
  margin-bottom: 15px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.125;
  color: #ce181e;
}
.formbox .errorbox_large label {
  float: none;
}
.formbox .errorbox_large ul {
  margin: 0;
  padding-left: 0;
}
.formbox .errorbox_large li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  background: url(/magazine/graphics/list.style1.png) no-repeat 0 50%;
  margin: 0 0 12px;
  padding-left: 12px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #ce181e;
}
.formbox .errorbox_large li label {
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.125;
}
.formbox .error select,
.formbox .error .text {
  border-color: #ce181e;
}
.formbox .tip h3 {
  display: inline-block;
  margin-bottom: 3px;
  font-family: 'minion-pro', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.455;
  cursor: pointer;
}
.formbox .tip h3:hover {
  text-decoration: underline;
}
.formbox .tip p {
  left: -1000em;
  position: absolute;
}
.register {
  margin-bottom: 27px;
}
.register h2 {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.286;
}
.register p {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.286;
}
/* HUMAN TEST, ROBOT TEST */
.human_test .text {
  margin-left: 0px;
}
.human_test label {
  margin: 0 0 9px;
  width: 100%;
}
.human_test strong {
  padding: 3px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.333em;
  line-height: 1;
}
.human_test span {
  padding: 0;
}
.securityfilter {
  display: none;
}
.formOptions {
  clear: both;
  content: '';
  display: table;
  min-width: 250px;
}
.formOptions label {
  font-size: 1em;
}
.formOptions label,
.formOptions + label {
  margin: 0;
  width: 100%;
}
label[for="SIRememUserName"] {
  font-size: 1.4em;
}
.formbox .termsandconditions {
  padding-top: 15px;
}
.formbox .termsandconditions button {
  margin-left: 0;
}
.forgottenpassword {
  font-size: 1.6em;
  line-height: 1.125;
}
.formbox .field.forgottenpassword {
  margin-bottom: 0;
}
.feedback_box {
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 15px;
  padding-bottom: 21px;
}
.feedback_box p {
  margin-bottom: 6px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.formbox .madgex-sso {
  background-color: #f6f6f6;
  margin-bottom: 3px;
  padding: 6px 14px;
}
.formbox .madgex-sso p {
  margin-bottom: 0;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.286;
}
.formbox .madgex-sso p a {
  font-weight: bold;
}
.abacus-popup .register {
  margin-bottom: 9px;
}
.abacus-popup .field.forgottenpassword {
  margin-top: -12px;
}
.abacus-popup .formbox .field > label {
  text-align: left;
}

/*
---

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 .tabsStyle1 {
  margin: 0;
  border-bottom: 1px solid #d4d4d4;
  background-color: #f6f6f6;
  box-shadow: inset 0 -1px 0 #ffffff;
}
.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;
  overflow: visible;
}
.tabs .tabsStyle1 li h2 {
  float: left;
  margin: 0;
  border-bottom: 1px solid #d4d4d4;
  padding: 0 14px;
  height: 42px;
  background: #f6f6f6;
  color: #005385;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 2.450;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 #ffffff;
  float: none;
  border-bottom: 0;
}
.tabs .tabsStyle1 li.selected h2 {
  background: #ffffff;
  color: #545454;
  cursor: default;
  position: relative;
}
.tabs .tabsStyle1 li.selected h2:after,
.tabs .tabsStyle1 li.selected h2:before {
  bottom: -1px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tabs .tabsStyle1 li.selected h2:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}
.tabs .tabsStyle1 li.selected h2:before {
  border-color: rgba(212, 212, 212, 0);
  border-bottom-color: #d4d4d4;
  border-width: 7px;
  margin-left: -7px;
}
.tabs .tabsStyle1 li.selected h2 a {
  color: #545454;
}
.tabbedblocks {
  background-color: #f6f6f6;
}
.tabbedblocks:after {
  clear: both;
  content: '';
  display: table;
}
.tabbedblocks ul {
  margin: 0;
  padding: 0;
}
.tabbedblocks .block > h2,
.tabbedblocks .block > h3 {
  float: left;
  margin: 0;
  border-bottom: 1px solid #d4d4d4;
  padding: 0 14px;
  height: 42px;
  background: #f6f6f6;
  color: #005385;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 2.450;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 #ffffff;
  text-decoration: none;
}
.tabbedblocks .block > h2:hover,
.tabbedblocks .block > h3:hover,
.tabbedblocks .block > h2:focus,
.tabbedblocks .block > h3:focus {
  text-decoration: underline;
}
.tabbedblocks .content {
  left: -1000em;
  position: absolute;
  margin-top: 41px;
  margin-bottom: 0;
  border-top: 1px solid #d4d4d4;
  padding-top: 19px;
}
.tabbedblocks .content li {
  margin-bottom: 9px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.313;
  list-style: none;
  background: url(/magazine/graphics/list.style1.png) no-repeat 0 5px;
  padding-left: 12px;
}
.tabbedblocks .selected > h2,
.tabbedblocks .selected > h3 {
  background: #ffffff;
  color: #545454;
  cursor: default;
  position: relative;
}
.tabbedblocks .selected > h2:after,
.tabbedblocks .selected > h3:after,
.tabbedblocks .selected > h2:before,
.tabbedblocks .selected > h3:before {
  bottom: -1px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.tabbedblocks .selected > h2:after,
.tabbedblocks .selected > h3:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}
.tabbedblocks .selected > h2:before,
.tabbedblocks .selected > h3:before {
  border-color: rgba(212, 212, 212, 0);
  border-bottom-color: #d4d4d4;
  border-width: 7px;
  margin-left: -7px;
}
.tabbedblocks .selected > h2:hover,
.tabbedblocks .selected > h3:hover,
.tabbedblocks .selected > h2:focus,
.tabbedblocks .selected > h3:focus {
  text-decoration: none;
}
.tabbedblocks .selected .content {
  clear: right;
  float: right;
  left: auto;
  position: static;
  margin-left: -100%;
  width: 100%;
  background-color: #ffffff;
}
.js-disabled #wrapper .tabbedblocks .block {
  margin-bottom: 15px;
}
.js-disabled #wrapper .tabbedblocks .block > h2,
.js-disabled #wrapper .tabbedblocks .block > h3 {
  float: left;
  margin: 0;
  border-bottom: 1px solid #d4d4d4;
  padding: 0 14px;
  height: 42px;
  background: #f6f6f6;
  color: #005385;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 2.450;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 #ffffff;
  float: none;
  margin-right: 0;
}
.js-disabled #wrapper .tabbedblocks .block.selected .content {
  float: none;
}
.js-disabled #wrapper #content .tabbedblocks .content {
  left: auto;
  margin: 0;
  position: static;
}
.js-disabled #wrapper #top .tabbedblocks .content,
.js-disabled #wrapper #foot .tabbedblocks .content,
.js-disabled #wrapper #main .tabbedblocks .content,
.js-disabled #wrapper #rightcolumn .tabbedblocks .content {
  position: static;
  left: auto;
  margin: 0;
  width: auto;
}

/*
---

name: Popups

provides: CSS.Popups

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.abacus-popup {
  background: #ffffff;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  top: 20px;
  width: 100px;
  z-index: 65536;
}
.abacus-popup .abacus-close {
  background: url(/magazine/graphics/buttons/sprite.buttons.png) no-repeat -2px -340px;
  cursor: pointer;
  float: right;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-indent: -1000em;
  margin: 9px 9px 0 0;
}
.abacus-popup .sleeve {
  border: 2px solid #000000;
  padding: 9px;
}
.abacus-popup.loading {
  background: #ffffff url(/magazine/graphics/ajax_loader_white.gif) no-repeat 50% 50%;
}
.abacus-popup.loading * {
  visibility: hidden;
}
.abacus-popup .videoblock {
  margin: 20px 0;
}
.abacus-popup form .field > label {
  text-align: right;
}
.abacus-popup-overlay {
  background: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: 'progid:DXImageTransform.Microsoft.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: 9px 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: 3px;
}
.footer_ad {
  margin: 0 0 42px;
}
.footer_ad .ad {
  display: table;
  margin: 0 auto;
}
.footer_ad .small {
  margin-top: 9px;
}
.footer_ad_strip:after {
  clear: both;
  content: '';
  display: table;
}
#rightcolumn .ad {
  clear: both;
}
.ad {
  display: table;
  margin: 0 auto;
}
.ad img {
  display: block;
  width: 100%;
}
.siteBanner,
.storyTop1 {
  margin-bottom: 39px;
}
.siteBanner {
  width: 100%;
}
/**/
.sponsoredAd {
  width: 100%;
  padding-bottom: 3px;
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  margin-top: 4px;
  position: relative;
}
.sponsoredAd:after {
  clear: both;
  content: '';
  display: table;
}
.sponsoredAd p {
  margin-bottom: 0;
}
.sponsoredAd .heading {
  width: 55%;
  padding-right: 18px;
  margin-bottom: 0;
  position: absolute;
  bottom: 12px;
  line-height: 1.2;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 300;
}
.sponsoredAd .sub {
  float: right;
}
.sponsoredAd .sub .text {
  width: 120px;
  height: 60px;
  float: right;
  position: relative;
}
.sponsoredAd .sub .text:before {
  content: '';
  width: 250px;
  height: 1px;
  margin-left: -6px;
  position: absolute;
  top: -1px;
  left: 100%;
  z-index: 1;
  background: #fff;
}
.sponsoredAd .sub .text p {
  position: absolute;
  bottom: 6px;
  line-height: 1.333;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  color: #535353;
}
.sponsoredAd .sub .image {
  width: 180px;
  height: 60px;
  float: right;
  position: relative;
}
.sponsoredAd .sub .image img {
  width: auto;
  position: absolute;
  bottom: 6px;
  right: 0;
  z-index: 2;
}
[id="rightcolumn"] .sponsoredAd {
  padding: 24px 0;
}
[id="rightcolumn"] .sponsoredAd .heading {
  width: 100%;
  position: static;
  margin-bottom: 18px;
}
[id="rightcolumn"] .sponsoredAd .sub {
  width: 100%;
  float: left;
  clear: both;
}
[id="rightcolumn"] .sponsoredAd .sub .text {
  padding-left: 0;
  float: left;
}
.grid .sponsoredSpinItem {
  clear: both;
  background-color: #f6f6f6;
  border-bottom: 1px solid #d4d4d4;
}
.grid .sponsoredSpinItem img {
  vertical-align: top;
}
.grid .sponsoredSpinItem + .more {
  margin-top: -1px;
  padding-top: 24px;
}
.pagetext {
  padding: 12px;
  background: #f6f6f6;
}
.pagetext .more,
.pagetext p.more {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.333;
}
.inlineAdvert {
  margin-bottom: 24px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 9px 0 15px;
  text-align: center;
}
.inlineAdvert .announce {
  margin: 0;
  padding-bottom: 6px;
  font-size: 1.4em;
  line-height: 1;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #878787;
  text-align: center;
}
.inline_image + .inlineAdvert {
  border-top: 0;
  padding-top: 18px;
}
.twocolumn .column1_sleeve > .pagetext,
.twocolumn .column2_sleeve > .pagetext {
  margin-bottom: 15px;
}
.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: 15px 0;
}
.pageOptions ul {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  margin: 0;
  padding: 18px 0;
  text-align: center;
}
.pageOptions ul:after {
  clear: both;
  content: '';
  display: table;
}
.pageOptions li {
  list-style: none;
  display: inline;
  margin: 0 18px 0 0;
  padding: 0;
  line-height: 16px;
}
.pageOptions li.last {
  margin-right: 0;
}
.pageOptions li .addthis_toolbox.addthis_default_style {
  display: inline-block;
  vertical-align: top;
}
.pageOptions a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 24px;
  text-indent: -9999px;
}
.pageOptions a.icon {
  background: url(/magazine/graphics/decoration/sprite.pageoptions.png) no-repeat;
}
.pageOptions a.print {
  background-position: -13px -14px;
}
.pageOptions a.print:hover,
.pageOptions a.print:focus {
  background-position: -13px -64px;
}
.pageOptions a.addthis_button_compact {
  background: url(/magazine/graphics/decoration/sprite.pageoptions.png) no-repeat;
  background-position: -65px -13px;
}
.pageOptions a.addthis_button_compact:hover,
.pageOptions a.addthis_button_compact:focus {
  background-position: -61px -64px;
}
.pageOptions a.email {
  background-position: -113px -14px;
}
.pageOptions a.email:hover,
.pageOptions a.email:focus {
  background-position: -113px -64px;
}
.pageOptions a.comment {
  background-position: -161px -14px;
}
.pageOptions a.comment:hover,
.pageOptions a.comment:focus {
  background-position: -163px -64px;
}
.pageOptions a.rate {
  background-position: -212px -14px;
}
.pageOptions a.rate:hover,
.pageOptions a.rate:focus {
  background-position: -212px -64px;
}
.pageOptions a.save {
  background-position: -263px -14px;
}
.pageOptions a.save:hover,
.pageOptions a.save:focus {
  background-position: -263px -65px;
}
.pageOptions a.printfriendly {
  width: 51px;
  background-position: -313px -14px;
}
.pageOptions a.printfriendly:hover,
.pageOptions a.printfriendly:focus {
  background-position: -313px -65px;
}

/*
---

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;
  color: #878787;
  font-size: 1.1em;
  height: 16px;
  line-height: 1.455;
  margin: 0;
  padding: 0 0 0 22px;
}
span.access {
  background-position: 0 -645px;
}
span.audio {
  background-position: -17px -520px;
}
span.blank {
  background-position: 0 -777px;
}
span.excel,
span.xls,
span.xlsx {
  background-position: 0 -843px;
}
span.flash {
  background-position: 0 -909px;
}
span.pdf {
  background-position: 0 -1104px;
}
span.picture {
  background-position: 0 -1170px;
}
span.powerpoint {
  background-position: 0 -1234px;
}
span.txt {
  background-position: 0 -777px;
}
span.video {
  background-position: -17px -1119px;
}
span.webPage {
  background-position: 0 -1564px;
}
span.winMedia {
  background-position: 0 -1630px;
}
span.word,
span.doc,
span.docx {
  background-position: 0 -1696px;
}
span.zip {
  background-position: 0 -1762px;
}
span.subscription {
  background-position: -20px -1418px;
}
/* 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
===================================

...
*/
.tabbedblocks .content .listBlocks li {
  padding-bottom: 21px;
  margin-bottom: 0;
  padding-left: 0;
  background-image: none;
}
.tabbedblocks .content .listBlocks li:first-child {
  margin-top: 0;
  padding-top: 8px;
}
.listBlocks ul,
.listBlocks ol {
  margin: 0;
  padding: 0;
}
.listBlocks li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 15px;
  padding-bottom: 14px;
  margin-top: 24px;
  padding-bottom: 26px;
}
.listBlocks li:after {
  clear: both;
  content: '';
  display: table;
}
.listBlocks li:last-child {
  border-bottom: 0;
}
.listBlocks h2 {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #545454;
  margin: 0 0 9px;
}
.listBlocks h4 {
  margin: 0;
}
.listBlocks p {
  font-family: 'minion-pro', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 9px;
  color: #545454;
}
.listBlocks .meta {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #878787;
}
.listBlocks .meta + .meta {
  margin-top: -6px;
}
.listBlocks .moreinfo.meta .postTags {
  padding-left: 6px;
}
.listBlocks .picture,
.listBlocks p.picture {
  float: right;
  margin: 0 0 9px 10px;
}
.listBlocks .block {
  margin: 0 0 15px;
}
.listBlocks .subBlock {
  margin: 0 0 27px;
}
.listBlocks .subBlock h3 {
  margin-bottom: 12px;
}
.listBlocks .blockTitle p {
  background: url(/magazine/graphics/b_red_plus.gif) no-repeat 0 8px;
  padding: 3px 3px 3px 14px;
}
.listBlocks .more {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.5;
  clear: both;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #d4d4d4;
  text-transform: uppercase;
}
.listBlocks .more a {
  padding-right: 9px;
  background: url(/magazine/graphics/buttons/sprite.buttons.png) no-repeat right -496px;
  color: #545454 !important;
}
.listBlocks .more a:hover {
  color: #005385 !important;
}
.users_blogs h3 {
  margin-bottom: 12px;
}
.users_blogs h4 {
  margin-bottom: 0;
  font-size: 1em;
  line-height: normal;
}
.listBlocksStyle1 li {
  padding-left: 10px;
  padding-right: 10px;
}
.listBlocksStyle1 li.feature {
  border: 1px solid #ce181e;
  padding: 5px 10px;
}
.listBlocksStyle2 li {
  padding-right: 30px;
  position: relative;
}
.listBlocksStyle2 li.first {
  margin-top: 0;
}
.listBlocksStyle2 li.last,
.listBlocksStyle2 li:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.listBlocksStyle2 li p {
  margin: 9px 0;
  color: #878787;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.286;
}
.listBlocksStyle2 .deleteItem {
  background: url('/magazine/graphics/buttons/sprite.buttons.png') no-repeat 0 -408px;
  height: 16px;
  display: inline-block;
  text-indent: -1000em;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
}
/* Inline list */
.listInline {
  margin-bottom: 15px;
}
.listInline ul:after {
  clear: both;
  content: '';
  display: table;
}
.listInline li {
  float: left;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  list-style: none;
  margin: 0;
  line-height: 1.6875;
}
.listInline a,
.listInline span {
  color: #005385;
  display: inline-block;
  padding: 0 9px;
}
.listInline a:hover,
.listInline span.on {
  color: #005385;
  text-decoration: underline;
}

/*
---

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 9px;
  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%;
}
.audioblock {
  clear: both;
}

/*
---

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 42px;
}
.box ul,
.box ol {
  padding: 0;
  margin: 0;
}
.box h2 {
  margin-bottom: 18px;
  font-size: 2.7em;
  line-height: 1;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0 0 18px;
}
.box li {
  list-style: none;
  margin-bottom: 18px;
  padding-left: 12px;
  background: url(/magazine/graphics/list.style1.png) no-repeat left 5px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125;
}
.box li.selected {
  background: none;
  padding-left: 0;
}
.box li:after {
  clear: both;
  content: '';
  display: table;
}
.box li.last {
  margin-bottom: 0;
}
.box li .picture {
  float: left;
  margin-right: 12px;
}
.box.style1 {
  border: 1px solid #d4d4d4;
  padding: 10px 15px 27px;
  background-color: #f6f6f6;
}
.box.style1 ul {
  margin-bottom: 3px;
}
.box.style1.sponsoredItem .picture img {
  max-width: auto;
  width: 100%;
  display: block;
  margin: 0 auto 15px;
}
.box.style1.sponsoredItem h4 {
  margin-bottom: 9px;
  color: #005385;
}
.box.style1.sponsoredItem p {
  margin-bottom: 12px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.286;
}
.box.style1.sponsoredItem .sponsor span {
  display: block;
  padding-bottom: 3px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.167;
}
.box.style2 {
  border-bottom: 1px solid #d4d4d4;
  padding: 9px 9px 15px;
  background-color: #f6f6f6;
}
.box.style2 .sleeve > h2 {
  font-size: 1.8em;
  line-height: 1.333;
}
/* EXTRAS */
.extras {
  margin-bottom: 42px;
}
.extras.relatedjobs {
  margin-bottom: 0;
}
.extras h2 {
  margin-bottom: 18px;
  font-size: 2.7em;
  line-height: 1;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
}
.extras ul {
  margin: 0;
  padding: 0;
}
.extras li {
  list-style: none;
  margin-bottom: 18px;
  padding-left: 12px;
  background: url(/magazine/graphics/list.style1.png) no-repeat left 5px;
}
.extras li .jobLocation,
.extras li .icon,
.extras li .date {
  margin: 9px 0;
  color: #878787;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.286;
  display: block;
  margin: 9px 0 0;
  font-size: .875em;
  line-height: 1.142;
}
.extras li .icon {
  background: none;
  padding-left: 0;
}
.extras h3 {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.125;
  margin: 0;
}
.extras p {
  color: #545454;
  margin: 0 0 9px;
}
.extras p:after {
  clear: both;
  content: '';
  display: table;
}
.extras p img {
  float: left;
  margin: 0 10px 9px 0;
  margin-right: 5px;
}
.extras p.more {
  padding: 0 0 8px;
  border-bottom: 1px solid #d4d4d4;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.5;
  text-transform: uppercase;
}
.extras p.more a {
  padding-right: 9px;
  background: url(/magazine/graphics/buttons/sprite.buttons.png) no-repeat right -496px;
  color: #545454 !important;
}
.extras p.more a:hover {
  color: #005385 !important;
}
.extras .picture {
  margin-bottom: 0;
}
.extras .picture img {
  margin-bottom: 3px;
}
.extras.relatedaudio .icon {
  padding-left: 0;
}
/* SPIN2 NEWSLETTER WIDGET */
#newsletter_block label {
  float: none;
  display: block;
  margin-top: 0;
  width: auto;
  margin-right: 0;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.125;
  color: #005385;
  cursor: pointer;
}
#newsletter_block p {
  margin-bottom: 21px;
}
#newsletter_block .hide {
  left: -1000em;
  position: absolute;
}
#newsletter_block .text {
  background: #ffffff;
  border: 1px solid #d4d4d4;
  color: #545454;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.286;
  padding: 8px;
  float: left;
  margin-right: 3px;
  width: 76%;
}
#newsletter_block .text:focus {
  background: #ffffb7;
  border-color: #878787;
}
#newsletter_block button {
  float: left;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  margin: 0;
  border-radius: 2px;
  padding: 0;
  background: url(/magazine/graphics/buttons/button.go.png) no-repeat;
  background-color: #7fbad1;
}
#newsletter_block button:hover {
  background-color: #005385;
}

/*
---

description: A plugin for enabling autocomplete of a text input or textarea.

authors:
 - Fábio Miranda Costa

license: MIT-style license

name: AutoComplete

provides: [CSS.AutoComplete]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.ma-container {
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  color: #000000;
  position: absolute;
  visibility: hidden;
  overflow: hidden;
}
.ma-container ul {
  margin: 11px 3px 12px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
}
.ma-container li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  cursor: pointer;
  float: left;
  font-size: 1.4em;
  line-height: 1.143;
  overflow: hidden;
  padding: 9px 6px;
  width: 100%;
  text-transform: capitalize;
}
.ma-container li.hide {
  display: none;
}
.ma-container li a {
  display: block;
}
.ma-container .ma-hover {
  background-color: #e6f8fd !important;
}
.ma-container .ma-even {
  background-color: #fff;
}
.ma-loading {
  background-color: #fafba4;
}
.ma-selected {
  background-color: #ccfda8;
}

/*
---

name: Hot Topics

provides: CSS.HotTopic

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

...
*/
.hotTopics {
  padding: 15px 12px;
  background-color: #f6f6f6;
}
.hotTopics h2 {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 12px;
}
.hotTopics ul,
.hotTopics ol {
  margin: 0;
  padding: 0;
}
.hotTopics li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.125;
  background: #ffffff;
  outline: 1px solid #ffffff;
  margin-bottom: 6px;
  position: relative;
}
.hotTopics li > span {
  display: block;
  height: 1.6em;
  background-color: #e5f1f6;
}
.hotTopics li > a {
  position: absolute;
  margin-top: -22px;
  margin-left: 4px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hotTopics .button {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  padding: 5px 12px;
  font-size: 1.4em;
  line-height: 1.286;
  margin-bottom: 12px;
}

/*
---

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: RegistrationComplete

description: Guess!

provides: [CSS.RegistrationComplete]

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

...
*/
.promotionalStories {
  display: none;
  margin-bottom: 3px;
  background-color: #f6f6f6;
  padding: 23px 12px 31px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
}
.promotionalStories ol {
  margin: 0;
  padding: 0;
}
.promotionalStories ol:after {
  clear: both;
  content: '';
  display: table;
}
.promotionalStories .picture {
  float: left;
  margin-right: 12px;
}
.promotionalStories li {
  float: left;
  margin-bottom: 0;
  list-style: none;
}
.promotionalStories .last {
  margin-right: 0;
}
.promotionalStories h3 {
  margin-bottom: 9px;
  font-size: 1.500em;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.167;
  color: #545454;
}
.promotionalStories p {
  margin-bottom: 0;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: .875em;
  line-height: 1.286;
}
.promotionalStories a:hover {
  text-decoration: none;
}
.promotionalStories a:hover p {
  text-decoration: underline;
}

/*
---

name: Navigation (style 2)

description: Navigation

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

provides: [CSS.Navigation.Style2]

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

...
*/
.navStyle2 {
  margin-bottom: 32px;
  background-color: #5d808e;
  clear: both;
  position: relative;
  z-index: 1001;
}
.navStyle2:after {
  clear: both;
  content: '';
  display: table;
}
.navStyle2 h2,
.navStyle2 h3 {
  font-size: 1em;
  color: #545454;
}
.navStyle2 h2 {
  margin-bottom: 12px;
}
.navStyle2 h3 {
  font-size: 1em;
  line-height: 1.25;
}
.navStyle2 p {
  margin-bottom: 12px;
  font-size: .889em;
  font-weight: normal;
}
.navStyle2 .meta {
  display: none;
}
.navStyle2 ul.main > li {
  overflow: visible;
  font-size: 1.8em;
}
.navStyle2 ul.main > li > div {
  position: absolute;
  border: 1px solid #5d808e;
  box-shadow: -1px 5px 4px rgba(0, 0, 0, 0.3);
}
.navStyle2 ul.main > li > div > ul {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navStyle2 ul.main > li > div > ul:after {
  clear: both;
  content: '';
  display: table;
}
.navStyle2 ul.main > li:hover > a {
  position: relative;
  z-index: 2;
  border: 1px solid #5d808e;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  color: #545454;
  margin-top: 1px;
  padding-top: 9px;
}
.navStyle2 ul.main > li:hover > a span {
  padding-right: 17px;
  padding-left: 17px;
}
.navStyle2 ul.main > li:hover + li span {
  background-image: none;
}
.navStyle2 ul.main > li.first.hover + li span {
  padding-left: 15px;
}
.navStyle2 ul.main > li.homeItem a {
  padding-right: 6px;
  padding-bottom: 11px;
}
.navStyle2 ul.main > li.homeItem a span {
  display: block;
  border-left: 0;
  padding: 0;
  width: 18px;
  height: 20px;
  text-indent: -9999px;
  background: url(/magazine/graphics/decoration/navigation.home.png) no-repeat -1px 0;
}
.navStyle2 ul.main > li.homeItem:hover > a {
  border: 0;
  background-color: transparent;
}
.navStyle2 ul.main > li.homeItem:hover > a span {
  background-position: -1px -30px;
}
.navStyle2 ul.main > li.homeItem + li span {
  background-image: none;
}
.navStyle2 ul.main > .label > span {
  display: inline-block;
  padding: 11px 18px 12px;
  color: #ffffff;
}
.navStyle2 ul.main > .label:hover > span {
  position: relative;
  z-index: 2;
  border: 1px solid #5d808e;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  color: #545454;
  margin-top: 1px;
  padding-top: 9px;
  padding-right: 17px;
  padding-left: 17px;
}
.navStyle2 ul {
  height: 42px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.navStyle2 li {
  font-size: 1em;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  float: left;
  font-size: 1.2em;
  line-height: 1;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.navStyle2 li.align-left {
  position: static;
}
.navStyle2 li ul {
  height: auto;
}
.navStyle2 li a {
  display: inline-block;
  padding: 11px 0 12px;
  color: #ffffff;
}
.navStyle2 li a:hover {
  color: #545454;
}
.navStyle2 li a span {
  background: url(/magazine/graphics/decoration/navigation.border.png) no-repeat left;
  padding: 0 18px;
}
.navStyle2 li div {
  background: #ffffff;
  top: 0;
  left: -9999px;
  margin: 41px 0 0;
  top: -7999px;
  -webkit-transition-property: opacity, top;
  -ms-transition-property: opacity, top;
  -moz-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
  -webkit-transition-duration: 0.1s, 0;
  -ms-transition-duration: 0.1s, 0;
  -moz-transition-duration: 0.1s, 0;
  -o-transition-duration: 0.1s, 0;
  transition-duration: 0.1s, 0;
  -webkit-transition-timing-function: ease, linear;
  -ms-transition-timing-function: ease, linear;
  -moz-transition-timing-function: ease, linear;
  -o-transition-timing-function: ease, linear;
  transition-timing-function: ease, linear;
  opacity: 0;
}
.navStyle2 li div .subnav,
.navStyle2 li div .showLatest,
.navStyle2 li div .showStory,
.navStyle2 li div .showBlock {
  display: block;
  float: left;
  height: 344px;
  vertical-align: top;
  word-spacing: normal;
}
.navStyle2 li div .subnav > div,
.navStyle2 li div .showLatest > div,
.navStyle2 li div .showStory > div,
.navStyle2 li div .showBlock > div {
  margin-top: 0;
  padding: 0 18px;
}
.navStyle2 li div .subnav h3,
.navStyle2 li div .showLatest h3,
.navStyle2 li div .showStory h3,
.navStyle2 li div .showBlock h3 {
  margin-bottom: 9px;
}
.navStyle2 li div .subnav {
  padding-top: 5px;
}
.navStyle2 li div .subnav > div > ul > li {
  margin-bottom: 9px;
}
.navStyle2 li div .subnav > div > ul > li > a {
  line-height: normal;
}
.navStyle2 li div .subnav > div > ul > li > span {
  display: block;
  border: none;
  height: auto;
  line-height: normal;
}
.navStyle2 li div .showLatest,
.navStyle2 li div .showStory,
.navStyle2 li div .showBlock {
  border-left: 1px solid #d4d4d4;
}
.navStyle2 li div .showLatest li,
.navStyle2 li div .showStory li,
.navStyle2 li div .showBlock li {
  padding-left: 0;
  background-image: none;
}
.navStyle2 li div .subnav > ul > li > ul > li {
  padding: 0;
  margin-bottom: 1px;
  margin-left: 9px;
}
.navStyle2 li div .showStory {
  min-height: 0;
}
.navStyle2 li div .showStory:after {
  clear: both;
  content: '';
  display: table;
}
.navStyle2 li div .showStory div {
  overflow: hidden;
}
.navStyle2 li div .showBlock h2 {
  margin-top: 6px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.333em;
  line-height: 1.125;
}
.navStyle2 li div a {
  display: block;
  border: none;
  height: auto;
  line-height: 1;
  padding: 0;
  color: #005385;
}
.navStyle2 li div ul {
  border: none;
}
.navStyle2 li div li {
  float: none;
  font-size: 1em;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}
.navStyle2 li div li ul {
  padding: 0 0 0;
  z-index: auto;
}
.navStyle2 li div li li {
  display: block;
  margin-bottom: 9px;
  font-size: .889em;
  line-height: 1.25;
  font-weight: normal;
  padding: 0 0 0 9px;
  background: url(/magazine/graphics/list.style1.png) no-repeat 0 5px;
}
.navStyle2 li div li li ul {
  margin-top: 9px;
}
.navStyle2 li div li li ul li {
  margin-bottom: 7px;
  padding-left: 12px;
  background-image: url(/magazine/graphics/list.style3.png);
  background-position: 0 6px;
}
.navStyle2 li div li li ul li > a {
  line-height: normal;
}
.navStyle2 li.over DIV,
.navStyle2 li:hover DIV {
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  top: 0;
  left: auto;
  opacity: 1;
}
.navStyle2 li.align-right div {
  right: 0;
}
div[class="navStyle2"] li.onewide:before,
div[class="navStyle2"] li.twowide:before,
div[class="navStyle2"] li.threewide:before {
  top: -7999px;
  -webkit-transition-property: top;
  -ms-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0;
  -ms-transition-duration: 0;
  -moz-transition-duration: 0;
  -o-transition-duration: 0;
  transition-duration: 0;
  -webkit-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  content: '';
  display: block;
  width: 100%;
  height: 285px;
  position: absolute;
  left: 0;
  background: transparent;
}
div[class="navStyle2"] li:hover div {
  -webkit-transition-duration: 0, 0;
  -ms-transition-duration: 0, 0;
  -moz-transition-duration: 0, 0;
  -o-transition-duration: 0, 0;
  transition-duration: 0, 0;
  left: 0;
}
div[class="navStyle2"] li:hover.onewide:before,
div[class="navStyle2"] li:hover.twowide:before,
div[class="navStyle2"] li:hover.threewide:before {
  top: 40px;
}

/*
---

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;
  margin-bottom: 21px;
}
.mobileNav:after {
  clear: both;
  content: '';
  display: table;
}
.mobileNav .mobileMenuSleeve.hide {
  height: 0;
  overflow: hidden;
}
.mobileNav .toolbar {
  display: block;
  background-color: #7093a0;
  transform: translate3d(0, 0, 0);
  -moz-transition: height 0.3s linear;
  -ms-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
.mobileNav .toolbar .btn {
  height: 42px;
  width: 50px;
  display: inline-block;
  float: left;
}
.mobileNav .toolbar .btn i {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.mobileNav .toolbar .btn i.menuIcon {
  margin: 9px auto;
  padding: 0;
  width: 24px;
  height: 24px;
  background-image: url(/magazine/graphics/buttons/menu.png);
}
.mobileNav .toolbar .btn.backBtn {
  background: none;
  display: block;
  width: 100%;
}
.mobileNav .toolbar .btn.backBtn i {
  width: 42px;
  height: 42px;
  background-image: url(/magazine/graphics/buttons/back.png);
}
.mobileNav .toolbar .btn.btnSearch {
  float: right;
}
.mobileNav .toolbar .btn.btnSearch i {
  background-image: url(/magazine/graphics/buttons/search.png);
  width: 24px;
  height: 24px;
  margin: 9px auto;
}
.mobileNav .toolbar .header {
  float: left;
  padding-top: 7px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  font-weight: bold;
  font-size: 1.6em;
  text-transform: uppercase;
  color: #ffffff;
}
.mobileNav .toolbar.hide {
  height: 0;
}
.mobileNav .toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.mobileNav > div.mobileMenuSleeve > div > ul {
  margin-bottom: 0;
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobileNav li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  padding-left: 0;
  position: static;
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.25;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -4px -2152px;
}
.mobileNav li.over,
.mobileNav li.current {
  background: #33515e;
}
.mobileNav li.align-left {
  position: static;
}
.mobileNav li.parentNav {
  font-weight: bold;
  float: none;
  width: auto;
}
.mobileNav li.parentNav a {
  padding: 0;
}
.mobileNav li.parentNav a.backBtn {
  z-index: 1;
  position: absolute;
}
.mobileNav li.parentNav .toolbar {
  border: 0;
  height: 44px;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #33515e;
}
.mobileNav li.parentNav .toolbar .header {
  position: absolute;
  z-index: 1;
  display: inline-block;
  padding: 0;
  width: 100%;
  height: 42px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1em;
  line-height: 39px;
  text-align: center;
  text-transform: none;
}
.mobileNav li.hasChildren {
  background-position: -3px -2253px;
}
.mobileNav li:nth-child(odd) {
  border-right: 1px solid #667D86;
}
.mobileNav li ul {
  left: -9999px;
  position: absolute;
  top: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=0)';
  height: auto;
}
.mobileNav li ul li {
  font-size: 1em;
}
.mobileNav li ul li a {
  display: block;
}
.mobileNav li:hover {
  background-color: #7093a0;
}
.mobileNav li:hover a {
  text-decoration: none;
}
.mobileNav li span {
  border-right: 0;
  display: block;
  height: auto;
  line-height: 1;
  color: #ffffff;
  padding: 13px 12px 7px 36px;
  text-decoration: none;
}
.mobileNav li a {
  padding: 0;
}
.mobileNav li a:hover {
  color: #545454;
}
.mobileNav li a.backBtn {
  padding: 0;
}
.mobileNav ul {
  position: relative;
  left: 0;
  margin: 0;
  margin-bottom: 9px;
  border: 0;
  padding: 12px 0;
  height: auto;
  background-color: #33515e;
}
.mobileNav ul .selected > ul,
.mobileNav ul .selected > div > ul {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
  top: 0;
  left: 100%;
  margin-bottom: 0;
  width: 100%;
}
.mobileNav ul .selected > ul {
  padding-top: 0;
}
.mobileNav ul:after {
  clear: both;
  content: '';
  display: table;
}
.mobileNav .mobileSearchSleeve {
  display: block;
}
.mobileNav .mobileSearchSleeve.hide {
  display: none;
}
.mobileNav .mainsearch {
  display: block;
  background-color: #7093a0;
  border-bottom: 0;
}
.mobileNav .mainsearch .formbox {
  margin-bottom: 0;
  border-bottom: 0;
  background-color: #33515e;
}
.mobileNav .mainsearch fieldset {
  position: relative;
}
.mobileNav .mainsearch label {
  display: none;
}
.mobileNav .mainsearch input {
  width: 100%;
}
.mobileNav .mainsearch button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

/*
---

name: BreadCrumbs

requires: [CSS.Main]

provides: [CSS.BreadCrumbs]

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

...
*/
#crumbtrail {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
#crumbtrail ul {
  margin: 0;
  padding-left: 0;
}
#crumbtrail ul:after {
  clear: both;
  content: '';
  display: table;
}
#crumbtrail li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  background: url(/magazine/graphics/list.style1.png) no-repeat left;
  float: left;
  font-size: 1.4em;
  line-height: 1.455;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0 9px;
}
#crumbtrail li.first span {
  left: -1000em;
  position: absolute;
}

/*
---

name: Poll

provides: CSS.Poll

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.poll {
  border-bottom: 1px solid #d4d4d4;
  padding: 15px 15px 24px;
  background-color: #f6f6f6;
}
.poll h2 {
  margin-bottom: 15px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.7em;
  line-height: 1.407;
}
.poll p {
  margin: 0 0 21px;
}
.poll .poll_sleeve p {
  margin-bottom: 0;
}
.poll fieldset > div {
  margin: 0 0 18px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.poll fieldset > div:after {
  clear: both;
  content: '';
  display: table;
}
.poll fieldset > div:last-of-type {
  margin-bottom: 24px;
}
.poll fieldset > div * {
  vertical-align: middle;
}
.poll fieldset > div div {
  clear: left;
  float: left;
  width: 64%;
  height: 28px;
  padding: 1px;
  background-color: #ffffff;
}
.poll fieldset > div div img {
  height: 26px;
}
.poll fieldset input {
  margin: 0 5px 0 0;
}
.poll fieldset label {
  font-size: 1.6em;
  line-height: 1.125;
  color: #005385;
  cursor: pointer;
}
.poll .pollQuestion {
  float: left;
  padding-right: 12px;
  font-size: 1.6em;
  font-weight: bold;
}
.poll .pollResponse {
  float: right;
  padding-left: 12px;
  font-size: 1.6em;
}
#pollResults {
  left: -1000em;
  position: absolute;
}

/*
---

name: SPIN 2

description: Provides SPIN2 generic styles

requires: [CSS.Main, CSS.Layout, CSS.Structure, CSS.Icons]

provides: [CSS.SPIN2, CSS.SPIN2Visuals]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
#colwrapper:after {
  clear: both;
  content: '';
  display: table;
}
#wrapper .sectionhead {
  background: transparent;
  border: 0;
  margin: 0 0 18px;
  padding: 0 0;
}
#wrapper .sectionhead .sectionhead_sleeve:after {
  clear: both;
  content: '';
  display: table;
}
#wrapper .sectionhead h2 {
  color: #525252;
  font-size: 2.7em;
  line-height: 1;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0;
}
#wrapper .sectionhead h2 a {
  color: #525252;
}
#wrapper .sectionhead h2 a:hover {
  color: #005385;
}
#wrapper .sectionhead h2 a:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/magazine/graphics/buttons/sprite.buttons.png) no-repeat -378px -563px;
  padding-right: 15px;
  position: absolute;
}
#wrapper .sectionhead .rssfeed {
  float: right;
  margin-top: 6px;
  width: 17px;
  height: 16px;
  background: url("/magazine/graphics/icons/sprite.icons.png") no-repeat -17px -368px;
}
#wrapper .sectionhead .rssfeed span {
  display: none;
}
#wrapper .sectionhead .rssfeed + h2 {
  display: inline-block;
  padding-right: 25px;
}
/* GRID */
.grid .columnContainer {
  margin-bottom: 21px;
}
.grid .column > div {
  margin-top: 42px;
}
.grid .column > div:first-child {
  margin-top: 0;
}
.grid .colour1,
.grid .colour2,
.grid .colour3 {
  clear: both;
}
.grid .colour1:after,
.grid .colour2:after,
.grid .colour3:after {
  clear: both;
  content: '';
  display: table;
}
.grid .full,
.grid .half,
.grid .thumb,
.grid .list {
  clear: both;
  border-top: 1px solid #d4d4d4;
  padding-top: 26px;
}
.grid .full:last-of-type,
.grid .half:last-of-type,
.grid .thumb:last-of-type,
.grid .list:last-of-type {
  border-bottom: 1px solid #d4d4d4;
}
.grid .full:last-of-type + .more,
.grid .half:last-of-type + .more,
.grid .thumb:last-of-type + .more,
.grid .list:last-of-type + .more {
  margin-top: -1px;
}
.grid .full h2,
.grid .half h2,
.grid .thumb h2,
.grid .list h2 {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.grid .list:last-of-type {
  padding-bottom: 12px;
}
.grid .half .sleeve:after,
.grid .thumb .sleeve:after {
  clear: both;
  content: '';
  display: table;
}
.grid .full .picture {
  margin-bottom: 12px;
}
.grid .half .picture,
.grid .thumb .picture {
  float: right;
  margin: 0 0 9px 10px;
}
.grid .twocolumn {
  float: left;
}
.grid .twocolumn.left {
  clear: left;
  margin-right: 1.69491525%;
}
.grid .twocolumn.right {
  clear: none;
}
.grid .twocolumn.list:last-of-type,
.grid .twocolumn.thumb:last-of-type,
.grid .twocolumn.half:last-of-type,
.grid .twocolumn.full:last-of-type {
  border-bottom: 0;
}
.grid .sectionhead + .full,
.grid .sectionhead + .half,
.grid .sectionhead + .thumb,
.grid .sectionhead + .list,
.grid .sectionhead + div + .twocolumn.right {
  border-top: 0;
  padding-top: 0;
}
.grid .style > div > .full:first-child,
.grid .style > div > .half:first-child,
.grid .style > div > .thumb:first-child,
.grid .style > div > .list:first-child,
.grid .style > div > div:first-child + .twocolumn.right {
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.grid .column .list li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  margin-bottom: 6px;
  overflow: hidden;
}
.grid .column .list li:last-child,
.grid .column .list li h2 {
  margin-bottom: 0;
}
.grid .column .story_list {
  clear: both;
  overflow: hidden;
  margin-top: 26px;
  padding-top: 27px;
  border-top: 1px solid #d4d4d4;
}
.grid .column .story_list ul {
  margin-top: 0;
  padding-left: 0;
}
.grid .column .story_list li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  margin-bottom: 18px;
  padding-left: 12px;
  background: url(/magazine/graphics/list.style1.png) no-repeat left 5px;
}
.grid .column .story_list li:last-child {
  margin-bottom: 0;
}
.grid .column .story_list h2 {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 0;
}
.grid .column .story_list li:first-child h2 {
  margin-top: 0;
}
.grid .column .list ul {
  margin-top: 0;
  padding: 0;
}
.grid .column .list li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  margin-bottom: 18px;
  padding-left: 12px;
  background: url(/magazine/graphics/list.style1.png) no-repeat left 8px;
}
.grid .column .list li:last-child {
  margin-bottom: 0;
}
.grid .column .list li .meta {
  margin-bottom: 0;
}
.grid .column .list h2 {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-top: 3px;
  margin-bottom: 0;
}
.grid .more {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.5;
  clear: both;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #d4d4d4;
  text-transform: uppercase;
  background-color: #ffffff;
}
.grid .more a {
  padding-right: 9px;
  background: url(/magazine/graphics/buttons/sprite.buttons.png) no-repeat right -496px;
  color: #545454 !important;
}
.grid .more a:hover {
  color: #005385 !important;
}
.grid .full .meta,
.grid .half .meta,
.grid .thumb .meta,
.grid .list .meta {
  margin-bottom: 9px;
}
.grid .full .moreinfo,
.grid .half .moreinfo,
.grid .thumb .moreinfo,
.grid .list .moreinfo {
  margin: 9px 0;
  color: #878787;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.286;
  margin-bottom: 27px;
}
.grid .full .moreinfo span,
.grid .half .moreinfo span,
.grid .thumb .moreinfo span,
.grid .list .moreinfo span {
  margin-right: 3px;
  background: url(/magazine/graphics/decoration/generic.border.png) no-repeat right;
  padding-right: 5px;
}
.grid .full .moreinfo span:last-child,
.grid .half .moreinfo span:last-child,
.grid .thumb .moreinfo span:last-child,
.grid .list .moreinfo span:last-child {
  margin-right: 0;
  padding-right: 0;
  background-image: none;
}
.grid .full .moreinfo .moreinfo_comments:before,
.grid .half .moreinfo .moreinfo_comments:before,
.grid .thumb .moreinfo .moreinfo_comments:before,
.grid .list .moreinfo .moreinfo_comments:before {
  float: left;
  margin-top: 4px;
  margin-right: 4px;
  content: '';
  width: 16px;
  height: 13px;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -17px -18px;
}
.grid .column .spin_feed .sectionhead h2 {
  padding-bottom: 15px;
}
.grid .column .spin_feed .story_list {
  padding-top: 0;
  border-top: 0;
}
.grid .column .spin_feed .story_list .sleeve li {
  margin-bottom: 12px;
  border-bottom: 1px solid #d4d4d4;
  background-position: left 8px;
}
.grid .column .spin_feed .story_list .sleeve li h2 {
  margin-bottom: 12px;
}
.grid li.thumb {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  margin-bottom: 15px;
}
/* SPIN2 GRIDS - FONT RESIZING */
/* LARGE */
.grid .oneColumn .column .full .sleeve > h2,
.grid .oneColumn .column .half .sleeve > h2,
.grid .twoColumns .column .full .sleeve > h2,
.grid .oneColumn .column .twocolumn.full .sleeve > h2,
.grid .twoColumnsSmallLeft .columnTwo .full .sleeve > h2,
.grid .twoColumnsSmallRight .columnOne .full .sleeve > h2,
#top .grid .twoColumnsSmallLeft .columnTwo div[class="full"] .sleeve > h2,
#foot .grid .twoColumnsSmallLeft .columnTwo div[class="full"] .sleeve > h2 {
  font-size: 3em;
  line-height: 1.1;
  margin-bottom: 9px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
}
/* DEFAULT */
.grid .column .full .sleeve > h2,
.grid .twoColumns .column .full.twocolumn .sleeve > h2,
.grid .twoColumnsSmallRight .columnOne .full.twocolumn .sleeve > h2,
.grid .threeColumnsWideLeft .columnOne .half .sleeve > h2,
.grid .threeColumnsWideRight .columnThree .half .sleeve > h2,
.grid .twoColumnsSmallLeft .columnTwo .full .sleeve > h2,
#mainright .grid .oneColumn .full .sleeve > h2,
#main .grid .oneColumn .full.twocolumn .sleeve > h2,
#main .grid .twoColumnsSmallRight .columnOne .full .sleeve > h2,
#main .twoColumns .full .sleeve > h2 {
  font-size: 2.4em;
  line-height: 1.125;
  margin-bottom: 9px;
}
/* SMALL */
.grid .column .half .sleeve > h2,
.grid .oneColumn .column .half.twocolumn .sleeve > h2,
.grid .twoColumnsSmallLeft .columnOne .full .sleeve > h2,
#main .grid .oneColumn .half .sleeve > h2,
#main .grid .oneColumn .half.twocolumn .sleeve > h2,
#main .grid .twoColumns .half .sleeve > h2,
#main .grid .twoColumnsSmallLeft .columnTwo .half .sleeve > h2,
.grid .twoColumnsSmallLeft .columnTwo .full.twocolumn .sleeve > h2,
.grid .twoColumnsSmallRight .columnTwo .full .sleeve > h2,
#main .grid .twoColumnsSmallLeft .columnTwo .full.twocolumn .sleeve > h2,
#main .grid .twoColumnsSmallRight .columnOne .half .sleeve > h2,
#main .threeColumns .full .sleeve > h2,
.grid .column .story_list .sleeve li h2,
.grid .column .list .sleeve li h2,
#top .grid .twoColumns .full.twocolumn .sleeve > h2,
#foot .grid .twoColumns .full.twocolumn .sleeve > h2,
#main .grid .twoColumnsSmallRight .columnOne .full.twocolumn .sleeve > h2,
.grid .threeColumnsWideLeft .columnOne .half .sleeve > h2,
.grid .threeColumnsWideLeft .columnOne .full.twocolumn .sleeve > h2,
.grid .threeColumnsWideRight .columnThree .half .sleeve > h2,
#mainright .grid .oneColumn .half .sleeve > h2,
.grid .threeColumnsWideRight .columnThree .full.twocolumn .sleeve > h2 {
  font-size: 1.6em;
  line-height: 1.125;
  margin-bottom: 9px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.grid .column .story_list .sleeve li h2,
.grid .column .list .sleeve li h2 {
  margin-bottom: 0;
}
/* THUMB */
.area .grid .column .thumb .subSleeve > h2,
.grid .twoColumnsSmallLeft .columnOne .full.twocolumn .sleeve > h2,
.grid .twoColumnsSmallRight .columnTwo .full.twocolumn .sleeve > h2,
.grid .threeColumns .full.twocolumn .sleeve > h2,
.grid .threeColumnsWideLeft .columnThree .full.twocolumn .sleeve > h2,
.grid .threeColumnsWideRight .columnOne .full.twocolumn .sleeve > h2,
#mainright .grid .oneColumn .full.twocolumn .sleeve > h2,
#mainright .grid .twoColumns .full .sleeve > h2,
#main .grid .twoColumns .full.twocolumn .sleeve > h2 {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.125;
  margin-bottom: 9px;
}
#top .threeColumns div[class="full"] .sleeve > h2,
#foot .threeColumns div[class="full"] .sleeve > h2,
#top .threeColumnsWideLeft div[class="full"] .sleeve > h2,
#foot .threeColumnsWideLeft div[class="full"] .sleeve > h2,
#top .threeColumnsWideRight div[class="full"] .sleeve > h2,
#foot .threeColumnsWideRight div[class="full"] .sleeve > h2 {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
}

/*
---

name: SPIN 2 Grids

description: Provides grid layout for SPIN2

requires: [CSS.SPIN2]

provides: [CSS.SPIN2Grids]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
/* LAYOUT RESETS */
#columns {
  margin: 0 auto;
}
#rightcolumn {
  padding-left: 1.69491525%;
}
/* AREAS */
#top.area,
#foot.area {
  margin: 0 auto;
  overflow: hidden;
}
#main.area {
  overflow: hidden;
}
#mainright.area {
  overflow: hidden;
}
/* GRIDS */
.grid {
  margin-bottom: 9px;
}
.grid .columnContainer:after {
  clear: both;
  content: '';
  display: table;
}
.grid .column {
  float: left;
  min-height: 1px;
}
/* TOP/FOOT ONE COLUMN */
.grid .oneColumn .column {
  float: none;
  margin-right: 0;
}
/* MAINRIGHT TWO COLUMN (EQUAL) */
#mainright.area .twoColumns .columnTwo {
  margin-right: 0;
}

/*
---

name: SPIN 2 STYLES COLOURS

description: Provides SPIN2 color and colour grids

requires: [CSS.SPIN2Grids]

provides: [CSS.SPIN2Visuals]

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

...
*/
/* =========================== COLOURS =========================== */
/* COLOUR 1 */
.grid .colour1 {
  background: transparent;
  border: 0;
  padding: 0 0;
}
.grid .colour1 h2,
.grid .colour1 a {
  color: #005385;
}
.grid .colour1 h2:hover,
.grid .colour1 a:hover {
  color: #545454;
}
/* COLOUR 2 */
.grid .colour2 {
  background: 0;
  border: 1px solid #d4d4d4;
  padding: 17px 9px;
}
.grid .colour2 .sectionhead {
  background: #005385;
  border: 0;
  margin: 0;
  padding: 17px 9px;
}
.grid .colour2 h2,
.grid .colour2 a {
  color: #005385;
}
.grid .colour2 h2:hover,
.grid .colour2 a:hover {
  color: #545454;
}
.grid .colour2 > div:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.grid .colour2 > div[class*="twocolumn"]:last-of-type + .more {
  padding-top: 0;
}
.grid .colour2 .more {
  border-bottom: 0;
  padding-top: 27px;
  padding-bottom: 0;
}
/* COLOUR 3 */
.grid .colour3 {
  background: #f6f6f6;
  border: 1px solid #d4d4d4;
  padding: 17px 9px;
}
.grid .colour3 .sectionhead {
  background: #005385;
  border-bottom: 0;
  margin: 0;
  padding: 17px 9px;
}
.grid .colour3 h2,
.grid .colour3 a {
  color: #005385;
}
.grid .colour3 h2:hover,
.grid .colour3 a:hover {
  color: #545454;
}
.grid .colour3 > div:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}
.grid .colour3 > div[class*="twocolumn"]:last-of-type + .more {
  padding-top: 0;
}
.grid .colour3 .more {
  border-bottom: 0;
  padding-top: 27px;
  padding-bottom: 0;
  background-color: #f6f6f6;
}

/*
---

name: SPIN 2 Tabs

description: Stylesheet to add any bespoke styles for SPIN2 tabs

requires: [CSS.SPIN2]

provides: [CSS.SPIN2Tabs]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.tabbedblocks.spin .content {
  padding-right: 0;
  padding-left: 0;
}

/*
---

name: SPIN 2 Grid Layout

description: Provides grid layout for SPIN2

requires: [CSS.SPIN2]

provides: CSS.SPIN2GridLayout

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.gridLayout .htmlContent p {
  margin-top: 15px;
  margin-bottom: 0;
}
.gridLayout ul {
  margin: 0;
  padding-left: 0;
}
.gridLayout li {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  margin-top: 27px;
  margin-bottom: 0;
}
.gridLayout li h2 {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.312;
  margin-bottom: 9px;
}
.gridLayout li:nth-child(4n) {
  margin-right: 0;
}
.gridLayout li .picture {
  margin-bottom: 12px;
}
.gridLayout li p {
  word-break: break-word;
}
.gridLayout li p + .meta {
  margin-bottom: 27px;
}
.gridLayout .more {
  font-size: 1.2em;
}

/*
---

name: Slider (style 2)

provides: [CSS.Slider.Style2]

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

...
*/
.js-disabled .sliderStyle2 .controls {
  display: none;
}
.slider.sliderStyle2 {
  background-color: transparent;
  margin: 0 auto 42px;
  width: 100%;
}
.slider.sliderStyle2 .sliderContent {
  position: relative;
}
.slider.sliderStyle2 ul {
  margin: 0;
  padding-left: 0;
}
.slider.sliderStyle2 li {
  list-style: none;
}
.slider.sliderStyle2 h2,
.slider.sliderStyle2 h3 {
  margin-bottom: 18px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
}
.slider.sliderStyle2 h2 {
  font-size: 2.7em;
  line-height: 1.407;
}
.slider.sliderStyle2 h3 {
  margin-bottom: 12px;
  font-size: 2.4em;
  line-height: 1.125;
}
.slider.sliderStyle2 .thumbs {
  clear: both;
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.slider.sliderStyle2 .thumbs ul:after {
  clear: both;
  content: '';
  display: table;
}
.slider.sliderStyle2 .thumbs li {
  font-size: 1em;
  margin: 0;
  padding: 0;
  width: 100%;
  border: 0;
  float: left;
  overflow: hidden;
}
.slider.sliderStyle2 .thumbs .preview {
  padding: 0;
}
.slider.sliderStyle2 .thumbs .preview .sleeve {
  padding: 0 48px;
}
.slider.sliderStyle2 .thumbs .preview .sleeve:after {
  clear: both;
  content: '';
  display: table;
}
.slider.sliderStyle2 .thumbs .preview .description {
  font-size: 1.4em;
  line-height: 1.286;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.slider.sliderStyle2 .thumbs .preview .priceInformation:after {
  clear: both;
  content: '';
  display: table;
}
.slider.sliderStyle2 .thumbs .preview .priceInformation .save,
.slider.sliderStyle2 .thumbs .preview .priceInformation .price {
  float: left;
}
.slider.sliderStyle2 .thumbs .preview .priceInformation .price {
  padding: 3px 9px 0 0;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.4em;
  line-height: 1.125;
}
.slider.sliderStyle2 .thumbs .picture img {
  display: block;
  margin: 0 auto;
}
.slider.sliderStyle2 .thumbs .content {
  padding-top: 6px;
}
.slider.sliderStyle2 .controls {
  position: absolute;
  z-index: 1000;
  height: auto;
  min-height: 0;
  cursor: pointer;
  width: 100%;
}
.slider.sliderStyle2 .controls:after {
  clear: both;
  content: '';
  display: table;
}
.slider.sliderStyle2 .controls li {
  position: absolute;
  top: 0;
  float: none;
  margin: 0;
  height: 229px;
  width: 30px;
  background: #f6f6f6 url(/magazine/graphics/decoration/sprite.slider.controls.png) no-repeat;
  border: 1px solid #d4d4d4;
}
.slider.sliderStyle2 .controls span {
  display: block;
  text-indent: -9999px;
}
.slider.sliderStyle2 .controls .next {
  right: 0;
  background-position: -111px center;
}
.slider.sliderStyle2 .controls .previous {
  left: 0;
  background-position: -11px center;
}
.slider.sliderStyle2 .controls .disabled {
  cursor: default;
}
.slider.sliderStyle2 .thumbIcons {
  position: absolute;
  right: 0;
  top: 15px;
  margin-bottom: 0;
}
.slider.sliderStyle2 .thumbIcons:after {
  clear: both;
  content: '';
  display: table;
}
.slider.sliderStyle2 .thumbIcons li {
  float: left;
  margin-left: 6px;
  width: 12px;
  height: 12px;
  background: url(/magazine/graphics/decoration/thumb.bg.png) no-repeat left top;
}
.slider.sliderStyle2 .thumbIcons li span,
.slider.sliderStyle2 .thumbIcons li a {
  display: block;
  text-indent: -9999px;
}
.slider.sliderStyle2 .thumbIcons .selected {
  background-position: right top;
}

/*
---

name: Reader comments

provides: CSS.ReaderComments

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

...
*/
.readerComments {
  background: url(/magazine/graphics/decoration/blockquote.bg.png) no-repeat right 13px bottom 23px;
}
.readerComments blockquote {
  margin-bottom: 27px;
  background: url(/magazine/graphics/decoration/blockquote.bg.png) no-repeat right bottom;
  margin-bottom: 0;
  background-image: none;
}
.readerComments blockquote p {
  margin-bottom: 9px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.4em;
  line-height: 1.25;
}
.readerComments blockquote .quotesource {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.429;
}
.readerComments blockquote p {
  font-size: 1.8em;
  line-height: 1.333;
}
.readerComments blockquote .quotesource {
  margin-top: 18px;
}
.readerComments blockquote .quotesource a {
  font-weight: bold;
}
.readerComments blockquote .sourceLabel {
  display: block;
}

/*
---

name: Subscribe footer

provides: CSS.SubscribeFooter

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.subsfooter {
  margin-bottom: 0;
}
.subsfooter > .sleeve {
  border: 1px solid #d4d4d4;
  padding: 10px 15px 27px;
  background-color: #f6f6f6;
}
.subsfooter > .sleeve:after {
  clear: both;
  content: '';
  display: table;
}
.subsfooter .picture {
  float: right;
  margin: 0 0 9px 10px;
}
.subsfooter p {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.286;
}
.subsfooter h3 {
  margin-bottom: 6px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1.1667;
}
.subsfooter .appStore {
  margin-bottom: 15px;
}
.subsfooter .block {
  margin-bottom: 27px;
}
.subsfooter .block:after {
  clear: both;
  content: '';
  display: table;
}
.subsfooter .block .item {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
}
.subsfooter .block .item p {
  margin-bottom: 6px;
}
.subsfooter .blockThree {
  margin-bottom: 0;
  padding: 15px 15px 0;
  background-color: #ffffff;
}
.box.style1.subsfooter {
  border: 0;
  padding: 7px 0 6px;
  background-color: transparent;
}

/*
---

name: Latest Publication

provides: CSS.LatestPublication

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.slider.sliderStyle2.latestPublication {
  overflow: hidden;
}
.slider.sliderStyle2.latestPublication h3 {
  margin-bottom: 0;
  margin-top: 6px;
  margin-bottom: 12px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.25;
}
.slider.sliderStyle2.latestPublication .picture,
.slider.sliderStyle2.latestPublication .content {
  text-align: center;
  float: none;
}
.slider.sliderStyle2.latestPublication .picture img {
  display: inline-block;
  vertical-align: middle;
}
.slider.sliderStyle2.latestPublication .content {
  margin-left: 0;
  padding-top: 0;
  width: auto;
}
.slider.sliderStyle2.latestPublication .thumbs {
  background: #fbfbfb;
  border-bottom: 1px solid #d4d4d4;
}

/*
---

name: Previous Issues

provides: CSS.PreviousIssues

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.box.style2.previousIssues h2 {
  margin-bottom: 12px;
  padding-top: 9px;
  padding-right: 6px;
}
.box.style2.previousIssues h2,
.box.style2.previousIssues .button {
  display: inline-block;
  vertical-align: middle;
}

/*
---

name: Latest Issue

provides: CSS.LatestIssue

description: This CSS is for bespoke Latest issue HTML - RPSO-721

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

...
*/
.latestIssue {
  width: 100%;
}
.latestIssue:after {
  clear: both;
  content: '';
  display: table;
}
.latestIssue h3 {
  margin-bottom: 18px;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.5;
}
.latestIssue h4 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.286;
}
.latestIssue p {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 18px;
}
.latestIssue .latestIssuePicture,
.latestIssue .latestIssueMeta {
  float: left;
}
.latestIssue .latestIssuePicture {
  max-width: 40%;
  margin-bottom: 12px;
}
.latestIssue .latestIssuePicture img {
  vertical-align: middle;
}
.latestIssue .latestIssueMeta {
  width: 60%;
  margin-bottom: 12px;
  padding: 10px;
  background-color: #ffffff;
}
.latestIssue .latestIssueMeta p {
  margin-bottom: 9px;
}
.latestIssue .latestIssueMeta p + p {
  font-size: 1.4em;
  color: #878787;
}
.latestIssue .latestIssueContent {
  clear: both;
}
.latestIssue .latestIssueContent p {
  font-size: 1.4em;
  line-height: 1.286;
}
.latestIssue .latestIssueMore {
  margin-bottom: 0;
}

/*
---

name: Gallery

provides: CSS.Gallery

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.gallery,
.slider {
  background: #f6f6f6;
  margin: 0 0 27px;
  overflow: auto;
}
.gallery:after,
.slider:after {
  clear: both;
  content: '';
  display: table;
}
.gallery .controls,
.slider .controls {
  height: 0;
  margin: 0;
  padding-left: 0;
  position: absolute;
}
.gallery .controls li,
.slider .controls li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  margin: 30px 0 0;
  padding-left: 0;
  width: 21px;
  height: 21px;
  cursor: pointer;
  display: inline-block;
  text-indent: -1000em;
}
.gallery .controls .previous,
.slider .controls .previous {
  background: url(/magazine/graphics/gallery/sprite.gallery.png) no-repeat 0 0;
  float: left;
  margin-left: 12px;
}
.gallery .controls .next,
.slider .controls .next {
  background: url(/magazine/graphics/gallery/sprite.gallery.png) no-repeat -21px 0;
  float: right;
  margin-right: 12px;
}
.gallery .controls .disabled,
.slider .controls .disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=50)';
  cursor: default;
}
.gallery .thumbs,
.slider .thumbs {
  width: 476px;
  height: 110px;
  margin: 0 auto;
  overflow: hidden;
}
.gallery .thumbs ul,
.slider .thumbs ul {
  margin: 0;
  padding-left: 0;
}
.gallery .thumbs ul:after,
.slider .thumbs ul:after {
  clear: both;
  content: '';
  display: table;
}
.gallery .thumbs li,
.slider .thumbs li {
  float: left;
  width: 84px;
  list-style: none;
  margin: 6px 10px;
}
.gallery .thumbs .caption,
.slider .thumbs .caption {
  display: none;
}
.gallery .display {
  position: relative;
  overflow: hidden;
}
.gallery .display img {
  display: block;
  margin: 0 auto;
}
.gallery .display .caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding: 18px 12px;
  background: #515151;
  background: rgba(0, 0, 0, 0.6);
  font-size: 1em;
  color: #ffffff;
}
.gallery .display .caption * {
  margin: 0 0 3px;
}
.gallery .display .caption h2 {
  margin-bottom: 9px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.4em;
  line-height: 1.125;
  color: #ffffff;
}
.gallery .display .caption a {
  color: #ffffff;
}
.gallery .display .caption .text {
  margin: 12px 0 18px;
  font-family: 'minion-pro', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-style: normal;
  font-weight: 400;
}
/* Core slideshow */
.slideshow .sleeve:after {
  clear: both;
  content: '';
  display: table;
}
.slideshow .display {
  background: #2e2e2e;
  height: 307px;
}
.slideshow .display:hover .caption {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.slideshow .display img {
  display: block;
  position: absolute;
  cursor: pointer;
}
.slideshow .display .caption {
  background: #2E2E2E;
  height: 70px;
  margin: 207px 0 0;
  padding: 15px 12px 18px;
  position: absolute;
  visibility: hidden;
  width: 600px;
}
.slideshow .display .caption h2 {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 9px;
}
.slideshow .display .caption h2 a {
  color: #ffffff;
}
.slideshow .display .caption p {
  margin: 0 0 18px;
  color: #ffffff;
}
.slideshow .display .caption .read {
  color: #ffffff;
  font-size: 1.4em;
  line-height: 1.125;
  padding: 6px 12px;
}
.slideshow .controls {
  float: right;
  margin: 0;
  padding-top: 9px;
  padding-left: 0;
}
.slideshow .controls li {
  background: url(/magazine/graphics/buttons/sprite.buttons.png) no-repeat -318px -140px;
  height: 21px;
  display: inline-block;
  text-indent: -1000em;
  margin: 0;
  width: 21px;
  position: relative;
}
.slideshow .controls li:hover {
  cursor: pointer;
  background-position: -318px -174px;
}
.slideshow .controls .play {
  background-position: -379px -140px;
}
.slideshow .controls .play:hover {
  background-position: -379px -174px;
}
.slideshow .thumbs {
  float: left;
  padding: 8px 0;
  width: 100%;
  margin-right: -30px;
  margin-top: 1px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
.slideshow .thumbs ul {
  margin: 0;
  padding-left: 0;
}
.slideshow .thumbs ul:after {
  clear: both;
  content: '';
  display: table;
}
.slideshow .thumbs li {
  list-style: none;
  background-color: #545454;
  float: left;
  margin-left: 6px;
  width: 12px;
  margin-bottom: 0;
  height: 21px;
  background: url(/magazine/graphics/decoration/thumb.bg.png) no-repeat left;
}
.slideshow .thumbs .selected {
  background-position: right;
}
.slideshow .thumbs .caption {
  display: none;
}
/* Slideshow style 2 */
.slideshowStyle2 {
  position: relative;
}
.slideshowStyle2 .rssfeed {
  margin-right: 30px;
}
.slideshowStyle2 .display {
  float: left;
  overflow: hidden;
}
.slideshowStyle2 .display .caption {
  display: none;
}
.slideshowStyle2 .controls {
  position: absolute;
  top: 3px;
  right: 0;
  padding-top: 0;
  padding-left: 0;
}
.slideshowStyle2 .thumbs {
  padding: 0;
  float: right;
  border: 0;
  margin-right: 0;
  margin-top: 0;
}
.slideshowStyle2 .thumbs ul {
  margin-left: -12px;
  padding-left: 0;
}
.slideshowStyle2 .thumbs li {
  background-color: #f6f6f6;
  background-image: none;
  border-radius: 0;
  display: block;
  font-size: 1em;
  height: 74px;
  list-style: none;
  overflow: hidden;
  width: 100%;
  border: 1px solid #d4d4d4;
  border-bottom: 0 none;
  margin: 0;
}
.slideshowStyle2 .thumbs li.last,
.slideshowStyle2 .thumbs li:last-child {
  border-bottom: 1px solid #d4d4d4;
}
.slideshowStyle2 .thumbs li img {
  display: none;
}
.slideshowStyle2 .thumbs .selected {
  background-color: #ffffff;
}
.slideshowStyle2 .thumbs .caption {
  display: block;
  padding: 0;
  overflow: hidden;
  max-height: 88px;
}
.slideshowStyle2 .thumbs .caption h2 {
  margin: 33px 34px;
  color: #545454;
}
.slideshowStyle2 .thumbs .caption h2 a {
  color: #005385;
}
.slideshowStyle2 .thumbs .caption p {
  display: none;
}
.slideshowStyle2 .thumbs .caption .read {
  color: #005385;
}
#top .oneColumn .slideshowStyle2 .display,
#foot .oneColumn .slideshowStyle2 .display {
  height: 384px;
}
#top .oneColumn .slideshowStyle2 .thumbs li.selected:before,
#foot .oneColumn .slideshowStyle2 .thumbs li.selected:before {
  margin-top: 40px;
}
#top .twoColumnsSmallLeft .columnTwo .slideshowStyle2 .display,
#foot .twoColumnsSmallLeft .columnTwo .slideshowStyle2 .display,
#top .twoColumnsSmallRight .columnOne .slideshowStyle2 .display,
#foot .twoColumnsSmallRight .columnOne .slideshowStyle2 .display {
  height: 300px;
}
#top .twoColumnsSmallLeft .columnTwo .slideshowStyle2 .thumbs li,
#foot .twoColumnsSmallLeft .columnTwo .slideshowStyle2 .thumbs li,
#top .twoColumnsSmallRight .columnOne .slideshowStyle2 .thumbs li,
#foot .twoColumnsSmallRight .columnOne .slideshowStyle2 .thumbs li {
  height: 79px;
}
#top .twoColumnsSmallLeft .columnTwo .slideshowStyle2 .thumbs li .caption h2,
#foot .twoColumnsSmallLeft .columnTwo .slideshowStyle2 .thumbs li .caption h2,
#top .twoColumnsSmallRight .columnOne .slideshowStyle2 .thumbs li .caption h2,
#foot .twoColumnsSmallRight .columnOne .slideshowStyle2 .thumbs li .caption h2 {
  margin: 18px 29px;
  font-size: 1.6em;
  line-height: 1.3125;
  max-height: 42px;
  overflow: hidden;
}
#top .twoColumnsSmallLeft .columnTwo .slideshowStyle2 .thumbs .first,
#foot .twoColumnsSmallLeft .columnTwo .slideshowStyle2 .thumbs .first,
#top .twoColumnsSmallRight .columnOne .slideshowStyle2 .thumbs .first,
#foot .twoColumnsSmallRight .columnOne .slideshowStyle2 .thumbs .first {
  height: 78px;
}
#main.area .oneColumn .slideshowStyle2 .display {
  height: 300px;
}
#main.area .oneColumn .slideshowStyle2 .thumbs li {
  height: 79px;
}
#main.area .oneColumn .slideshowStyle2 .thumbs li .caption h2 {
  margin: 18px 29px;
  font-size: 1.6em;
  line-height: 1.3125;
  max-height: 42px;
  overflow: hidden;
}
#main.area .oneColumn .slideshowStyle2 .thumbs .first {
  height: 78px;
}

/*
---

name: Spin Galleries

requires: [CSS.Gallery]

provides: CSS.SPIN2Galleries

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

...
*/
.slideshowStyle1,
.slideshowStyle2 {
  clear: both;
}
/* STYLE 1 */
.grid .slideshowStyle1 .display {
  position: relative;
  overflow: hidden;
}
.grid .slideshowStyle1 .display .caption {
  bottom: 0;
  height: auto;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=100)';
  visibility: visible;
  width: 100%;
}
/* NO JS Style */
/* Only works on mobile, specificity issues in portrait / desktop */
.js-disabled #wrapper .grid .slideshowStyle1 img,
.js-disabled #wrapper .grid .slideshowStyle1 .caption {
  position: static;
  float: none;
}
.js-disabled #wrapper .grid .slideshowStyle1 .caption {
  width: auto;
  display: none;
}
.js-disabled #wrapper .grid .slideshowStyle1 .display {
  float: none;
  height: auto;
}
.js-disabled #wrapper .grid .slideshowStyle1 .controls {
  display: none;
}
.js-disabled #wrapper .grid .slideshowStyle1 .thumbs {
  float: none;
  padding-top: 1px;
}
.js-disabled #wrapper .grid .slideshowStyle1 .thumbs .caption {
  display: block;
}
.js-disabled #wrapper .grid .slideshowStyle1 .thumbs li {
  background-color: #000000;
  color: #ffffff;
  border-radius: 0;
  display: block;
  padding: 8px 10px;
  height: auto;
  width: auto;
  margin-bottom: 1px;
}
.js-disabled #wrapper .grid .slideshowStyle1 .thumbs li .caption {
  position: static;
}
.mobileSlideshow ul {
  margin-left: 0;
  padding-left: 0;
}
.mobileSlideshow li {
  list-style: none;
}
.mobileSlideshow li img {
  float: left;
  max-width: 49.15254237%;
  margin: 0 1.69491525% 0 0;
}
.mobileSlideshow li .caption {
  width: 49.15254237%;
  float: left;
}
.mobileSlideshow li .caption p {
  font-size: 1.2em;
  display: none;
}
.mobileSlideshow li .heading {
  margin-bottom: 9px;
  font-size: 1em;
}
.mobileSlideshow li:after {
  clear: both;
  content: '';
  display: table;
}
/* STYLE 2 */
.grid .slideshowStyle2 .thumbs li {
  height: 96px;
}
.grid .slideshowStyle2 .thumbs li.last {
  margin: 0;
}

/*
---

name: Slider (style 1)

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

provides: [CSS.Slider.Style1]

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

...
*/
.slider .sectionhead .rssfeed {
  margin-right: 55px;
}
.slider .sectionhead .rssfeed + h2 {
  padding-right: 85px;
}
.slider .more {
  font-size: 1.2em;
}
.slider .htmlContent {
  clear: both;
}
.sliderStyle1 {
  background: 0;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 6px;
  position: relative;
  width: 100%;
}
.sliderStyle1 .thumbs {
  height: 279px;
  width: auto;
  margin: -6px 0 0;
  position: relative;
  padding: 6px 0 0;
  overflow: hidden;
  clear: both;
}
.sliderStyle1 .thumbs ul {
  left: -10px;
  position: absolute;
}
.sliderStyle1 .thumbs li {
  font-size: 1em;
  margin: 0 10px;
  min-height: 287px;
  padding: 0;
}
.sliderStyle1 .thumbs li h2 {
  font-size: 1.6em;
  line-height: 1.125;
  margin-bottom: 9px;
}
.sliderStyle1 .thumbs li div > h2 {
  margin-top: 12px;
}
.sliderStyle1 .thumbs img {
  display: block;
  width: 100%;
}
.sliderStyle1 .controls {
  height: auto;
  margin: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.sliderStyle1 .controls:after {
  clear: both;
  content: '';
  display: table;
}
.sliderStyle1 .controls .next,
.sliderStyle1 .controls .previous {
  background: url(/magazine/graphics/decoration/sprite.slider.controls.png) no-repeat;
  float: left;
  margin: 0;
  box-shadow: 4px -8px 32px 22px #ffffff;
}
.sliderStyle1 .controls .next {
  box-shadow: -6px -8px 32px 22px #ffffff;
}
.sliderStyle1 .controls .disabled {
  opacity: 1;
}
.slider .sectionhead .rssfeed {
  margin-right: 0;
}
.sliderStyle1 {
  overflow: hidden;
}
.sliderStyle1 .sliderContent {
  position: relative;
}
.sliderStyle1 .sliderContent .controls li {
  height: 279px;
  width: 30px;
  border: 1px solid #d4d4d4;
  background-color: #E5E5E5;
}
.sliderStyle1 .sliderContent .controls li.previous {
  margin: 0;
  left: 0;
  background-position: -10px 50%;
}
.sliderStyle1 .sliderContent .controls li.next {
  margin: 0;
  right: 0;
  background-position: -112px 50%;
  float: right;
}
.sliderStyle1 .thumbs {
  margin: 0 30px 9px;
  padding: 0;
  width: 100%;
}
.js-disabled .sliderStyle1 .controls {
  display: none;
}
.js-disabled .sliderStyle1 .thumbs {
  margin: 0;
}
.js-disabled .sliderStyle1 .thumbs li {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.js-disabled #top .oneColumn .sliderStyle1 .thumbs,
.js-disabled #foot .oneColumn .sliderStyle1 .thumbs {
  width: 100%;
  height: auto;
}
.js-disabled #top .oneColumn .sliderStyle1 .thumbs li:nth-child(6n),
.js-disabled #foot .oneColumn .sliderStyle1 .thumbs li:nth-child(6n) {
  clear: both;
}
.js-disabled #top .twoColumnsSmallLeft .sliderStyle1 .thumbs,
.js-disabled #foot .twoColumnsSmallLeft .sliderStyle1 .thumbs,
.js-disabled #top .twoColumnsSmallRight .sliderStyle1 .thumbs,
.js-disabled #foot .twoColumnsSmallRight .sliderStyle1 .thumbs {
  width: 100%;
}
.js-disabled #main .sliderStyle1 .thumbs,
.js-disabled .twoColumnsSmallLeft .sliderStyle1 .thumbs,
.js-disabled .twoColumnsSmallRight .sliderStyle1 .thumbs {
  width: 100%;
  height: auto;
}
.js-disabled #main .sliderStyle1 .thumbs li:nth-child(4n),
.js-disabled .twoColumnsSmallLeft .sliderStyle1 .thumbs li:nth-child(4n),
.js-disabled .twoColumnsSmallRight .sliderStyle1 .thumbs li:nth-child(4n) {
  clear: both;
}

