/*
---

name: Main

description: Main tag / class styles

provides: [CSS.Main]

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

...
*/
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
html {
  font-size: 100%;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  color: #545454;
  font-family: 'minion-pro', TimesNewRoman, 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 62.5%;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
blockquote,
dl,
dt,
dd,
form,
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 27px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
h1 {
  margin-bottom: 18px;
  font-size: 4.2em;
  line-height: 1.143;
}
h2 {
  font-size: 2.4em;
  line-height: 1.125;
}
h3 {
  font-size: 2.1em;
  line-height: 1.286;
}
h4 {
  font-size: 1.8em;
  line-height: 1;
}
h5,
h6 {
  font-size: 1.6em;
  line-height: 1.125;
}
p {
  margin-bottom: 27px;
  font-size: 1.6em;
  line-height: 1.125;
}
a:link,
a:visited {
  color: #005385;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
dl {
  font-size: 1.6em;
  line-height: 1.125;
  margin-bottom: 12px;
  width: 100%;
}
dt,
dd {
  display: inline-block;
  vertical-align: top;
  word-wrap: break-word;
  padding-bottom: 6px;
}
dt {
  font-weight: bold;
  width: 24%;
}
dd {
  width: 74%;
}
hr {
  border: 0;
  border-bottom: 1px solid #d4d4d4;
  margin: 0 0 8px;
  line-height: 1px;
}
address {
  font-style: normal;
  font-size: 1.6em;
  margin: 0 0 9px;
}
address p {
  margin: 0;
}
abbr {
  border-bottom: 1px dotted #545454;
}
ul,
ol {
  padding-left: 34px;
  margin: 15px 0;
}
ul > li,
ol > li {
  margin-bottom: 6px;
  font-size: 1.6em;
  line-height: 1.125;
}
ul > li li,
ol > li li {
  font-size: 1em;
}
img {
  max-width: 100%;
}
.accessbility_buttons {
  display: none;
}
.printonly {
  display: none;
}
.inlineLeft {
  float: left;
  margin: 0 10px 9px 0;
  margin-bottom: 0;
}
.inlineRight {
  float: right;
  margin: 0 0 9px 10px;
}
.currentissue {
  margin-bottom: 15px;
}
.picture img {
  display: block;
}
.meta {
  margin: 9px 0;
  color: #878787;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.286;
}
.meta > span {
  margin-right: 3px;
  background: url(/magazine/graphics/decoration/generic.border.png) no-repeat right;
  padding-right: 5px;
}
.meta > span:last-child {
  margin-right: 0;
  padding-right: 0;
  background-image: none;
}

/*
---

name: Structure

requires: [CSS.Main]

provides: [CSS.Structure]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
#wrapper {
  margin: 0 auto;
  overflow: hidden;
}
#mast_sleeve {
  padding: 15px 0;
}
#mast_sleeve:after {
  clear: both;
  content: '';
  display: table;
}
#logo {
  text-align: center;
  margin: 0 auto;
}
#logo a {
  display: block;
}
#print_logo {
  display: none;
}
#mastnav {
  float: right;
  margin: 0 0 20px;
  width: 900px;
}
#mastnav:after {
  clear: both;
  content: '';
  display: table;
}
#mastnav ul {
  margin: 0;
  padding: 0;
}
#mastnav li {
  float: left;
  list-style: none;
  margin: 0 0 0 15px;
}
#mastnav li a {
  float: left;
}
#mastnav li.first {
  margin-left: 0;
  padding-left: 0;
}
#mastsearch {
  float: right;
  margin: 0;
}
#mastsearch .formbox {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
#mastsearch label {
  left: -1000em;
  position: absolute;
}
#mastsearch .text {
  float: left;
  width: 268px;
  padding: 4px;
}
#mastsearch button {
  float: left;
  margin-left: 3px;
  padding: 0;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  background: #d4d4d4 url(/magazine/graphics/buttons/button.search.small.png) no-repeat;
  border-radius: 3px;
  background-position: center;
}
#mastsearch button:hover {
  background-color: #005385;
}
.mastHybrid {
  display: none;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.mastHybrid h4 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 9px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 4.2em;
  line-height: 1.103;
  color: #7fbad1;
}
.mastHybrid a {
  text-transform: uppercase;
}
.mastHybrid .button {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  padding: 5px 12px;
  font-size: 1.4em;
}
.mastHybrid span {
  display: inline-block;
  vertical-align: middle;
  margin: 12px 9px 0;
  font-size: 1.4em;
  line-height: 1.286;
  text-transform: uppercase;
}
.mastHybrid .sleeve {
  text-align: center;
  margin-top: 6px;
  border-bottom: 1px solid #d4d4d4;
  background-color: #f6f6f6;
}
.mastHybrid .sleeve p {
  font-size: 1.4em;
  line-height: 1.286;
  margin-bottom: 0;
  padding: 2px 12px 4px;
}
.mastHybrid.subscriber {
  text-align: center;
}
.mastHybrid.subscriber h4 {
  display: block;
  margin-right: 0;
  font-size: 2.7em;
  line-height: 1.407;
}
#mast_bar {
  margin: 32px 0 18px;
}
#content #mpu1-tablet,
#content #mpu1-mobile {
  margin-bottom: 42px;
}
#rightcolumn_sleeve > div {
  margin-bottom: 42px;
}
#rightcolumn_sleeve .branding {
  padding-top: 6px;
  padding-left: 21px;
  margin-bottom: 60px;
}
#rightcolumn_sleeve #mainright {
  margin-bottom: 0;
}
.mastNavContainer {
  background-color: #f6f6f6;
  border-bottom: 1px solid #d4d4d4;
  padding: 6px 0 8px;
}
.mastNavContainer:after {
  clear: both;
  content: '';
  display: table;
}
#mastnav,
.mastNavStyle1 {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  float: none;
  width: auto;
  margin: 0;
}
#mastnav a.dropdown,
.mastNavStyle1 a.dropdown {
  color: #000000;
  padding: 9px;
  display: block;
  font-size: 1.2em;
}
#mastnav a.dropdown span,
.mastNavStyle1 a.dropdown span {
  padding-right: 10px;
}
#mastnav a.dropdown i,
.mastNavStyle1 a.dropdown i {
  background: url(/Magazine/graphics/buttons/account-down.png) no-repeat right center;
  padding: 9px 10px;
  display: inline-block;
  background-size: 9px 11px;
  padding: 19px 2px 0 11px;
  position: absolute;
}
#mastnav ul,
.mastNavStyle1 ul {
  padding-top: 9px;
  float: left;
  text-transform: uppercase;
}
#mastnav ul li,
.mastNavStyle1 ul li {
  padding: 1px 6px;
  margin: 0;
  border-right: 1px solid #A5A5A5;
  font-size: 1.4em;
  line-height: 11px;
}
#mastnav ul li:last-child,
.mastNavStyle1 ul li:last-child {
  border-right: 0;
}
#mastnav ul::after,
.mastNavStyle1 ul::after {
  clear: both;
  content: '';
  display: table;
}
#mastnav .tablet,
.mastNavStyle1 .tablet,
#mastnav .desktop,
.mastNavStyle1 .desktop {
  display: none;
}
#mastnav:after,
.mastNavStyle1:after {
  clear: both;
  content: '';
  display: table;
}
#footer {
  display: block;
}
#footer:after {
  clear: both;
  content: '';
  display: table;
}
#footer ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
#footer ul.hide {
  height: 0;
  overflow: hidden;
}
#footer .toolbar {
  display: block;
  background-color: #7093a0;
}
#footer .toolbar .btn {
  display: block;
}
#footer .toolbar .btn:hover {
  text-decoration: none;
}
#footer .toolbar .btn i {
  height: 42px;
  width: 50px;
  display: inline-block;
  float: right;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .toolbar .btn i.dropDownIcon {
  margin-right: 8px;
  width: 42px;
  height: 42px;
  background-image: url(/magazine/graphics/buttons/menu.png);
}
#footer .toolbar h2 {
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff;
  color: #000000;
  font-size: 1em;
  font-weight: normal;
  line-height: normal;
}
#footer .toolbar h2 a {
  color: #000000;
}
#footer .toolbar .header {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 2.65;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 18px;
}
#footer .subNav {
  background: #33515e;
}
#footer .sleeve ul li {
  list-style: none;
  list-style-position: outside;
}
#footer .nav {
  background-color: #33515e;
}
#footer .nav ul {
  padding-bottom: 12px;
}
#footer .nav ul li {
  list-style: none;
  list-style-position: outside;
  position: static;
  float: none;
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.25;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -4px -2152px;
  overflow: visible;
}
#footer .nav ul li a {
  border-right: 0;
  display: block;
  height: auto;
  line-height: 1;
  color: #ffffff;
  padding: 13px 12px 7px 36px;
  text-decoration: none;
}
#footer .nav ul li div {
  display: none;
}
#footer .nav ul.hide {
  padding-bottom: 0;
}
#footer .info {
  background: #33515e;
}
#footer .info h2 {
  color: #000000;
  font-size: 1.3em;
  padding: 15px 10px;
  margin-bottom: 0px;
}
#footer .info li {
  position: static;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.25;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -4px -2152px;
  border-right: 0;
  display: block;
  height: auto;
  line-height: 1;
  color: #ffffff;
  padding: 13px 12px 7px 36px;
  text-decoration: none;
  border-bottom: 0;
}
#footer .account {
  background-color: #ededed;
}
#footer .account ul {
  padding-bottom: 13px;
}
#footer .account h3 {
  font-size: 1.6em;
  font-weight: bold;
  padding: 11px 18px 13px;
  margin-bottom: 0;
  background-color: #f6f6f6;
  color: #545454;
}
#footer .account li {
  position: static;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.25;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -4px -2152px;
  border-right: 0;
  display: block;
  height: auto;
  line-height: 1;
  color: #ffffff;
  padding: 13px 12px 7px 36px;
  text-decoration: none;
  color: #545454;
  background: url(/magazine/graphics/list.style5.png) no-repeat 16px 17px;
  border-bottom: 0;
}
#footer .account li a {
  color: #005385;
}
#footer .mainsearch {
  display: block;
  background-color: #7093a0;
  border-bottom: 0;
}
#footer .mainsearch .formbox {
  margin-bottom: 0;
  border-bottom: 0;
  background-color: #33515e;
}
#footer .mainsearch fieldset {
  position: relative;
}
#footer .mainsearch label {
  display: none;
}
#footer .mainsearch input {
  width: 100%;
}
#footer .mainsearch button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
#footer .footerNav {
  border-top: 1px solid #ffffff;
}
#footer #FooterAccountNav {
  margin-top: 18px;
  margin-bottom: 18px;
}
#footer .sleeve {
  clear: both;
  margin-top: 18px;
  padding: 21px;
  background-color: #545454;
}
#footer .sleeve .footer-nav-items-container:after {
  clear: both;
  content: '';
  display: table;
}
#footer .sleeve .footer-nav-items {
  margin-bottom: 18px;
}
#footer .sleeve .footer-nav-items h3 {
  margin-bottom: 15px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.7em;
  color: #ffffff;
}
#footer .sleeve .footer-nav-items ul {
  padding-left: 0;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
#footer .sleeve .footer-nav-items li {
  font-size: 1.4em;
  line-height: 1.429;
  color: #d4d4d4;
  list-style: none;
  padding-left: 12px;
  background: url(/magazine/graphics/list.style2.png) no-repeat 0 5px;
}
#footer .sleeve .footer-nav-items li a {
  color: #d4d4d4;
}
#footer .sleeve .footer-social-items {
  padding-top: 12px;
}
#footer .sleeve .footer-social-items li {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 0;
  background: none;
}
#footer .sleeve .footer-social-items a {
  display: inline-block;
  padding: 1px 0 2px 33px;
  vertical-align: top;
  background: url(/magazine/graphics/decoration/sprite.social.png) no-repeat;
}
#footer .sleeve .footer-social-items .social-twitter a {
  background-position: -64px -63px;
}
#footer .sleeve .footer-social-items .social-facebook a {
  background-position: -14px -14px;
}
#footer .sleeve .footer-social-items .social-linkedin a {
  background-position: -112px -114px;
}
#footer p {
  margin-bottom: 0;
}
#footer .mainsearchFooter .formbox {
  margin-bottom: 0;
  border-bottom: 0;
  padding: 0;
  background-color: transparent;
}
#footer .mainsearchFooter .formbox label {
  left: -1000em;
  position: absolute;
}
#footer .mainsearchFooter .formbox .text {
  float: left;
  margin-right: 3px;
  width: 60%;
}
#footer .mainsearchFooter .formbox .text::-webkit-input-placeholder {
  color: #444;
}
#footer .mainsearchFooter .formbox button {
  padding: 0;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  background: #cccccc url(/magazine/graphics/buttons/button.search.png) no-repeat;
}
#footer .mainsearchFooter .formbox button:hover {
  background-color: #005385;
}
#footer .mainsearch {
  display: block;
  background-color: #7093a0;
  border-bottom: 0;
}
#footer .mainsearch .formbox {
  margin-bottom: 0;
  border-bottom: 0;
  background-color: #33515e;
}
#footer .mainsearch fieldset {
  position: relative;
}
#footer .mainsearch label {
  display: none;
}
#footer .mainsearch input {
  width: 100%;
}
#footer .mainsearch button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.topStories .first {
  padding-left: 0;
  background-image: none;
}
.M4-master #footer .sleeve {
  text-align: center;
}
.M4-master #footer h2 {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2.7em;
}
.M4-master #footer h2,
.M4-master #footer p {
  color: #ffffff;
}
.M4-master #footer p {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.429;
}
.bottom {
  background-color: #222222;
  padding: 10px 12px 12px;
  text-align: center;
}
.bottom .seo_nav {
  margin-bottom: 0;
}
.bottom .seo_nav li {
  margin-left: 6px;
  padding-left: 9px;
  display: inline;
  list-style: none;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4em;
  line-height: normal;
  color: #d4d4d4;
  background: url(/magazine/graphics/decoration/seo.nav.border.png) no-repeat left;
}
.bottom .seo_nav li a {
  color: #d4d4d4;
}
.bottom .seo_nav li:first-child {
  margin-left: 0;
  background-image: none;
  padding-left: 0;
}
#footer .subNav,
#footer .footerNav,
#footer #FooterAccountNav {
  display: none;
}
.webvision {
  margin-bottom: 0;
  padding: 4px 0 9px;
  text-align: center;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.818;
  color: #545454;
}
.webvision a {
  color: #545454;
}
.js-disabled #footer ul.hide {
  height: auto;
  overflow: hidden;
}

/*
---

name: Layout

requires: [CSS.Main, CSS.Structure]

provides: [CSS.Layout]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
#content_wide {
  margin: 0 0 15px;
}
#content_wide:after {
  clear: both;
  content: '';
  display: table;
}
#columns {
  margin-top: 15px;
  margin-bottom: 15px;
}
#columns:after {
  clear: both;
  content: '';
  display: table;
}
#colmain {
  float: left;
}
#rightcolumn {
  float: right;
  clear: both;
}
#rightcolumn .twocolumn .picture {
  margin-right: 0;
}
/* Basic Two Column Structure */
.twocolumn:after {
  clear: both;
  content: '';
  display: table;
}
.twocolumn .column1 {
  float: left;
}
.twocolumn .column2 {
  float: right;
}
/* Index */
#SpinColumnTwo1_SpinColumnTwo1_spinControl2 {
  word-wrap: break-word;
}
/* Section 2 Styling */
.articleWrapper .relatedContent {
  float: none;
}
.articleWrapper .relatedContent .twocolumn .column1,
.articleWrapper .relatedContent .twocolumn .column2 {
  /* Two Column in Section 2 Styling */
  float: none;
}
.articleWrapper .articleContent {
  float: right;
}
.articleWrapper:after {
  clear: both;
  content: '';
  display: table;
}
/* This is changing for SPIN2 for sure. */
.M2-master #content {
  float: none;
}
.M2-master #secondary_content {
  float: right;
}
/* Cookie policy information */
#cookiePolicy {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  z-index: 32769;
}
#cookiePolicy .sleeve {
  border: 1px solid #ffffff;
  border-top: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
  background-color: #545454;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  margin: 0 auto;
  padding: 7.5px 15px 15px;
}
#cookiePolicy .sleeve a,
#cookiePolicy .sleeve a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#cookiePolicy .sleeve:after {
  clear: both;
  content: '';
  display: table;
}
#cookiePolicy h2 {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 2.7em;
  line-height: 1;
  clear: both;
}
#cookiePolicy .formbox {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  clear: none;
  border-bottom: 0;
}
#cookiePolicy .field {
  margin: 0 0 3px;
}
#cookiePolicy .continue {
  width: 108px;
}
.abacus-popup .cookiePolicy {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff, #c8c8c8);
  background: -ms-linear-gradient(top, #ffffff, #c8c8c8);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#c8c8c8));
  background: -webkit-linear-gradient(top, #ffffff, #c8c8c8);
  background: linear-gradient(top, #ffffff, #c8c8c8);
  overflow: hidden;
  margin: -10px;
  padding: 20px;
}
.abacus-popup .cookiePolicy .continue {
  margin-left: 0;
}
.abacus-popup .cookiePolicy .continue.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(opacity=50)';
}
.abacus-popup .policyInformation {
  height: 200px;
  width: 96%;
  overflow: auto;
  border: 1px solid #000000;
  padding: 10px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.abacus-popup .policyInformation h2:first-child {
  left: -1000em;
  position: absolute;
}
.M5-master #columns #colmain {
  width: 100%;
}
.customMessage {
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.75);
  background-color: #545454;
  background-color: rgba(0, 0, 0, 0.75);
  color: #ffffff;
  margin: 0 auto;
  padding: 15px;
}
.customMessage.sticky {
  position: fixed;
  z-index: 1005;
  bottom: 0;
  width: 100%;
}
.customMessage .sleeve {
  max-width: 1180px;
  margin: auto;
}
.customMessage h2 {
  margin-bottom: 9px;
  color: #ffffff;
}
.customMessage h3 {
  margin-bottom: 9px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.125;
}
.customMessage li {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  list-style: none;
  padding-left: 15px;
  background: url(/magazine/graphics/list.style4.png) no-repeat left;
}

/*
---

name: Tables

requires: CSS.Main

provides: CSS.Tables

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
table {
  margin-bottom: 12px;
  color: #545454;
  background: #ededed;
  border-collapse: collapse;
  border: 1px solid #b0b0b0;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}
table caption {
  background-color: #ffffff;
  border: 1px solid #b0b0b0;
  border-bottom: 0;
  padding: 12px;
  text-align: left;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1;
  color: #000000;
}
table th,
table td {
  font-size: 1.4em;
  line-height: 1;
  padding: 5px 12px 8px;
}
table tr {
  background: #ffffff;
}
table tr.odd {
  background: none;
}
table thead tr {
  background: none;
}
table thead th,
table thead td {
  font-weight: bold;
  text-align: left;
  background-color: #b0b0b0;
  color: #ffffff;
}
table tfoot td {
  background: #ededed;
}
table p {
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.286;
}
.table-full,
.table-left,
.table-right {
  margin: 0 0 15px;
  overflow-x: auto;
  overflow-y: hidden;
}
.table-full {
  clear: both;
}
.table-left,
.table-right {
  width: 70%;
}
.table-left {
  clear: both;
  margin-right: 10px;
}
.table-left table {
  width: 100%;
}
.table-right {
  float: right;
  margin-left: 10px;
}
.table-right table {
  width: 100%;
}
.rssTable,
.discussion_table {
  margin-bottom: 15px;
  width: 100%;
}
table.datatable .al_l {
  text-align: left;
}
table.datatable .al_r {
  text-align: right;
}
table.datatable .al_c {
  text-align: center;
}
table.datatable .al_t {
  vertical-align: top;
}
table.datatable .al_b {
  vertical-align: bottom;
}
table.datatable .al_m {
  vertical-align: middle;
}
table.datatable .col_wide {
  width: 50%;
}
table.datatable .col_med {
  width: 30%;
}
table.datatable .col_narrow {
  width: 10%;
}
.table-sortable thead th {
  cursor: pointer;
  padding-right: 23px;
}
.table-sortable thead th .table-th-sort-span {
  float: right;
  display: block;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: -15px;
  width: 10px;
  height: 7px;
  background: url(/magazine/graphics/icons/sprite.icons.png) no-repeat -20px -1821px;
  content: '';
}
.table-sortable thead th.sortDesc .table-th-sort-span {
  background-position: -20px -1873px;
}
.table-sortable thead th.sortAsc,
.table-sortable thead th.sortDesc {
  background-color: #CCC;
}
.table-sortable thead th.table-th-sort {
  background-color: #CCC;
}
table td h1 {
  font-size: 3em;
}
table td h2 {
  font-size: 1.714em;
}
table td h3 {
  font-size: 1.5em;
}
table td h4 {
  font-size: 1.286em;
}
table td h5,
table td h6 {
  font-size: 1.143em;
}
table td ul ul,
table td ol ol {
  border-top: 9px;
}
table td ul,
table td ol {
  padding-left: 0;
}
table td ul > li,
table td ol > li {
  font-size: 1em;
  line-height: 1.286;
  list-style-position: outside;
  overflow: visible;
  margin-bottom: 9px;
  margin-left: 20px;
}
table td li p {
  margin-bottom: 0;
}
table td:after {
  clear: both;
  content: '';
  display: table;
}
table .inline_image_right {
  float: right;
  margin: 0 0 9px 10px;
}
table .inline_image_left {
  float: left;
  margin: 0 10px 9px 0;
}

/*
---

name: Buttons

requires: CSS.Main

provides: CSS.Buttons

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
button,
.button,
.read {
  background-color: #7fbad1;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6em;
  line-height: 1.125;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  outline: 0;
  margin: 0;
  padding: 7px 20px 11px;
  text-align: center;
  text-transform: uppercase;
  transform: translate3d(0, 0, 0);
  -moz-transition: background-color 0.25s ease-in;
  -ms-transition: background-color 0.25s ease-in;
  -o-transition: background-color 0.25s ease-in;
  -webkit-transition: background-color 0.25s ease-in;
  transition: background-color 0.25s ease-in;
}
button:hover,
.button:hover,
.read:hover,
button:focus,
.button:focus,
.read:focus {
  background-color: #005385;
  outline: none;
  text-decoration: none;
}
button + button,
.button + button,
.read + button,
button + .button,
.button + .button,
.read + .button {
  margin-left: 5px;
}
a.button {
  color: #ffffff;
}
button::-moz-focus-inner {
  border: 0;
}
.button[type="image"] {
  padding: 0;
}
.appStore,
.googlePlay {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  text-indent: -9999px;
  background: url(/magazine/graphics/decoration/store.sprite.png) no-repeat;
}
.appStore {
  width: 120px;
  height: 36px;
  background-position: -51px -50px;
}
.appStore.buttonLarge {
  vertical-align: top;
  margin-top: 0;
  margin-right: 3px;
  width: 135px;
  height: 40px;
  background-position: -51px -250px;
}
.googlePlay {
  width: 110px;
  height: 38px;
  background-position: -51px -151px;
}
.googlePlay.buttonLarge {
  vertical-align: top;
  margin-top: 0;
  margin-right: 3px;
  width: 136px;
  height: 47px;
  background-position: -51px -350px;
}
.myathens,
.shibboleth {
  margin-bottom: 9px;
  margin-left: 0;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
}
.myathens + a,
.shibboleth + a {
  margin-bottom: 0;
}
.myathens {
  background: url(/magazine/graphics/websubs/open-athens-only-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: WebSubs

description: webSubs class styles

provides: [CSS.WebSubs]

===================================
IMPORTANT:
Do *NOT* edit the compiled CSS file
Only edit the equivalent LESS file
===================================

...
*/
.pullRight {
  float: right;
  margin-left: 20px;
}
html {
  counter-reset: item2;
}
body {
  counter-reset: item;
}
body #wrapper {
  max-width: 1024px;
}
.headingStyle1 {
  font-weight: 700;
  font-size: 2.7em;
  line-height: 1.407;
  color: #994348;
}
.accessAttention {
  margin-bottom: 18px;
  padding: 12px 12px 12px 54px;
  background: #fcefef url(/magazine/graphics/websubs/attention.png) no-repeat 12px 9px;
}
.accessAttention p {
  margin-bottom: 0;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.accessAttention a {
  font-weight: bold;
}
.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;
  padding-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;
}
.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;
}
.storyPreview:after {
  clear: both;
  content: '';
  display: table;
}
.storyPreview .picture {
  float: right;
  margin-left: 20px;
}
.storyPreview .byline {
  overflow: hidden;
}
.storyPreview .byline .brand {
  padding-right: 3px;
}
.storyPreview .standfirst p {
  margin-bottom: 21px;
}
#mast {
  border-bottom: 12px solid #5d808e;
  margin-top: 9px;
}
#mast #logo {
  float: left;
  position: static;
  margin-top: 0;
}
#mast .return {
  float: right;
  margin-top: 32px;
  font-size: 1.6em;
  line-height: 1.125;
}
.grids .span-twocolumn {
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
}
.grids .span-twocolumn p,
.grids .span-twocolumn ul > li,
.grids .span-twocolumn ol > li {
  font-size: 1.4em;
  line-height: 1.286;
}
.grids .span-twocolumn ul ul,
.grids .span-twocolumn ul ol,
.grids .span-twocolumn ol ol,
.grids .span-twocolumn ol ul {
  margin: 10px 0 10px 20px;
  padding-left: 0;
}
.grids .span-twocolumn ul > li li,
.grids .span-twocolumn ol > li li {
  font-size: 1em;
  line-height: 1;
}
.grids .span-twocolumn p {
  margin-bottom: 18px;
}
.grids .span-twocolumn p:last-child,
.grids .span-twocolumn ul:last-child,
.grids .span-twocolumn ol:last-child {
  margin-bottom: 0;
}
.grids .span-twocolumn h2 {
  margin-bottom: 14px;
}
.grids .span-twocolumn h3,
.grids .span-twocolumn h4 {
  margin-bottom: 8px;
}
.grids .span-twocolumn:after {
  clear: both;
  content: '';
  display: table;
}
.grids .span-twocolumn .column {
  float: left;
  margin-right: 20px;
  margin-bottom: 18px;
}
.grids .span-twocolumn .column + .column {
  margin-right: 0;
}
.grids .span-twocolumn .column .block {
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
  padding-bottom: 24px;
}
.grids .span-twocolumn .column .block p a {
  font-weight: bold;
}
.grids .span-twocolumn .column .block ol > li {
  list-style: none;
}
.grids .span-twocolumn .column .block:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.grids .span-twocolumn .column .block1 p,
.grids .span-twocolumn .column .block1 ul > li,
.grids .span-twocolumn .column .block1 ol > li {
  font-size: 1.6em;
  line-height: 1.2;
  margin-bottom: 9px;
}
.grids .span-twocolumn .column .block1 p {
  margin-bottom: 12px;
}
.grids .span-twocolumn .column1 .block ol > li {
  padding-left: 32px;
}
.grids .span-twocolumn .column1 .block ol > li:before {
  display: inline-block;
  margin-right: 8px;
  margin-left: -32px;
  counter-increment: item;
  content: counter(item);
  min-width: 24px;
  min-height: 24px;
  background-color: #d4d4d4;
  border-radius: 12px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px!important;
  line-height: 24px!important;
  text-align: center;
}
.grids .span-twocolumn .column2 .block p,
.grids .span-twocolumn .column2 .block ul > li,
.grids .span-twocolumn .column2 .block ol > li {
  font-size: 1.6em;
  line-height: 1.2;
  margin-bottom: 9px;
}
.grids .span-twocolumn .column2 .block p {
  margin-bottom: 12px;
}
.grids .span-twocolumn .column2 .block ol > li {
  padding-left: 32px;
}
.grids .span-twocolumn .column2 .block ol > li:before {
  display: inline-block;
  margin-right: 8px;
  margin-left: -32px;
  counter-increment: item2;
  content: counter(item2);
  min-width: 24px;
  min-height: 24px;
  background-color: #d4d4d4;
  border-radius: 12px;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px!important;
  line-height: 24px!important;
  text-align: center;
}
.grids .span-twocolumn .column2 .block .picture {
  margin-bottom: 12px;
}
.grids .span-twocolumn.equal .column {
  background-color: #ffc0cb;
}
.grids .span-twocolumn.equal .column2 {
  background-color: lavender;
}
.grids .span-twocolumn.mainleft {
  padding: 12px 15px;
  background-color: #f6f6f6;
}
.grids .span-twocolumn.mainleft .column2 {
  border-right: 0;
}
.loginOptions {
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
  margin-bottom: 26px;
}
.loginServices {
  padding: 9px;
  margin-bottom: 30px;
  background-color: #f6f6f6;
  text-align: center;
}
.loginServices p {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 9px;
  font-family: 'myriad-pro', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
}
.loginServices a {
  display: block;
  margin: 1px;
}
.loginServices.loginServicesVerify a {
  margin-bottom: 9px;
  margin-left: 0;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
}
.loginServices.loginServicesVerify a + a {
  margin-bottom: 0;
}

/*
---

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;
}

