/*
---

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;
  left: 0;
  right: 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-new.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 h4 p { 
  font-size: 0.78em;
  line-height: 1.286; 
  font-weight: 400;
}
.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: 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: Colours

provides: CSS.Colours

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.colour1,
.colour2,
.colour3 {
  clear: both;
  margin-bottom: 15px;
}
.colour1:after,
.colour2:after,
.colour3:after {
  clear: both;
  content: '';
  display: table;
}
/* SECTIONHEAD - DEFAULTS TO COLOUR 1 */
.sectionhead {
  background: transparent;
  border: 0;
  margin: 0 0 18px;
  padding: 0 0;
}
.sectionhead .sectionhead_sleeve:after {
  clear: both;
  content: '';
  display: table;
}
.sectionhead h2 {
  color: #005385;
  font-size: 1.8em;
  line-height: 1.333;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0;
  text-transform: uppercase;
}
.sectionhead h2 a {
  color: #005385;
}
.sectionhead .rssfeed {
  float: right;
}
.sectionhead .rssfeed span {
  display: inline-block;
  text-indent: -1000em;
  background: url("/magazine/graphics/icons/sprite.icons.png") no-repeat 0 -452px;
  height: 16px;
  width: 16px;
}
.sectionhead .rssfeed + h2 {
  padding-right: 25px;
}
.colour1 {
  background: transparent;
  border: 0;
  padding: 0 0;
}
.colour1 h2,
.colour1 a {
  color: #525252;
}
.colour1 .story_small,
.colour1 .story_large {
  margin: 0 0 6px;
  padding: 0 0 6px;
}
.colour1 .twocolumn {
  margin: 0 0 6px;
  padding: 0;
}
.colour1 .twocolumn .group_story_large .story_list {
  margin: 0 0 -6px;
  padding: 0;
}
.colour1 .twocolumn .story_large,
.colour1 .twocolumn .story_small {
  margin: 0 0 6px;
  padding: 0;
}
.colour1 .group_story_large .story_list {
  margin-bottom: -6px;
  margin-top: 3px;
}
.colour2 {
  background: 0;
  border: 1px solid #d4d4d4;
  padding: 17px 9px;
}
.colour2 .sectionhead {
  background: #005385;
  border: 0;
  margin: 0;
  padding: 17px 9px;
}
.colour2 .sectionhead h2,
.colour2 .sectionhead a {
  color: #005385;
}
.colour2 h2,
.colour2 a {
  color: #525252;
}
.colour2 .story_small,
.colour2 .story_large {
  margin: 0 0 6px;
  padding: 0 0 6px;
}
.colour2 .twocolumn {
  margin: 0 0 6px;
  padding: 0;
}
.colour2 .group_story_large .story_list {
  margin: 0 0 -6px;
  padding: 0;
}
.colour2 .story_large,
.colour2 .story_small {
  margin: 0 0 6px;
  padding: 0;
}
.colour2 .story_list {
  margin-bottom: 6px;
  margin-top: 3px;
}
.colour2 .group_story_large .story_list {
  margin-bottom: -6px;
  margin-top: 3px;
}
.colour3 {
  background: #f6f6f6;
  border: 1px solid #d4d4d4;
  padding: 17px 9px;
}
.colour3 .sectionhead {
  background: #005385;
  border-bottom: 0;
  margin: 0;
  padding: 17px 9px;
}
.colour3 .sectionhead h2,
.colour3 .sectionhead a {
  color: #005385;
}
.colour3 h2,
.colour3 a {
  color: #525252;
}
.colour3 .story_small,
.colour3 .story_large {
  margin: 0 0 6px;
  padding: 0 0 6px;
}
.colour3 .twocolumn {
  margin-bottom: 6px;
}
.colour3 .twocolumn .story_list {
  margin: 0;
  padding: 0;
}
.colour3 .twocolumn .group_story_large .story_list {
  margin: 0 0 -6px;
  padding: 0;
}
.colour3 .twocolumn .story_large,
.colour3 .twocolumn .story_small {
  margin: 0 0 6px;
  padding: 0;
}
.colour3 .story_list {
  margin-bottom: 6px;
  margin-top: 3px;
}
.colour3 .group_story_large .story_list {
  margin-bottom: -6px;
  margin-top: 3px;
}
#wrapper .section_column2 .picture img {
  border: none;
}
#wrapper .section_column2 .colour1 .picture,
#wrapper .section_column2 .colour3 .picture {
  margin-right: 0;
  float: none;
}
#index .section_column2 .picture {
  margin-right: 0;
}

/*
---

name: SPIN

requires: [CSS.Colours]

provides: CSS.SPIN

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.story_small,
.story_large {
  clear: left;
  margin-bottom: 6px;
}
.story_small:after,
.story_large:after {
  clear: both;
  content: '';
  display: table;
}
.story_small .picture,
.story_large .picture {
  float: left;
  margin: 0 10px 9px 0;
}
.story_small .picture a,
.story_large .picture a,
.story_small .picture img,
.story_large .picture img {
  display: block;
}
.story_small p,
.story_large p {
  margin-bottom: 6px;
}
.story_list {
  clear: left;
}
.story_list ul {
  margin: 0;
}
.story_list li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  margin-bottom: 6px;
}
.story_list li h2 {
  font-size: 1.2em;
  line-height: 1.333;
  margin: 0;
}
.story_list li p {
  margin: 0;
}
.story_small h2,
.style2 .story_large h2,
.section_column2 .style2 h2,
.section_column2 .story_large h2 {
  font-size: 1.2em;
  line-height: 1.333;
}
p.more {
  clear: both;
  margin-bottom: 0;
  padding-top: 15px;
}

/*
---

name: Story

provides: CSS.Story

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
h1 {
  color: #222222;
}
h2,
h3,
h4 {
  color: #000000;
}
.storytext > p,
.storytext > ul li,
.storytext > ol li {
  font-size: 2em;
  line-height: 1.35;
}
.storytext > ul,
.storytext > ol {
  overflow: hidden;
}
.storytext ul li li,
.storytext ol li li {
  font-size: 1em;
}
.storytext .inline_image p {
  font-size: 1.6em;
}
.storytext .story_large p {
  font-size: 1.4em;
  line-height: 1.286;
}
.storytext:after {
  clear: both;
  content: '';
  display: table;
}
.storytext table p {
  font-size: 1em;
  line-height: 1.286;
}
.storytext blockquote {
  margin-bottom: 27px;
  background: url(/magazine/graphics/decoration/blockquote.bg.png) no-repeat right bottom;
}
.storytext 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;
}
.storytext blockquote .quotesource {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.429;
}
h2 .icon {
  display: inline-block;
  text-indent: -1000em;
}
.catchline {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #878787;
}
.catchline p {
  font-size: 1.4em;
  line-height: 1.286;
}
.byline {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 27px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 9px 3px;
  font-size: 1.4em;
  line-height: 1.286;
}
.byline .brand {
  margin-right: 3px;
  border-right: 0;
  font-style: italic;
}
.byline > span {
  margin-right: 3px;
  background: url(/magazine/graphics/decoration/generic.border.png) no-repeat right;
  padding-right: 5px;
}
.byline > span:last-child {
  margin-right: 0;
  padding-right: 0;
  background-image: none;
}
.ca {
  display: inline-block;
  margin-right: 2px;
  padding-right: 21px;
  background: url(/magazine/graphics/ca.png) no-repeat right;
}
.popover.on .popoverContent {
  left: auto;
  right: auto;
  opacity: 1;
  visibility: visible;
}
.popover.on .popoverContent .sleeve {
  max-height: 300px;
  overflow: hidden;
}
.popoverContent {
  position: absolute;
  right: 10px;
  left: 10px;
  opacity: 0;
  z-index: 10;
  visibility: hidden;
  width: 300px;
}
.popoverContent .sleeve {
  position: relative;
  background: #f6f6f6;
  border: 1px solid #d4d4d4;
  padding: 12px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.popoverContent .sleeve:after {
  clear: both;
  content: '';
  display: table;
}
.popoverContent img {
  float: left;
  margin-right: 10px;
}
.popoverContent h4 {
  margin-bottom: 6px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
  font-size: 1em;
  line-height: 1;
}
.popoverContent span,
.popoverContent p {
  margin-bottom: 3px;
  font-size: .857em;
  line-height: 1.167;
  color: #545454;
}
.popoverContent span {
  display: inline-block;
  margin-bottom: 9px;
}
.popoverContent p {
  margin-bottom: 0;
  overflow: hidden;
}
.synopsis p {
  font-size: 1.4em;
  font-style: italic;
  line-height: 1.429;
}
.standfirst p {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.4em;
  line-height: 1.375;
  color: #545454;
}
.printonly {
  display: none;
}
/* INLINE IMAGES */
.inlineFull ul:after {
  clear: both;
  content: '';
  display: table;
}
.inlineFull li {
  list-style: none;
  float: left;
  margin-right: 19px;
  margin-bottom: 9px;
}
.inline_image {
  margin: 0 auto;
  padding: 8px;
  border: 1px solid #d4d4d4;
  background-color: #f6f6f6;
}
.inlineFull,
.inline_image {
  clear: both;
  margin-bottom: 9px;
}
.inlineFull img,
.inline_image img {
  display: block;
  width: auto;
}
.inlineFull .picture,
.inline_image .picture {
  margin: 0;
}
.inlineFull ul {
  margin: 0;
  padding-left: 0;
}
.inline_image_left {
  float: left;
  margin-right: 15px;
}
.inline_image_right {
  float: right;
  margin-left: 15px;
}
.inlineRight .picture,
.inlineLeft .picture {
  margin: 0;
}
.inline_image_full {
  width: 100%;
}
.inline_image .picture img,
.inline_image_left .picture img,
.inline_image_right .picture img {
  margin: 0 auto;
}
.inline_image .inline_title,
.inline_image_left .inline_title,
.inline_image_right .inline_title {
  margin: 9px 0;
  display: block;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #545454;
}
.storytext .credit,
.storytext .caption,
.storytext p.inline_source,
.storytext p.inline_caption {
  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;
}
.inline_source cite {
  font-style: normal;
}
.storyMeta {
  color: #545454;
  font-size: 1em;
  line-height: 1;
}
.storyMeta h3 {
  margin-bottom: 12px;
}
.storyMeta p {
  font-family: 'minion-pro', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-style: normal;
  font-weight: 400;
}
/* FACTFILE */
.storytext .factfile {
  border: 1px solid #d4d4d4;
  padding: 12px;
  background-color: #f6f6f6;
  margin-bottom: 27px;
  clear: both;
}
.storytext .factfile > h2 {
  margin-bottom: 12px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1;
}
.storytext .factfile li ul,
.storytext .factfile li ol {
  margin-top: 12px;
}
.storytext .factfile p,
.storytext .factfile > ul > li,
.storytext .factfile > ol > li {
  font-size: 1.6em;
  line-height: 1.313;
}
.storytext .factfile .inline_image {
  border: 0;
  padding: 0;
}
.storytext .factfile .inline_source,
.storytext .factfile .inline_caption {
  font-size: 1.4em;
  line-height: 1.286;
}
/* AUTHOR */
.storyAuthorSmall {
  margin-bottom: 42px;
  padding: 12px;
  background-color: #f6f6f6;
  word-wrap: break-word;
  overflow: hidden;
}
.storyAuthorSmall:after {
  clear: both;
  content: '';
  display: table;
}
.storyAuthorSmall > a {
  float: left;
  margin: 0 10px 9px 0;
}
.storyAuthorSmall .author {
  margin: 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-top: 0;
  float: left;
  width: 62%;
}
.storyAuthorSmall .author a {
  word-wrap: break-word;
}
.storyAuthorSmall .title {
  display: block;
  margin: 9px 0;
}
.storyAuthorSmall .emailAuthor {
  word-break: break-word;
}
.storyAuthorLarge {
  margin: 27px 0;
  padding: 18px;
  background-color: #f6f6f6;
}
.storyAuthorLarge:after {
  clear: both;
  content: '';
  display: table;
}
.storyAuthorLarge img {
  float: left;
  margin: 0 20px 0 0;
}
.storyAuthorLarge p,
.storyAuthorLarge .standfirst {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.4em;
  line-height: 1.375;
}
.contentCitation {
  margin-bottom: 27px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  padding: 8px 0 10px;
}
.contentCitation 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;
}
.contentCitation .publicationCat {
  font-style: italic;
}
/* RELATED CONTENT */
.relatedimages .extras_heading {
  left: -1000em;
  position: absolute;
}
.relatedimages .relatedimages_block {
  overflow: hidden;
  width: 100%;
}
.relatedimages ul {
  margin-right: -30px;
}
.relatedimages ul:after {
  clear: both;
  content: '';
  display: table;
}
.relatedimages li {
  float: left;
  margin-right: 20px;
  background: 0;
  padding: 0;
}
.relatedimages li.last {
  margin-bottom: 0;
}
.relatedimages a,
.relatedimages img {
  display: block;
}
.relatedimages img {
  width: 100%;
}
.relatedContent .relatedimages {
  padding: 0;
  background: none;
  border-top: 0;
}
.relatedContent .relatedimages .relatedimages_block {
  padding-top: 0;
}
.relatedContent .relatedimages ul {
  margin: 0 -20px 0 0;
  width: auto;
}
.relatedContent .relatedimages li {
  display: block;
  float: none;
}
.relatedContent .relatedimages h2 {
  left: -1000em;
  position: absolute;
}
.relatedaudio li:after,
.relatedvideos li:after {
  clear: both;
  content: '';
  display: table;
}
.relatedaudio .picture,
.relatedvideos .picture {
  float: right;
}
.relatedaudio .picture img,
.relatedvideos .picture img {
  margin: 0 0 9px 10px;
}
.relatedfiles li h3 {
  margin-bottom: 3px;
}
.relatedlinks .owner {
  font-style: italic;
}
.alsoIn .extras_heading h2 a,
.alsoIn .extras_heading h2 span {
  display: block;
}
/* MISCELLANEOUS */
.tags li {
  display: inline;
  padding-left: 15px;
  background-position: 4px 7px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.subscribe_options {
  margin-bottom: 12px;
}
.subscribe_options:after {
  clear: both;
  content: '';
  display: table;
}
.subscribe_options .subscribe_box {
  float: left;
  width: 23.72881356%;
  margin-right: 10px;
}
#story .relatedContent .extras {
  clear: both;
}
.relatedContent .inlineFull li,
.relatedContent .relatedimages li {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
#story .gallery .display img {
  width: 100%;
}
#story .gallery .thumbs {
  position: relative;
  width: auto;
}
#story .gallery .controls {
  position: relative;
  width: 100%;
}
.sliderStyle2.publicationSlider {
  overflow: visible;
}
.sliderStyle2.publicationSlider .sleeve:after {
  clear: both;
  content: '';
  display: table;
}
.sliderStyle2.publicationSlider 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.407;
}
.sliderStyle2.publicationSlider .thumbIcons {
  display: none;
}
.sliderStyle2.publicationSlider .picture {
  float: left;
  max-width: 43%;
  margin-right: 20px;
  margin-bottom: 0;
}
.sliderStyle2.publicationSlider .content {
  margin-left: 0;
  padding: 18px 12px 18px 0;
}
.sliderStyle2.publicationSlider .content:after {
  clear: both;
  content: '';
  display: table;
}
.sliderStyle2.publicationSlider .content p {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1.333;
}
div[class="publicationSlider"] .sleeve > 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.407;
}
div[class="publicationSlider"] .content {
  padding: 18px 18px 6px;
  border-bottom: 1px solid #d4d4d4;
  background-color: #f6f6f6;
}
div[class="publicationSlider"] .content:after {
  clear: both;
  content: '';
  display: table;
}
div[class="publicationSlider"] .content p {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1.333;
}
div[class="publicationSlider"] .picture {
  float: left;
  margin-top: -9px;
  margin-right: 18px;
}
.emailAuthor {
  padding-left: 21px;
  background: url(/magazine/graphics/icons/mail.png) no-repeat left;
  display: inline-block;
  margin-bottom: 12px;
}
.box.style2.medicinesComplete {
  padding-top: 15px;
}
.box.style2.medicinesComplete .formbox {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}
.box.style2.medicinesComplete h2 {
  margin-bottom: 12px;
  font-size: 2em;
}
.box.style2.medicinesComplete label {
  left: -1000em;
  position: absolute;
}
.box.style2.medicinesComplete .text {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 6px;
  width: 63%;
  border-radius: 0;
}
.box.style2.medicinesComplete button {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}
.box.style2.medicinesComplete span {
  clear: both;
  display: block;
  margin-left: 0;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.167;
}
.box.style2.medicinesComplete span strong {
  color: #9a3496;
  text-transform: capitalize;
}
.articlePagination.paging .paging_results p > *:first-child {
  padding-left: 6px;
}

/*
---

name: Video layout

description: Styles for various types of video layouts

provides: CSS.VideoLayouts

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/

/*
---

name: Gallery

provides: CSS.Gallery

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.gallery,
.slider {
  background: #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: Paging

requires: [CSS.Main]

provides: [CSS.Paging]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.paging {
  width: 100%;
  clear: both;
  margin: 12px 0;
}
.paging ul:after {
  clear: both;
  content: '';
  display: table;
}
.paging .paging_numbers {
  text-align: center;
  position: relative;
  border-top: 1px solid #d4d4d4;
  padding: 9px 0;
}
.paging .paging_numbers ul {
  display: inline-block;
  margin: 0;
  padding-left: 0;
}
.paging .paging_numbers 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;
  background: none;
  padding-left: 0;
}
.paging .paging_numbers li.selected {
  font-weight: 700;
}
.paging .paging_numbers li.selected a,
.paging .paging_numbers li.selected span {
  color: #545454;
}
.paging .paging_numbers a,
.paging .paging_numbers span {
  color: #005385;
  display: inline-block;
  padding: 0 9px;
}
.paging .paging_numbers a:hover,
.paging .paging_numbers span.on {
  color: #005385;
  text-decoration: underline;
}
.paging .paging_numbers a:hover.previous,
.paging .paging_numbers span.on.previous,
.paging .paging_numbers a:hover.next,
.paging .paging_numbers span.on.next {
  color: #005385;
  text-decoration: underline;
}
.paging .paging_numbers .first {
  display: block;
  float: none;
  clear: both;
}
.paging .paging_numbers .first a:hover,
.paging .paging_numbers .first span.on {
  border: 0;
}
.paging .paging_numbers .last {
  float: none;
  display: block;
  clear: both;
}
.paging .paging_numbers .last a:hover,
.paging .paging_numbers .last span.on {
  border: 0;
}
.paging .paging_numbers .previous,
.paging .paging_numbers .next {
  background: url("/magazine/graphics/buttons/sprite.buttons.png") no-repeat 100% 0;
  border: 0;
  padding: 0;
  margin: 0;
}
.paging .paging_numbers .previous {
  background-position: 0 -137px;
  padding-left: 27px;
}
.paging .paging_numbers .next {
  background-position: -67px -137px;
  padding-right: 27px;
}
.paging .paging_numbers span.previous {
  background-position: 0 -201px;
  color: #d4d4d4;
}
.paging .paging_numbers span.next {
  background-position: -67px -201px;
  color: #d4d4d4;
}
.paging .paging_results {
  clear: left;
  padding: 0 0 15px;
  border-bottom: 1px solid #d4d4d4;
}
.paging .paging_results:after {
  clear: both;
  content: '';
  display: table;
}
.paging .paging_results p {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.287;
  margin-bottom: 0;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.paging .paging_results p > * {
  margin-left: 6px;
  border-left: 1px solid #545454;
  padding-left: 6px;
}
.paging .paging_results p > *:first-child {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}
.paging .paging_results p .selected {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.paging .paging_results .print {
  float: right;
}
.paging .paging_results .print a {
  background: url("/magazine/graphics/icons/sprite.icons.png") no-repeat 0 -126px;
  display: inline-block;
  padding: 0 0 0 22px;
}

/*
---

name: Ratings

provides: CSS.Ratings

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.ratings {
  background-color: #f6f6f6;
}
.ratings:after {
  clear: both;
  content: '';
  display: table;
}
.ratings h2 {
  margin-bottom: 0;
  padding-bottom: 27px;
  background-color: #ffffff;
}
.ratings p {
  float: left;
  margin: 22px 0 0 12px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.286;
}
.ratings .ratingsList {
  float: left;
  margin: 15px 0 17px 12px;
}
.ratings .ratingsList:after {
  clear: both;
  content: '';
  display: table;
}
.ratings .ratingsStar {
  background: url(/magazine/graphics/star.png) 50% 0 no-repeat;
  cursor: pointer;
  display: block;
  float: left;
  height: 34px;
  margin: 0 9px 0 0;
  padding: 0;
  text-indent: -1000em;
  width: 34px;
}
.ratings .ratingsStar:last-child {
  margin-right: 0;
}
.ratings .ratingsStarOver,
.ratings .ratingsStarSelected {
  background-position: 50% 100%;
}
.ratingsRated .ratingsStar {
  cursor: default;
}

/*
---

name: Comments

requires: [CSS.Layout, CSS.Paging, CSS.Forms]

provides: [CSS.Comments]

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

...
*/
#comments .comments_question,
#comments_form .comments_question {
  margin-bottom: 27px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.4em;
  line-height: 1.375;
}
#comments {
  margin-bottom: 42px;
}
#comments 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;
}
#comments .picture {
  float: right;
  margin: 0 0 9px 10px;
}
#comments ul {
  margin: 0;
  padding-left: 0;
}
#comments li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid #d4d4d4;
  padding: 18px 12px 9px 54px;
  background: #f6f6f6 url(/magazine/graphics/decoration/sprite.comments.png) no-repeat -148px 0;
}
#comments li:after {
  clear: both;
  content: '';
  display: table;
}
#comments li.even {
  background-color: #ffffff;
}
#comments li.editor_comment {
  background-color: #f6f6f6;
  background-position: 3px -153px;
}
#comments p {
  margin: 0 0 9px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
}
#comments p:not(.meta):not(.byline) {
  line-height: 1.286;
}
#comments .meta {
  margin-bottom: 0;
  font-size: 1.2em;
  text-align: right;
}
#comments .byline {
  margin-bottom: 12px;
  border: 0;
  padding: 0;
}
#comments .byline > a {
  margin-right: 3px;
  background: url(/magazine/graphics/decoration/generic.border.png) no-repeat right;
  padding-right: 5px;
}
#comments .byline .author {
  font-weight: bold;
}
#comments_form .loggedout ul:after {
  clear: both;
  content: '';
  display: table;
}
#comments_form .loggedout li {
  font-size: 1em;
  line-height: 1;
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0;
  float: left;
}
#comments_form .loggedout p {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.286;
}
#comments_form .loggedout a {
  margin: 0 9px 0 0;
}

/*
---

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: 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: Attachments

requires: [CSS.Lists]

provides: [CSS.Attachments]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
body.overlayOpen {
  overflow: hidden;
}
.gallery .options {
  height: 49px;
  position: relative;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.gallery .options p {
  margin-bottom: 0;
  position: absolute;
  top: 18px;
  font-size: 1.4em;
}
.gallery .options .counter {
  left: 12px;
  color: #878787;
}
.gallery .options .toggle-caption {
  right: 12px;
  color: #005385;
  cursor: pointer;
}
.gallery .caption-hidden .caption {
  display: none;
}
.fullsize.inline_image {
  position: relative;
}
.fullsize.inline_image .picture .fullsize {
  display: none;
}
button.show-fullscreen {
  background: url(/magazine/graphics/fullscreen.png) 0 0 no-repeat;
  display: block;
  padding: 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 16px;
  right: 18px;
  text-indent: -9999px;
}
.attachments {
  background: #2A2A2A;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 65536;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  overflow: auto;
}
.attachments.open {
  opacity: 1;
}
.attachments .toolbar {
  background: #191919;
  border-bottom: 1px solid #999;
  height: 39px;
  padding: 10px;
  text-align: center;
}
.attachments .toolbar ul {
  margin: 0;
  padding-left: 0;
}
.attachments .toolbar ul,
.attachments .toolbar li {
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 0 5px;
}
.attachments .toolbar .close {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzT7MfTgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwNS8yMS8xMnmMrK8AAAHVSURBVEjHrZW9isJAEMfzBuYNfAQP/EAQNZWgokRQsPPeQN/Ae4N7Ar3aygMf4A4rLTRYKCpIsLKwsBWbuZ1hN7cXd5OcODBFMrO//WdmdmMAgKFxk/kr80/mLvzahfk38x7PUa7XQXscEGaY86baQKXyC/5vDvMXHdjkCY/aRYbL4LHIWK/XMBwOYT6fB8t0HMpbLpeyclMG2/KC0WgE2WwWarUazGYzJXS1WoFt25Q3GAzkUF8Gy10nxe12G5LJJC1EiD9eLBYpjnBJsSiJafC63NnhcADLsiCVSkGlUvHgu92OYPge4f5NuXUMLh10cAEpFAownU69zarVKinX2PhP03S1RCh+diaTISiWZ7FYBC1zjShzu91uCSbgIVCySGBUnU6nCYyKnwLGOoo6C8f6hsAvoc3D+iIM4ZPJBFqtFj3n83ndRHjNS6gim80Gms2m1ywxAThuYjM8QHj6FNZVHpDz+QyNRoPqWi6X704fKkUoxuv1OhyPRz84LsAd+e3pdIJcLgelUkl7X6BShGLefr+XQ+/+S8hr4u12o2TXdQM7j0ox73q9evPLPOYHx55wbSZ0F/2jcFeGBv2a+hF/TWgf4vOjgIX6ruYAObxJcd36H1n1fQPZiUT/AAAAAElFTkSuQmCC) no-repeat 100% 50%;
  border: 0;
  box-shadow: none;
  font: bold 12px/24px Arial, sans-serif;
  height: 24px;
  line-height: 1;
  position: fixed;
  right: 10px;
  text-align: left;
  text-indent: -9999px;
  top: 7px;
  width: 70px;
}
.attachments .toolbar .close:HOVER {
  color: #FFF;
  opacity: 1;
  text-decoration: underline;
}
.attachments .main {
  background: #000;
  overflow: hidden;
}
.attachments .sleeve {
  position: relative;
  height: 100%;
}
.attachments .main .display {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.attachments .main .display div {
  max-height: 100%;
  overflow: hidden;
  text-align: center;
}
.attachments .main .display img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.attachments.popuploaded .main,
.attachments.popuploaded .side {
  background: #000000 url(/magazine/graphics/ajax_loader.gif) no-repeat 50% 50%;
}
.attachments.popuploaded .main .display img,
.attachments.popuploaded .side .display img,
.attachments.popuploaded .main .controls,
.attachments.popuploaded .side .controls,
.attachments.popuploaded .main .caption,
.attachments.popuploaded .side .caption,
.attachments.popuploaded .main .advert,
.attachments.popuploaded .side .advert {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.attachments.popuploaded.loaded.imgLoading .main .display img,
.attachments.popuploaded.loaded.imgLoading .side .display img,
.attachments.popuploaded.loaded.imgLoading .main .caption,
.attachments.popuploaded.loaded.imgLoading .side .caption,
.attachments.popuploaded.loaded.imgLoading .main .advert,
.attachments.popuploaded.loaded.imgLoading .side .advert {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.attachments.popuploaded .side {
  background: url(/magazine/graphics/ajax_loader_side.gif) no-repeat 50% 50%;
}
.attachments.popuploaded.loaded .main,
.attachments.popuploaded.loaded .side {
  background: 0;
}
.attachments.popuploaded.loaded .main .display img,
.attachments.popuploaded.loaded .side .display img,
.attachments.popuploaded.loaded .main .controls,
.attachments.popuploaded.loaded .side .controls,
.attachments.popuploaded.loaded .main .caption,
.attachments.popuploaded.loaded .side .caption,
.attachments.popuploaded.loaded .main .advert,
.attachments.popuploaded.loaded .side .advert {
  opacity: 1;
}
.attachments.popuploaded.loaded .main {
  background: #000;
}
.attachments .main .loading {
  background: url(/magazine/graphics/ajax_loader.gif) no-repeat 50% 50%;
  opacity: 1;
}
.attachments .main .loading img {
  visibility: hidden;
}
.attachments .main .controls {
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
}
.attachments .main .controls a,
.attachments .main .controls a h2,
.attachments .main .controls a p {
  color: #FFF;
}
.attachments .main .controls a:HOVER {
  text-decoration: none;
}
.attachments .main .controls h2 {
  font: bold 12px Arial;
}
.attachments .main .controls p {
  font: 12px Arial;
  max-width: 250px;
}
.attachments .main .controls li {
  cursor: pointer;
  display: block;
  height: 92px;
  text-indent: -9999px;
  width: 50px;
}
.attachments .main .controls .previous {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUBAMAAADuRQ3yAAAAA3NCSVQICAjb4U/gAAAAJ1BMVEX////////////////////////////////////////////////u7u51Nze3AAAADXRSTlMAESIzVWaImczd7v//bZETJgAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMi8yOC8xM7Yk7T0AAAAYdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3Jrc0+zH04AAADzSURBVEiJ7dchDsJAEEbhLSUBkgpkz4BCV+ExHIEj4FFoFBpFkGgCYQ0H4FB019F5P5kD7OgvL5Nmu03Dxz3hHZzTFFpooZJWKzdt715aHePGSdsYB1lF+2gcZBXtozFePDRHX0sPzdGrZ1eKCkpRphhlOqEo0z1FkXIUKUeJiihREQU6FVGgZxG1dKailsqooTpq6CLRk4uOEn3OXbuukz246Fhm7XOVWUvrm8jCGehEFqjK0nkVWaIii+8WZ5Fylq8MzDLFrLjeKCsoZdVVDFlFc3bnoin7cO2as7/RP5+4bhD9Q+utm5optNBCm+D/4fsClocRKGaCleUAAAAASUVORK5CYII=);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  float: left;
  position: absolute;
}
.attachments .main .controls .next {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAABUBAMAAADuRQ3yAAAAA3NCSVQICAjb4U/gAAAAJ1BMVEX////////////////////////////////////////////////u7u51Nze3AAAADXRSTlMAESIzVWaImczd7v//bZETJgAAAAlwSFlzAAALEgAACxIB0t1+/AAAABZ0RVh0Q3JlYXRpb24gVGltZQAwMi8yOC8xM7Yk7T0AAAAYdEVYdFNvZnR3YXJlAEFkb2JlIEZpcmV3b3Jrc0+zH04AAADxSURBVEiJ7dcvDsIwHMXxERgzCCSgOAIaxT12CfwMaAxnAIkl4U8NB+BQ0M71vZc8OdHK5ZNvfmnaNKu+9qo+lblmhRZaKNDJ3Kbt0aV1eIos0DYEkc1pHYLK5nT1pyKb0/FNZmHWrcwC1VncV5lFKrPkDKTs3qIp+7CoyjIqsvS88iylPMtvQcoeLJqyL4v22bNFWVbdWJJVdBnpxaGjU6Rrhy6ivDuz9tGdQ1mU0xR9bxyaotf8K6M8SimPMiqijIoooSpKqIoilVGkMgpUR4HqKNBGRnHWTkWRNipK9rUTUUKnIjrER77QQodM/R++HxOGEKEpDqY5AAAAAElFTkSuQmCC);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  float: right;
}
.attachments .side .advert {
  padding: 15px 0;
}
.attachments .side .advert iframe {
  border: none;
  height: 250px;
  overflow: hidden;
  width: 300px;
}
.attachments .side:after {
  clear: both;
  content: '';
  display: table;
}
.attachments .side .caption {
  text-transform: none;
}
.attachments .side .caption .empty {
  display: none;
}
.attachments .side .caption .heading {
  color: #FFF;
}
.attachments .side .caption p {
  color: #FFF;
  font-size: 1.4em;
  line-height: 1.428;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.attachments .side .caption p.credit {
  font-size: 1em;
  line-height: 1.6;
}
.attachments .side .caption p a {
  color: #FFF;
  text-decoration: underline;
}
.attachments .side .caption .source {
  font: 1.2em/1.6 Arial, sans-serif;
  color: #fff;
}
/* IMAGES STUFF */
.attachments .main .picture.controls {
  bottom: 82px;
  height: auto;
  top: 0;
  position: static;
}
.attachments .main .picture.controls li {
  height: 100%;
}
.attachments .main .picture.controls .previous,
.attachments .main .picture.controls .next {
  width: 84px;
  height: 84px;
  margin-top: 0;
  top: 40%;
  opacity: 1;
}
.attachments .main .picture.controls .previous {
  background-position: 0 50%;
  left: 15px;
}
.attachments .main .picture.controls .next {
  background-position: 100% 50%;
  position: absolute;
  right: 15px;
}
.attachments .main .picture.controls .disabled {
  background: none;
  cursor: default;
  display: none;
}
/* SINGLE IMAGE */
.attachments.single-image .toolbar ul {
  display: none;
}
/* TABLE STUFF */
.attachments .main.tables-attachments {
  background: #FFF;
  bottom: 88px;
  overflow: visible;
}
.attachments.popuploaded.loaded .main.tables-attachments {
  background: #fff;
}
.attachments .main.tables-attachments TABLE {
  margin: 0 auto;
}
.attachments .main.tables-attachments .sleeve {
  overflow: auto;
}
.attachments .main.tables-attachments .sleeve div {
  padding: 20px;
}
.attachments .main.tables-attachments .controls {
  background: #000;
  border-top: 1px solid #CCC;
  bottom: -87px;
  height: 87px;
}
.attachments .main.tables-attachments .controls ul {
  margin: 0;
}
.attachments .main.tables-attachments .controls li {
  height: 88px;
  text-indent: 0;
  width: auto;
}
.attachments .main.tables-attachments .controls li.disabled {
  display: none;
}
.attachments .main.tables-attachments .controls a {
  display: table-cell;
  height: 71px;
  vertical-align: middle;
}
.attachments .main.tables-attachments .controls h2 {
  margin: 0 0 10px;
  padding: 0;
}
.attachments .main.tables-attachments .controls p {
  margin: 0;
}
.attachments .main.tables-attachments .controls .previous {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABHCAYAAABvYOVsAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzT7MfTgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC8wNi8xMv9MprYAAAGrSURBVGiB7dq9ahRRGIDhJxokRYoVUhgMIhFCSq8gBATvwTuwU7sUYm1EsLCz8AK8ASvFInegSAqxCIpBLESCRFHX4szAskQ/mRlmBvxeWPYPDg/nDMNy9ixMp9Nt/fQZRzisnk9ssScMTKrHmoJ74wTYqR5Bs01wGefmvxgKRFmdTXOoIUF1m1iu34wBREFhPKBl1dKNBQQrJChsKUFRCYpKUFSCohIUlaCoBEUlKCpBUQmK6hq0isd4ivUmA3QJWsVtXMTppoN0tR0zwT2cxxfcx9smA3UxQxewW2F+4iH2mg7WdoaWcEe5Xr7iAZ63GbDNDK3hES7hm7JMzzAdCnStQv1SZuZFG0gXoHomvuNMBxa0Az3Ba+U6uomtoUEHyn3nfTXODVzBwlAgyvbuDl7ibPX66pAgeIe7+KDcoa9je0iQCnMLr5T9wo2mA3W5k/9RuRdtKNdXo7r+a+FACwz/we+h1iUoKkFRCYpKUFSCohIUlaCosYGOE/SXPjGuJRsVqD7oNBrQfv1iDKB9Myet+jzyNd8P5djX4eyHQ4H+eAatT9A/ndL7DXazQ34l5LR8AAAAAElFTkSuQmCC) no-repeat 0 50%;
}
.attachments .main.tables-attachments .controls .previous a {
  padding: 8px 0 8px 46px;
}
.attachments .main.tables-attachments .controls .next {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABHCAYAAABvYOVsAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzT7MfTgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC8wNi8xMv9MprYAAAGfSURBVGiB7dqxahRBAIDh75ZDop4oaJG0EmJxBHwuCzsRQSxECCYPID6JeQTLQEgjYiFILCwUDrUInMXskUUuDOyMN4PMDwPLsdx+7M4uN8tNlsulK9rCvX7MML1qx4ydrDvIFLvY3gBg7cGHzfBwzecbqxtsF8dwCZqqAMMlaFcFGAJoS6EJvK5OuK2rqUrQrDRiWKeSybyqi++y2RooVgPFaqBYDRSrgWI1UKwGitVAsRoo1ljQOxzjfkYLxoMmuIZX2M/HGQ96hK/Civcl9kqDPuEAP3AHr2U6UymT+hRP8R238UyGOZV6l33AC+Hy7eAtHpQEEc7Uc1wIq+DHpUFwE7+w7MfocoD2hct2S5jkb0qC5sLEvotvPews5QtT3nzMcYgb+NJvn6ZgUkBzPMF1/BSeSUlnJhW004/POMqFSQGd9ZDznBjGg877kb3/5vfQP6uBYjVQrAaK1UCxGihWA8VqoFidsMCrpg6L0ohhnbCeqqYqQb+FtxdVtLrLPqpkcq9AFzhRAWr4HFqoAPX3g3GB9wrOqUlt/9L7A/iuP5haBziCAAAAAElFTkSuQmCC) no-repeat 100% 50%;
}
.attachments .main.tables-attachments .controls .next a {
  padding: 8px 46px 8px 0;
  text-align: right;
}
/* VIDEO STUFF */
.attachments .main.videos-attachments {
  bottom: 88px;
  overflow: visible;
}
.attachments .main.videos-attachments .controls {
  background: #000;
  border-top: 1px solid #CCC;
  bottom: -87px;
  height: 87px;
}
.attachments .main.videos-attachments .controls ul {
  margin: 0;
}
.attachments .main.videos-attachments .controls li {
  height: 88px;
  text-indent: 0;
  width: auto;
}
.attachments .main.videos-attachments .controls li.disabled {
  display: none;
}
.attachments .main.videos-attachments .controls a {
  display: table-cell;
  height: 71px;
  vertical-align: middle;
}
.attachments .main.videos-attachments .controls h2 {
  margin: 0 0 10px;
  padding: 0;
}
.attachments .main.videos-attachments .controls p {
  margin: 0;
}
.attachments .main.videos-attachments .controls .previous {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABHCAYAAABvYOVsAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzT7MfTgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC8wNi8xMv9MprYAAAGrSURBVGiB7dq9ahRRGIDhJxokRYoVUhgMIhFCSq8gBATvwTuwU7sUYm1EsLCz8AK8ASvFInegSAqxCIpBLESCRFHX4szAskQ/mRlmBvxeWPYPDg/nDMNy9ixMp9Nt/fQZRzisnk9ssScMTKrHmoJ74wTYqR5Bs01wGefmvxgKRFmdTXOoIUF1m1iu34wBREFhPKBl1dKNBQQrJChsKUFRCYpKUFSCohIUlaCoBEUlKCpBUQmK6hq0isd4ivUmA3QJWsVtXMTppoN0tR0zwT2cxxfcx9smA3UxQxewW2F+4iH2mg7WdoaWcEe5Xr7iAZ63GbDNDK3hES7hm7JMzzAdCnStQv1SZuZFG0gXoHomvuNMBxa0Az3Ba+U6uomtoUEHyn3nfTXODVzBwlAgyvbuDl7ibPX66pAgeIe7+KDcoa9je0iQCnMLr5T9wo2mA3W5k/9RuRdtKNdXo7r+a+FACwz/we+h1iUoKkFRCYpKUFSCohIUlaCosYGOE/SXPjGuJRsVqD7oNBrQfv1iDKB9Myet+jzyNd8P5djX4eyHQ4H+eAatT9A/ndL7DXazQ34l5LR8AAAAAElFTkSuQmCC) no-repeat 0 50%;
}
.attachments .main.videos-attachments .controls .previous a {
  padding: 8px 0 8px 46px;
}
.attachments .main.videos-attachments .controls .next {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAABHCAYAAABvYOVsAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABh0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzT7MfTgAAABZ0RVh0Q3JlYXRpb24gVGltZQAwOC8wNi8xMv9MprYAAAGfSURBVGiB7dqxahRBAIDh75ZDop4oaJG0EmJxBHwuCzsRQSxECCYPID6JeQTLQEgjYiFILCwUDrUInMXskUUuDOyMN4PMDwPLsdx+7M4uN8tNlsulK9rCvX7MML1qx4ydrDvIFLvY3gBg7cGHzfBwzecbqxtsF8dwCZqqAMMlaFcFGAJoS6EJvK5OuK2rqUrQrDRiWKeSybyqi++y2RooVgPFaqBYDRSrgWI1UKwGitVAsRoo1ljQOxzjfkYLxoMmuIZX2M/HGQ96hK/Civcl9kqDPuEAP3AHr2U6UymT+hRP8R238UyGOZV6l33AC+Hy7eAtHpQEEc7Uc1wIq+DHpUFwE7+w7MfocoD2hct2S5jkb0qC5sLEvotvPews5QtT3nzMcYgb+NJvn6ZgUkBzPMF1/BSeSUlnJhW004/POMqFSQGd9ZDznBjGg877kb3/5vfQP6uBYjVQrAaK1UCxGihWA8VqoFidsMCrpg6L0ohhnbCeqqYqQb+FtxdVtLrLPqpkcq9AFzhRAWr4HFqoAPX3g3GB9wrOqUlt/9L7A/iuP5haBziCAAAAAElFTkSuQmCC) no-repeat 100% 50%;
}
.attachments .main.videos-attachments .controls .next a {
  padding: 8px 46px 8px 0;
  text-align: right;
}
.attachments .main.videos-attachments .videoblock p {
  display: none;
}
#attachments-page .toolbar,
#attachments-page .side,
#attachments-page .controls {
  display: none;
}
.more.returnLink {
  display: none;
}
.story-custom .more.returnLink {
  display: block;
  font-weight: bold;
  padding-left: 12px;
  background: url(/magazine/graphics/list.style1.png) no-repeat left 4px;
}
.js-disabled .toolbar,
#attachments .toolbar,
.js-disabled .controls,
#attachments .controls,
.js-disabled .thumbs,
#attachments .thumbs {
  display: none;
}
.js-disabled .main,
#attachments .main {
  overflow-x: auto;
}
.js-disabled .main .display img,
#attachments .main .display img {
  max-width: 100%;
}
.js-disabled .side,
#attachments .side {
  margin-top: 9px;
}
.js-disabled .side:after,
#attachments .side:after {
  clear: both;
  content: '';
  display: table;
}
.js-disabled .side .advert,
#attachments .side .advert {
  float: left;
  margin: 0 10px 9px 0;
}
.js-disabled .side iframe,
#attachments .side iframe {
  height: 250px;
}

/*
---

name: Socialmedia

description: Socialmedia links for Story, Biography, Contacts, etc

provides: [CSS.Socialmedia]

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

...
*/
.socialMediaLinks .link {
  display: inline-block;
  vertical-align: middle;
}
.socialMediaLinks .link .IN-widget {
  font-size: 1.4em;
  vertical-align: top!important;
}
.socialMediaLinks .twitter iframe {
  max-width: 150px;
}
.socialMediaLinks .facebook iframe {
  max-height: 20px;
  max-width: 115px;
}
.socialMediaLinks .google span {
  margin: 0 5px 0 0 !important;
}
.socialMediaLinks .google img {
  height: 16px !important;
  width: 16px !important;
}
.IN-widget,
.twitter-follow-button,
.link > a:first-child,
.link > iframe:first-child {
  margin-right: 10px;
}

