@charset "UTF-8";
@media (min-width: 0) and (max-width: 768px) {
  .mobile-hide {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .mobile-hide {
    display: block !important;
  }
}

@media (min-width: 980px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .tablet-hide-true {
    display: none !important;
  }
}

.greyshade {
  background-color: #edeeef;
}

.grey-section {
  background-color: #ebebeb;
}

.gutter-top {
  padding: 16px 16px 0 16px;
}

.gutter-bottom {
  padding: 0 16px 16px 16px;
}

.gutter-hriz {
  padding: 0 16px;
}

.gutter {
  padding: 16px;
}

.orange {
  color: #e66628;
}

.cambria {
  font-family: "Droid Serif", serif;
}

@media (min-width: 980px) {
  .fly-right {
    float: right;
    clear: right;
  }
}
@media (min-width: 480px) {
  .l-level-1 .fly-right {
    float: right;
    clear: right;
  }
}

.content-wrapper {
  margin-bottom: 26px;
}

@media (min-width: 980px) {
  .max-wrapper {
    width: 960px;
    margin: 0 auto;
  }
}
@media (min-width: 980px) {
  .wide-section .max-wrapper.l-main, .node-type-rich-list .max-wrapper.l-main, .node-type-rich-list-page .max-wrapper.l-main {
    width: auto;
    margin: 0;
  }
}

.nice-ol ol {
  margin: 0;
  padding: 0;
  counter-reset: li;
}
.nice-ol ol li {
  position: relative;
  /* Create a positioning context */
  margin: 0;
  /* Give each list item a left margin to make room for the numbers */
  padding: 10px 0 10px 22px;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
  border-bottom: 1px dotted #cccccc;
}
.nice-ol ol li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 9px;
  left: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 22px;
  /* Some space between the number and the content in browsers that support
     generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  color: #999999;
  font-family: "Droid Serif", serif;
  font-style: italic;
}

.compact-block-wrapper .block__content {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
.compact-block-wrapper h2.block__title, .compact-block-wrapper .field-label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: black;
  border-top: 2px solid #333333;
}
@media (min-width: 980px) {
  .compact-block-wrapper h2.block__title, .compact-block-wrapper .field-label {
    margin-bottom: 15px;
  }
}
.compact-block-wrapper .field-label .label-suffix {
  display: none;
}

.compact-block-bottom-wrapper .block__title, .compact-block-bottom-wrapper .field-label {
  border-bottom: 1px dotted #cccccc;
  padding: 5px 0;
}

.tab-style {
  margin: 0 0 20px 0;
  padding: 0;
}
@media (min-width: 980px) {
  .tab-style {
    margin-bottom: 40px;
    width: 100%;
    height: 53px;
    border-bottom: 1px solid black;
  }
}
.tab-style:before, .tab-style:after {
  content: "";
  display: table;
}
.tab-style:after {
  clear: both;
}
.tab-style li {
  list-style: none;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #999999;
  font-weight: bold;
}
.tab-style li.selected, .tab-style li.selected a {
  color: #333333;
}
@media (min-width: 980px) {
  .tab-style li.selected {
    background-color: white;
    border-color: black;
    border-bottom-color: white;
    z-index: 2;
  }
}
@media (min-width: 980px) {
  .tab-style li {
    border: 1px solid #999999;
    float: left;
    margin-right: -1px;
    background-color: #f1f1f1;
    text-align: center;
    padding: 0 15px;
    line-height: 52px;
    height: 52px;
    position: relative;
    bottom: -1px;
    border-bottom-color: black;
    z-index: 1;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.tab-style li a {
  color: #999999;
}
.tab-style li a:hover {
  color: #333333;
}

.gutter-system {
  padding: 16px 16px 16px 16px;
}
@media (min-width: 980px) {
  .gutter-system {
    padding: 0;
  }
}

.divider {
  width: 100%;
  height: 2px;
  background-color: #333333;
  margin-bottom: 20px;
}

.list-meta-top {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
.list-meta-top * {
  display: inline;
}
.list-meta-top .list-meta-item:before {
  content: " • ";
}
.list-meta-top .list-meta-item:first-child:before {
  content: "";
}
.list-meta-top i.icon.lock {
  color: #008dd6;
  margin: 0;
  width: auto;
}
.list-meta-top.group-meta {
  margin-bottom: 20px;
}
.list-meta-top.group-meta .field:before {
  content: " • ";
}
.list-meta-top.group-meta .field:first-child:before {
  content: "";
}

.list-meta-bottom {
  color: #999999;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
.list-meta-bottom * {
  display: inline;
}
.list-meta-bottom a {
  color: #999999;
}
.list-meta-bottom a:hover {
  color: #008dd6;
}
.list-meta-bottom a:hover i.icon {
  color: #008dd6;
}
.list-meta-bottom a.comment-count, .list-meta-bottom a.featured-comment-trigger {
  color: #e66628 !important;
}
.list-meta-bottom a.comment-count i.icon, .list-meta-bottom a.featured-comment-trigger i.icon {
  color: #e66628 !important;
}
.list-meta-bottom a.comment-count:hover, .list-meta-bottom a.comment-count:hover i.icon, .list-meta-bottom a.featured-comment-trigger:hover, .list-meta-bottom a.featured-comment-trigger:hover i.icon {
  color: #00608d !important;
}
.list-meta-bottom .list-meta-item:after {
  content: " • ";
}
.list-meta-bottom .list-meta-item:last-child:after, .list-meta-bottom .list-meta-item.featured-comment-trigger:after {
  content: "";
}

@media (min-width: 980px) {
  .content-pull-up .l-region--sidebar-first .block--social-network {
    padding-top: 60px;
  }
}
.content-pull-up .l-region--sidebar-second {
  padding-top: 60px;
}

.btn {
  color: white;
  background-color: #00608d;
  text-align: center;
  padding: 20px 30px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.btn.small {
  padding: 3px 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.btn.uppercase {
  text-transform: uppercase;
}

.no-border, .no-border * {
  border: 0 !important;
}

.block-border {
  border: 1px solid #dadada;
}

.ctools-use-modal {
  display: none;
}
@media (min-width: 980px) {
  .ctools-use-modal {
    display: inline;
  }
}
.logged-in .ctools-use-modal, .no-modal .ctools-use-modal {
  display: none;
}

.logged-in-only {
  display: none !important;
}
.logged-in .logged-in-only {
  display: block !important;
}

.logged-in .logged-out-only {
  display: none !important;
}

.green-box {
  background-color: #e3eed8;
  border-top: 2px solid #27ae60;
  padding: 15px;
}

.logged-in .admin-hide {
  display: none !important;
}

.tag {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 21px;
  line-height: 2.1rem;
  padding: 0 5px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  background-color: #fafafa;
  /* fallback/image non-cover color */
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, 0.05)));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #666666;
  border: 1px solid #dbdbdb;
  position: relative;
  padding-right: 28px;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
}
.tag:hover {
  color: #333333;
  background-color: white;
}
.tag:hover a {
  background-color: rgba(0, 0, 0, 0.05);
  color: #333333;
}
.tag a {
  background-color: #e8e8e8;
  color: gray;
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 21px;
  line-height: 2.1rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 21px;
  height: 21px;
  text-align: center;
  border-left: 1px solid #d1d1d1;
  font-weight: bold;
}
.tag a:hover {
  color: #333333;
}
.tag a i.icon {
  margin: 0;
}

.no-page-title .l-content-top .page-title {
  display: none !important;
}

.block-generic-form {
  padding: 16px 16px 16px 16px;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 980px) {
  .block-generic-form {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .block-generic-form {
    width: 940px;
    margin: 0 auto 40px auto;
    padding: 50px 80px;
    background-color: #ededea;
  }
}
.block-generic-form label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.block-generic-form .form-type-radio label, .block-generic-form .form-type-checkbox label {
  font-weight: normal;
}
@media (min-width: 980px) {
  .block-generic-form .form-submit {
    margin: 0 auto;
    width: 240px;
    height: 55px;
    font-size: 18px;
    position: relative;
    z-index: 2;
    display: block;
    float: none;
    margin-top: 40px;
  }
}
.block-generic-form hr.blue-border {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  position: relative;
  top: -46px;
}

.ad-moible-only {
  padding: 0 16px 0 16px;
}
@media (min-width: 980px) {
  .ad-moible-only {
    padding: 0;
  }
}

input[type=text], input[type=email], input[type=password], textarea {
  border: 1px solid #bcbcbd;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  padding: 4px;
  font-family: "Roboto", sans-serif;
  outline: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
@media (min-width: 768px) {
  input[type=text], input[type=email], input[type=password], textarea {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px 1px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px 1px inset;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px 1px inset;
  }
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
  outline: none;
}
input[type=text].error, input[type=email].error, input[type=password].error, textarea.error {
  border-color: #e74c3c;
}

input[type=submit] {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: white;
  background-color: #00608d;
  padding: 10px 20px;
  border: 0;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  outline: none;
}
input[type=submit]:focus {
  outline: none;
}
input[type=submit]:hover {
  background-color: #004d71;
}

.form-actions {
  margin-bottom: 0;
}

.form-text {
  border: 1px solid #999999;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .form-text {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px 1px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px 1px inset;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px 1px inset;
  }
}

.form-type-radio {
  position: relative;
}

.form-type-radio label.option,
.form-type-checkbox label.option {
  padding-left: 3px;
}

.js-clear {
  position: absolute;
  top: 0;
  left: -10px;
}

.ui.form textarea, .ui.form input[type="text"], .ui.form input[type="email"], .ui.form input[type="date"], .ui.form input[type="password"], .ui.form input[type="number"], .ui.form input[type="url"], .ui.form input[type="tel"] {
  padding-top: 4px;
  padding-bottom: 4px;
}

img, media {
  max-width: 100%;
  height: auto;
}
.field--name-body img, .field--name-body media {
  height: auto !important;
}

@font-face {
  font-family: 'bebas_neueregular';
  src: url("fonts/bebasneue/BebasNeue-webfont.eot");
  src: url("fonts/bebasneue/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/bebasneue/BebasNeue-webfont.woff") format("woff"), url("fonts/bebasneue/BebasNeue-webfont.ttf") format("truetype"), url("fonts/bebasneue/BebasNeue-webfont.svg#bebas_neueregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9dbcd1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9dbcd1;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9dbcd1;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9dbcd1;
}

[type="search"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}
html.small {
  font-size: 50%;
}
html.large {
  font-size: 75%;
}

body {
  font-family: "Droid Serif", serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-top: 0;
}

h1, .form-title-replace {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-bottom: 15px;
}
@media (min-width: 980px) {
  h1, .form-title-replace {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 45px;
    line-height: 4.5rem;
    max-width: 700px;
  }
}
h1.page-title, .form-title-replace.page-title {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  h1.page-title, .form-title-replace.page-title {
    margin-bottom: 15px;
  }
}
@media (min-width: 980px) {
  .section-business-ip-subscriptions h1, .section-cart h1, .section-business-ip-subscriptions .form-title-replace, .section-cart .form-title-replace {
    font-size: 48px;
    font-size: 4.8rem;
    line-height: 45px;
    line-height: 4.5rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

h2 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
}
@media (min-width: 980px) {
  h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 30px;
    line-height: 3rem;
  }
}
h2.block__title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #777777;
  text-transform: uppercase;
}
h2.subtitle, h2.subtitle a {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  text-transform: uppercase;
  color: #666666;
  margin: 0;
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media (min-width: 980px) {
  h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}

h4.tag-title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  margin: 0 0 10px 0;
  color: #666666;
  border-top: #999999 2px solid;
  text-transform: uppercase;
  padding-top: 3px;
  float: left;
  clear: both;
}

ul, ol {
  margin-top: 0;
  padding-left: 20px;
}

ul.normal {
  padding-left: 20px !important;
  margin-bottom: 15px !important;
}
ul.normal li {
  list-style: disc !important;
  list-style-position: outside !important;
  overflow: visible !important;
}

table.simple-table td, table.simple-table th {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 27px;
  line-height: 2.7rem;
  border-top: 1px solid #dddfe2;
  padding: 2px 18px;
}
table.simple-table tr.odd td {
  background-color: #f4f7fe;
}
table.simple-table tr.even td {
  background-color: white;
}

hr {
  width: 100%;
  height: 0;
  border: 1px dotted #cccccc;
  border-width: 1px 0 0 0;
  outline: 0;
  clear: both;
}
hr.blue-border {
  border: 0;
  height: 1px;
  background-color: #00608d;
  margin-top: -28px;
  position: relative;
  z-index: 1;
  width: auto;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 980px) {
  hr.blue-border {
    margin-left: 60px;
    margin-right: 60px;
  }
}

small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}

fieldset {
  outline: 0;
  padding: 0;
  border: 0;
  margin: 0 0 20px 0;
}
fieldset legend {
  margin: 0;
  padding: 0;
  position: static;
}

.l-content {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media (min-width: 768px) {
  .l-content {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.tabs--primary {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 0;
  border-bottom: 0;
}

p.submitted, #node_print_edition_full_group_meta {
  padding-top: 10px;
  border-top: 2px solid #999999;
}
@media (min-width: 980px) {
  p.submitted, #node_print_edition_full_group_meta {
    float: left;
    clear: both;
    padding-top: 5px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
p.submitted .meta, #node_print_edition_full_group_meta .meta {
  color: #999999;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-decoration: none;
  display: block;
  font-weight: 700;
}
@media (min-width: 768px) {
  p.submitted .meta, #node_print_edition_full_group_meta .meta {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
@media (min-width: 980px) {
  p.submitted .meta, #node_print_edition_full_group_meta .meta {
    display: inline;
  }
  p.submitted .meta:after, #node_print_edition_full_group_meta .meta:after {
    content: ' · ';
    padding: 0 3px;
  }
  p.submitted .meta:last-child:after, #node_print_edition_full_group_meta .meta:last-child:after {
    content: '';
    padding: 0;
  }
}
p.submitted .meta-comment-count, #node_print_edition_full_group_meta .meta-comment-count {
  color: #e66628 !important;
}
p.submitted .meta-comment-count i.icon, #node_print_edition_full_group_meta .meta-comment-count i.icon {
  color: #e66628 !important;
}
p.submitted .meta-comment-count:hover, p.submitted .meta-comment-count:hover i.icon, #node_print_edition_full_group_meta .meta-comment-count:hover, #node_print_edition_full_group_meta .meta-comment-count:hover i.icon {
  color: #00608d !important;
}
p.submitted .meta-comment-count:hover span, #node_print_edition_full_group_meta .meta-comment-count:hover span {
  color: #999999;
}
p.submitted .meta-comment-count span, #node_print_edition_full_group_meta .meta-comment-count span {
  color: #999999;
}
.gallery-style p.submitted, .gallery-style #node_print_edition_full_group_meta {
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  border-top: 1px solid #666666;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  padding-top: 5px;
  margin-bottom: 20px;
}

p.submitted {
  margin-bottom: 0;
  margin-top: 20px;
}
@media (min-width: 980px) {
  p.submitted {
    margin-bottom: 20px;
  }
}

.tabular-data table td, .tabular-data table th {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  line-height: 1.4rem;
}

.field--name-body p, .field--name-body ul, .field--name-body ol {
  margin: 0 0 24px 0;
}
.field--name-body iframe {
  max-width: 100% !important;
}

a {
  text-decoration: none;
  color: #00608d;
}
a:hover {
  color: #333333;
}

.field--name-field-tag-terms:before, .field--name-field-tag-terms:after {
  content: "";
  display: table;
}
.field--name-field-tag-terms:after {
  clear: both;
}
.field--name-field-tag-terms .field__item, .field--name-field-tag-terms .field-item {
  float: left;
  margin: 0 25px 9px 0;
}
@media (min-width: 980px) {
  .field--name-field-tag-terms .field__item, .field--name-field-tag-terms .field-item {
    margin-right: 12px;
  }
}
.field--name-field-tag-terms a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 23px;
  line-height: 2.3rem;
  padding: 3px 5px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fafafa;
  /* fallback/image non-cover color */
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, 0.05)));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  background-clip: padding-box;
  color: #666666;
  border: 1px solid #dbdbdb;
}
@media (min-width: 980px) {
  .field--name-field-tag-terms a {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 16px;
    line-height: 1.6rem;
  }
}
.field--name-field-tag-terms a:hover {
  background-color: white;
  color: #333333;
}
.field--name-field-tag-terms .my_tag {
  background-color: #e8e8e8;
  color: grey;
  padding: 3px;
  font-weight: bold;
  position: relative;
  line-height: 23px;
  line-height: 2.3rem;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  background-clip: padding-box;
  cursor: pointer;
  border: 1px solid #dbdbdb;
  border-width: 1px 1px 1px 0;
}
@media (min-width: 768px) {
  .field--name-field-tag-terms .my_tag {
    padding: 4px;
    top: -1px;
  }
}
@media (min-width: 980px) {
  .field--name-field-tag-terms .my_tag {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
.field--name-field-tag-terms .my_tag:hover {
  background-color: rgba(0, 0, 0, 0.05);
  color: #333333;
}
.field--name-field-tag-terms .my_tag i.icon {
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.field-label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 700;
  color: black;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.field--name-field-related-links .label-suffix {
  display: none;
}

.field--name-field-featured-comment {
  background-color: #fcf8e9;
  font-family: "Droid Serif", serif;
  font-style: italic;
}
.field--name-field-featured-comment.field--label-above {
  border-top: 2px solid #e66628;
  padding: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.field--name-field-featured-comment.field--label-above .field-label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-style: normal;
  color: #e66628;
  font-family: "Roboto", sans-serif;
}
.field--name-field-featured-comment.field--label-above .label-suffix {
  display: none;
}

i.icon {
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
}
i.icon.comment {
  padding: 0;
  margin: 0;
  border: 0;
}
i.icon.orange {
  color: #e66628 !important;
}

.l-branding {
  float: left;
}
.l-branding h3, .l-branding .back-to-menu, .l-branding .sticky-header-menu {
  display: none;
}
.l-branding .sticky-header-menu {
  width: 100%;
}
@media (min-width: 980px) {
  .l-branding {
    width: 15.625%;
    margin-left: 1.04167%;
    text-align: center;
    padding-top: 20px;
    margin-right: 4.16667%;
  }
  .l-branding img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .l-branding.compact-branding {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    z-index: 999;
    cursor: pointer;
  }
  .l-branding.compact-branding .inner {
    padding: 0;
  }
  .l-branding.compact-branding .js-inner {
    max-width: 960px;
    position: relative;
    margin: 0 auto;
  }
  .l-branding.compact-branding .site-logo {
    margin: 13px 20px;
  }
  .l-branding.compact-branding .site-logo img {
    height: 22px;
    width: 68px;
    margin: 0;
  }
  .l-branding.compact-branding.compact-shadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px;
  }
  .l-branding.compact-branding.compact-branding.with-title h3 {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    color: #95bdd0;
    position: absolute;
    top: 14px;
    left: 100px;
    cursor: pointer;
  }
  .l-branding.compact-branding.compact-branding.with-title h3 i.icon {
    font-weight: bold;
  }
  .l-branding.compact-branding.compact-branding.with-menu .back-to-menu {
    display: block;
    position: absolute;
    top: 14px;
    right: 16px;
    color: #95bdd0;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 20px;
    line-height: 2rem;
  }
  .l-branding.compact-branding.compact-branding.with-menu .back-to-menu i.icon {
    margin: 0;
  }
}
@media (min-width: 980px) and (min-width: 1000px) {
  .l-branding.compact-branding.compact-branding.with-title h3 {
    left: 100px !important;
  }
}
.l-branding .inner {
  margin: 0 0 0 16px;
}
@media (min-width: 980px) {
  .l-branding .inner {
    margin-left: 0;
  }
}
.role-gifted-online-ip-subscription .l-branding {
  /* @include breakpoint($tablet) {
  	width: percentage(360px/$gridMaxWidth);
  	margin-right: percentage(20px/$gridMaxWidth);
  	&.compact-branding {
  		width: 100%; 
  		margin: 0;
  		&.with-title {
  			h3  {
  				top: 14px;
  			}
  		} 
  		&.with-menu {
  			.back-to-menu {
  				@include breakpoint($desktop) {
  					top: 14px;
  				}
  			}
  		}
  	}
  } */
}
@media (min-width: 980px) {
  .role-gifted-online-ip-subscription .l-branding {
    width: 33.33333%;
    margin-right: 6.25%;
  }
  .role-gifted-online-ip-subscription .l-branding.compact-branding {
    width: 100%;
    margin: 0;
  }
  .role-gifted-online-ip-subscription .l-branding.compact-branding.with-title h3 {
    top: 14px;
  }
  .role-gifted-online-ip-subscription .l-branding.compact-branding.with-menu .back-to-menu {
    top: 14px;
  }
}

.site-slogan {
  display: none;
}
@media (min-width: 980px) {
  .site-slogan {
    display: block;
  }
}

.l-footer {
  padding: 0;
  position: relative;
}

.l-footer-branding {
  text-align: center;
  background-color: #00608d;
  padding: 35px 16px;
  /*.est {
  	display: none;
  	float: right;
  	color: $blueLighter;
  	@include font-size(10);
  	@include line-height(19);
  	font-family: $roboto;
  	@include breakpoint($tablet) {
  		margin-right: 10px;
  	}
  } */
}
@media (min-width: 980px) {
  .l-footer-branding {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.l-footer-branding p {
  color: #9dbcd1;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: "Roboto", sans-serif;
  padding-top: 5px;
  margin-bottom: -20px;
}
.l-footer-branding p > span {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 0 10px;
  border-top: 1px solid #3380a4;
  padding-top: 10px;
}
@media (min-width: 980px) {
  .l-footer-branding p > span {
    width: 405px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
  }
}
@media (min-width: 980px) {
  .l-footer-branding p > span > span {
    position: relative;
    top: -20px;
    background-color: #00608d;
    padding: 0 5px;
  }
}
.l-footer-branding .inner {
  max-width: 640px;
  margin: 0 auto;
  overflow: hidden;
}
.l-footer-branding .inner a {
  display: block;
}

.l-footer-bottom {
  background-color: #2c2c2c;
  padding: 20px 10px;
}
.l-footer-bottom .l-region--footer {
  color: #999999;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
.l-footer-bottom .l-region--footer:before, .l-footer-bottom .l-region--footer:after {
  content: "";
  display: table;
}
.l-footer-bottom .l-region--footer:after {
  clear: both;
}
@media (min-width: 980px) {
  .l-footer-bottom .l-region--footer {
    max-width: 940px;
  }
}

.l-region--footer-above {
  display: none;
}
@media (min-width: 980px) {
  .l-region--footer-above {
    display: block;
  }
}

.l-header {
  padding: 0;
  background-color: #00608d;
  width: 100%;
  height: 43px;
  z-index: 100;
  position: fixed;
  top: 0;
}
@media (min-width: 980px) {
  .l-header {
    position: relative;
    z-index: 580;
    height: 160px;
  }
  .role-gifted-online-ip-subscription .l-header {
    height: 145px;
  }
}
@media (min-width: 980px) {
  .l-header.compact-header {
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 2px 2px;
  }
}
@media (min-width: 980px) {
  .l-header .max-wrapper {
    width: 960px;
    margin: 0 auto;
  }
}

.l-utility {
  float: right;
  margin: 0;
  padding: 10px;
  background-color: #004d71;
  height: 100%;
  /* &.js-moved {
  	margin-right: -69px;
  } */
}
@media (min-width: 980px) {
  .l-utility {
    padding: 0;
  }
}

#mobile-menu {
  color: #9dbcd1;
  font-size: 22px;
  line-height: 23px;
  text-decroation: none;
  float: right;
  text-decoration: none;
}
#mobile-menu i.icon {
  margin-right: 0;
}

.site-logo {
  display: block;
}
.site-logo img {
  width: 70px;
  margin-top: 10px;
  display: block;
  height: auto;
}
@media (min-width: 980px) {
  .site-logo img {
    width: 117px;
    display: inline;
  }
}
@media (min-width: 980px) {
  .role-gifted-online-ip-subscription .l-header .site-logo {
    float: left;
    width: 40%;
  }
  .role-gifted-online-ip-subscription .l-header .site-logo img {
    padding-right: 27px;
    border-right: 1px solid #3380a4;
  }
}
@media (min-width: 980px) {
  .role-gifted-online-ip-subscription .l-header .site-logo {
    float: left;
    width: 127px;
  }
  .role-gifted-online-ip-subscription .l-header .site-logo img {
    width: auto;
    height: 39px;
    padding-right: 0;
    border: 0;
  }
}
@media (min-width: 980px) {
  .role-gifted-online-ip-subscription .l-header .compact-branding .site-logo {
    margin: 13px 20px;
  }
  .role-gifted-online-ip-subscription .l-header .compact-branding .site-logo img {
    height: 22px;
    width: 68px;
    margin: 0;
  }
}
@media (min-width: 980px) {
  .role-gifted-online-ip-subscription .l-header .compact-branding .site-logo {
    margin: 13px 20px;
  }
  .role-gifted-online-ip-subscription .l-header .compact-branding .site-logo img {
    height: 22px;
    width: 68px;
    margin: 0;
  }
}
.compact-header .site-logo {
  float: left;
}

.site-slogan {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  color: #9dbcd1;
}
@media (min-width: 980px) {
  .site-slogan {
    display: block !important;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #3380a4;
  }
}
@media (min-width: 980px) {
  .role-gifted-online-ip-subscription .site-slogan {
    float: left;
    border-top: 0;
    padding-top: 0;
    margin-left: 6.66667%;
    text-align: left;
    width: 160px;
    border-left: 1px solid #3380a4;
    padding-left: 24px;
    margin-top: 15px;
  }
}

.l-region--header {
  display: none;
}
@media (min-width: 980px) {
  .l-region--header {
    float: right;
    display: block;
    width: 76.04167%;
    padding-top: 20px;
  }
}
@media (min-width: 980px) {
  .l-region--header {
    width: 79.16667%;
  }
}
@media (min-width: 980px) {
  .role-gifted-online-ip-subscription .l-region--header {
    width: 58.33333%;
  }
}

.node__submitted {
  padding: 0 16px 0 16px;
}
@media (min-width: 980px) {
  .node__submitted {
    padding: 0;
  }
}
.node__submitted:before, .node__submitted:after {
  content: "";
  display: table;
}
.node__submitted:after {
  clear: both;
}
@media (min-width: 980px) {
  .node__submitted .inner {
    width: 940px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 980px) {
  .node__submitted .inner .submitted {
    margin-left: 70px;
  }
}

.node__links .comment-add, .node__links .statistics_counter {
  display: none;
}

.node__content {
  clear: both;
}

.node.node--full {
  padding: 16px 16px 16px 16px;
}
@media (min-width: 980px) {
  .node.node--full {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .node.node--full {
    margin-bottom: 50px;
  }
  .no-page-title .node.node--full {
    margin-bottom: 0;
  }
}

.group-level-1 .field--name-body, .group-level-1 .field--name-field-tag-terms {
  padding: 0 16px;
}

.l-region--sidebar-first {
  float: left;
  width: 60px;
  margin: 0 10px;
}

@media (min-width: 980px) {
  .l-level-1 .left-col {
    float: left;
    max-width: 60px;
    margin-right: 2.08333%;
    width: 6.25%;
    margin-left: 10px;
  }
}
@media (min-width: 980px) {
  .l-level-1 .main-col {
    float: left;
    width: 88.54167%;
  }
}
@media (min-width: 480px) {
  .l-level-1 .main-col .content-left-margin {
    margin: 0 0 20px 20px;
  }
}
@media (min-width: 980px) {
  .l-level-1 .main-col .content-left-margin {
    margin: 0 0 40px 4.65116%;
  }
}
@media (min-width: 980px) {
  .l-level-1 .main-col .content-ad {
    width: 300px;
    text-align: right;
    /* img {
    	max-width: 100% !important;
    	height: auto !important;
    } */
  }
}
.l-level-1 .main-col .content-stock {
  background-color: white;
  border: 1px solid #dadada;
}
.l-level-1 .main-col .content-stock:before, .l-level-1 .main-col .content-stock:after {
  content: "";
  display: table;
}
.l-level-1 .main-col .content-stock:after {
  clear: both;
}
@media (min-width: 980px) {
  .l-level-1 .main-col .content-stock {
    width: 34.88372%;
  }
}
.l-level-1 .main-col .content-slider {
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .l-level-1 .main-col .content-slider {
    width: 48.83721%;
    margin: 0 0 20px 4.65116%;
  }
  .l-level-1 .main-col .content-slider .flexslider .slides li {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .l-level-1 .main-col .content-poll {
    width: 34.88372%;
  }
}
.l-level-1 .main-col .content-featured-comment {
  margin-bottom: 20px;
  max-width: 520px;
  clear: left;
  /* @include breakpoint($tablet) {
  	width: percentage(300px/$contentArea);
  	margin: 0 0 40px percentage(40px/$contentArea);
  } */
}
.l-level-1 .main-col .content-featured-comment .skip-to-comments {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: bold;
  font-style: normal;
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
}
.l-level-1 .main-col .content-featured-comment .skip-to-comments a {
  color: #333333;
}
.l-level-1 .main-col .content-featured-comment .skip-to-comments a:hover {
  color: #e66628;
}
.l-level-1 .main-col .content-eidtor-profile {
  margin-bottom: 20px;
  overflow: hidden;
}
.l-level-1 .main-col .content-eidtor-profile h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 20px;
  line-height: 2rem;
  text-transform: uppercase;
  margin: 0;
}
.l-level-1 .main-col .content-eidtor-profile h4 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  text-transform: uppercase;
  margin: 0;
}
.l-level-1 .main-col .content-eidtor-profile h4, .l-level-1 .main-col .content-eidtor-profile h4 a {
  color: #666666;
}
.l-level-1 .main-col .content-eidtor-profile .editor-profile-image {
  width: 105px;
  float: left;
  margin-right: 10px;
}
.l-level-1 .main-col .content-eidtor-profile .editor-profile-image a {
  display: block;
}
.l-level-1 .main-col .content-eidtor-profile .editor-profile-image img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.l-level-1 .main-col .content-eidtor-profile .editor-profile-detail {
  margin-top: 15px;
}
.l-level-1 .field--name-body p {
  max-width: 520px;
}

@media (min-width: 980px) {
  .l-level-1, .l-level-2, .l-level-3 {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-level-1 .inner:before, .l-level-1 .inner:after, .l-level-2 .inner:before, .l-level-2 .inner:after, .l-level-3 .inner:before, .l-level-3 .inner:after {
  content: "";
  display: table;
}
.l-level-1 .inner:after, .l-level-2 .inner:after, .l-level-3 .inner:after {
  clear: both;
}
@media (min-width: 980px) {
  .l-level-1 .inner, .l-level-2 .inner, .l-level-3 .inner {
    width: 960px;
    margin: 0 auto;
  }
}

@media (min-width: 980px) {
  .l-level-1, .l-level-3 {
    padding-bottom: 40px;
  }
}

@media (min-width: 980px) {
  .l-level-2 {
    padding-top: 40px;
  }
}
@media (min-width: 480px) {
  .l-level-2 .content-right-col {
    float: right;
  }
}
@media (min-width: 480px) {
  .l-level-2 .content-related-articles {
    float: left;
  }
}

@media (min-width: 980px) {
  .l-level-3 .divider {
    width: 940px;
    margin: 0 auto 40px auto;
  }
}
.l-level-3 .divider.no-border {
  height: 0;
}
@media (min-width: 768px) {
  .l-level-3 .content-right-col {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 980px) {
  .l-level-3 .content-right-col {
    margin: 0;
    margin-left: 2.08333%;
  }
}

@media (min-width: 980px) {
  .content-comments {
    float: left;
    width: 62.5%;
    margin-left: 1.04167%;
    margin-right: 2.08333%;
  }
}

@media (min-width: 768px) {
  .content-right-col {
    overflow: hidden;
  }
}
@media (min-width: 980px) {
  .content-right-col {
    float: left;
    width: 31.25%;
    margin-left: 2.08333%;
  }
}
@media (min-width: 768px) {
  .content-right-col .content-wrapper {
    width: 300px;
    float: left;
    margin: 10px;
  }
}
@media (min-width: 980px) {
  .content-right-col .content-wrapper {
    margin-bottom: 40px;
    width: auto;
    float: none;
    margin: 0 0 20px 0;
  }
}

.content-related-articles {
  margin-bottom: 0;
}
.content-related-articles:before, .content-related-articles:after {
  content: "";
  display: table;
}
.content-related-articles:after {
  clear: both;
}
@media (min-width: 980px) {
  .content-related-articles {
    float: left;
    width: 64.58333%;
    margin-left: 1.04167%;
  }
}
.content-related-articles .field-item {
  margin-bottom: 30px;
}
@media (min-width: 980px) {
  .content-related-articles .field-item {
    float: left;
    width: 21.66667%;
    margin-right: 4%;
    margin-bottom: 0;
  }
  .content-related-articles .field-item:last-child {
    margin-right: 0;
  }
  .content-related-articles .field-item .field-item {
    float: none;
    width: 100%;
  }
}
.content-related-articles .field-item .field-item {
  margin-bottom: 0;
}
.content-related-articles h2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  margin-bottom: 0;
}
.content-related-articles h2 a {
  color: #333333;
}
.content-related-articles h2 a:hover {
  color: #008dd6;
}
.content-related-articles h2 a i.icon, .content-related-articles h2 a .icon-label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  padding-right: 0;
  margin-right: 0;
  color: #008dd6;
  text-transform: uppercase;
}
@media (min-width: 980px) {
  .content-related-articles h2 a .icon-label {
    display: inline;
  }
  .content-related-articles h2 a .icon-label > span {
    display: none;
  }
}
@media (min-width: 980px) {
  .content-related-articles h2 a i.icon {
    display: inline !important;
  }
}
.content-related-articles p.submitted {
  margin: 0;
  padding: 0;
  border: 0;
}
.content-related-articles p.submitted * {
  display: inline;
}
.content-related-articles p.submitted .meta-date {
  text-transform: none;
}
.content-related-articles p.submitted .meta-comment-count span {
  display: none;
}
.content-related-articles p.submitted .meta:after {
  content: " • ";
}
.content-related-articles p.submitted .meta:last-child:after {
  content: "";
}
.content-related-articles .field--name-field-image-cache {
  display: none;
}
@media (min-width: 980px) {
  .content-related-articles .field--name-field-image-cache {
    display: block;
  }
}

.content-gifted-links {
  background-color: white;
}

.field--name-field-tag-terms {
  max-width: 520px;
  clear: left;
}

#bottom-action-wrapper {
  clear: both;
  font-family: "Roboto", sans-serif;
}
#bottom-action-wrapper .bottom-action-item {
  margin-bottom: 20px;
  width: 100%;
  clear: both;
  overflow: hidden;
}
@media (min-width: 980px) {
  #bottom-action-wrapper .bottom-action-item {
    float: left;
    margin-right: 60px;
    width: 220px;
    clear: none;
  }
}
@media (min-width: 980px) {
  #bottom-action-wrapper .bottom-action-item.content-article-profile {
    margin-left: -47px;
  }
}
#bottom-action-wrapper .left {
  float: left;
  min-width: 85px;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 42px;
  line-height: 4.2rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  margin-right: 10px;
}
#bottom-action-wrapper .left i.icon {
  margin: 0;
  font-size: 60px;
  font-size: 6rem;
}
#bottom-action-wrapper .right {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  text-transform: uppercase;
  color: #e66628;
}
#bottom-action-wrapper .right .text-second {
  position: relative;
  top: -3px;
}
#bottom-action-wrapper .right small {
  padding-top: 15px;
  text-transform: none;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
#bottom-action-wrapper .right small, #bottom-action-wrapper .right small a {
  color: #666666;
}
#bottom-action-wrapper .article-author-image {
  width: 85px;
  height: 85px;
}
#bottom-action-wrapper .article-author-image img {
  display: block;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

@media (min-width: 980px) {
  .extra-padding {
    padding-left: 47px;
  }
}

body.html {
  background-color: #004d71;
}
@media (min-width: 1060px) {
  body.html {
    background-color: #bfc0c2;
  }
}

.l-page {
  position: relative;
  padding-top: 43px;
}
@media (min-width: 980px) {
  .l-page {
    background-color: white;
    padding-top: 0;
  }
}
@media (min-width: 1060px) {
  .l-page {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-main {
  padding: 16px 0 0 0;
  background-color: white;
}
.full-width.page-user .l-main {
  padding-top: 0;
}
@media (min-width: 980px) {
  .l-main {
    background-color: transparent;
    position: relative;
    z-index: 1;
    padding: 40px 0 0 0;
  }
  .wide-section .l-main {
    padding: 40px 0 0 0;
  }
  .node-type-rich-list .l-main, .node-type-rich-list-page .l-main, .gallery-style .l-main {
    padding: 0;
  }
  .node-type-rich-list .l-main .l-content, .node-type-rich-list-page .l-main .l-content, .gallery-style .l-main .l-content {
    margin-bottom: 20px;
  }
  .section-markets .l-main {
    padding-left: 0;
    padding-right: 0;
  }
  .full-width .l-main {
    width: 100%;
  }
  .full-width.page-user .l-main {
    padding-top: 0;
  }
  .gallery-style .l-main {
    width: 100%;
    margin: 0;
  }
  .gallery-style .l-main .l-content {
    padding-top: 40px;
    margin-bottom: 50px;
  }
}

@media (min-width: 980px) {
  .wide-section .l-content {
    width: 100% !important;
    margin: 0 !important;
  }
}

.l-content-top {
  padding: 0 16px 0 16px;
}
@media (min-width: 980px) {
  .l-content-top {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .l-content-top .inner {
    width: 940px;
    margin: 0 auto;
  }
}
@media (min-width: 980px) {
  .wide-section .l-content-top .inner {
    padding-left: 80px;
  }
}
@media (min-width: 980px) {
  .narrow-section .l-content-top .inner {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 980px) {
  .section-business-ip-subscriptions .l-content-top .inner {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 980px) {
  .gallery-style .l-content-top .inner {
    padding: 0;
    width: 640px;
    padding-right: 140px;
    margin: 0 auto;
  }
}

@media (min-width: 980px) {
  .form-page-content-top .inner {
    width: 800px;
    margin: 0 auto;
  }
}

.gallery-style .node__submitted {
  padding: 0 16px;
}
@media (min-width: 980px) {
  .gallery-style .node__submitted {
    padding: 0;
    width: 640px;
    padding-right: 140px;
    margin: 0 auto;
  }
}

.l-region--sidebar-first {
  display: none;
}
@media (min-width: 980px) {
  .l-region--sidebar-first {
    display: block;
  }
}

.l-region--sidebar-second {
  padding: 0 16px 0 16px;
  overflow: hidden;
}
@media (min-width: 980px) {
  .l-region--sidebar-second {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .l-region--sidebar-second {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 980px) {
  .l-region--sidebar-second {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.l-region--sidebar-second .block {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .l-region--sidebar-second .block {
    width: 300px;
    float: left;
    margin: 10px;
  }
}
@media (min-width: 980px) {
  .l-region--sidebar-second .block {
    width: auto;
    float: none;
    margin: 0 0 20px 0;
  }
}

@media (min-width: 980px) {
  .one_sidebar.sidebar_second .l-content {
    float: left;
    width: 62.5%;
    margin-right: 4.16667%;
    margin-left: 1.04167%;
  }
}
@media (min-width: 980px) {
  .one_sidebar.sidebar_second .l-content .listing-left {
    float: left;
    width: 63.33333%;
    margin-right: 6.45161%;
  }
}
@media (min-width: 980px) {
  .one_sidebar.sidebar_second .l-content .listing-right {
    float: right;
    width: 30%;
  }
}
@media (min-width: 980px) {
  .one_sidebar.sidebar_second .l-region--content-suffix {
    float: left;
    width: 64.58333%;
    margin-right: 2.08333%;
    margin-left: 1.04167%;
  }
}
@media (min-width: 980px) {
  .one_sidebar.sidebar_second .l-region--sidebar-second {
    float: left;
    width: 31.25%;
  }
}
@media (min-width: 980px) {
  .one_sidebar.sidebar_second.gallery-style .l-content {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 980px) {
  .one_sidebar.sidebar_first .l-region--sidebar-first {
    float: left;
    width: 6.25%;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
@media (min-width: 980px) {
  .one_sidebar.sidebar_first .l-content {
    float: left;
    width: 89.58333%;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}

@media (min-width: 980px) {
  .two_sidebars .l-region--sidebar-first {
    float: left;
    width: 6.25%;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
@media (min-width: 980px) {
  .two_sidebars .l-content {
    float: left;
    width: 56.25%;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}
@media (min-width: 980px) {
  .two_sidebars .l-region--sidebar-second {
    float: left;
    width: 31.25%;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}

.l-content-bottom {
  width: 100%;
  clear: both;
}
.wide-section .l-content-bottom {
  background-color: #ebebeb;
}
@media (min-width: 980px) {
  .front .l-content-bottom, .wide-section .l-content-bottom, .node-type-rich-list .l-content-bottom, .node-type-rich-list-page .l-content-bottom {
    padding: 16px;
  }
  .l-content-bottom, .front .l-content-bottom {
    width: 960px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .wide-section .l-content-bottom {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .node-type-rich-list .l-content-bottom, .node-type-rich-list-page .l-content-bottom {
    padding: 0;
  }
}

@media (min-width: 980px) {
  .l-region--content-bottom {
    margin-left: 10px;
    margin-right: 10px;
  }
  .page-subscribe-landing .l-region--content-bottom {
    margin-left: 0;
    margin-right: 0;
  }
  .wide-section .l-region--content-bottom {
    width: 940px;
    margin: 0 auto;
  }
}

.rich-list-main:before, .rich-list-main:after {
  content: "";
  display: table;
}
.rich-list-main:after {
  clear: both;
}
@media (min-width: 980px) {
  .rich-list-main {
    padding: 0 16px;
    width: 960px;
    margin: 0 auto;
  }
  .rich-list-main:before, .rich-list-main:after {
    content: "";
    display: table;
  }
  .rich-list-main:after {
    clear: both;
  }
}

.node-sidebar-left {
  max-width: 60px;
}
@media (min-width: 980px) {
  .node-sidebar-left {
    float: left;
    width: 6.25%;
    margin-right: 1.04167%;
    margin-right: 1.04167%;
  }
}

@media (min-width: 980px) {
  .node-region-left {
    float: left;
    width: 56.25%;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}

@media (min-width: 980px) {
  .node-sidebar-right {
    float: left;
    width: 31.25%;
    margin-left: 1.04167%;
    margin-right: 1.04167%;
  }
}

.block-social-footer {
  clear: both;
  margin: 0 auto;
}
.l-footer .block-social-footer {
  width: 273px;
}
.l-footer .block-social-footer .block__content {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}
.l-footer .block-social-footer .block__content a, .l-footer .block-social-footer .block__content i.icon {
  color: #656565;
}
.gallery-style .l-content .block-social-footer {
  width: 320px;
  height: 62px;
  display: none;
}
@media (min-width: 980px) {
  .gallery-style .l-content .block-social-footer {
    display: block;
    width: 400px;
    padding-bottom: 55px;
    height: 97px;
  }
}
.gallery-style .l-content .block-social-footer .block__content {
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 41px;
  line-height: 4.1rem;
}
.gallery-style .l-content .block-social-footer .block__content i.icon.facebook {
  color: #3f5d9a;
}
.gallery-style .l-content .block-social-footer .block__content i.icon.facebook:hover {
  color: #667eae;
}
.gallery-style .l-content .block-social-footer .block__content i.icon.twitter {
  color: #06adf0;
}
.gallery-style .l-content .block-social-footer .block__content i.icon.twitter:hover {
  color: #37bef3;
}
.gallery-style .l-content .block-social-footer .block__content i.icon.google {
  color: #c73f2f;
}
.gallery-style .l-content .block-social-footer .block__content i.icon.google:hover {
  color: #d26659;
}
.gallery-style .l-content .block-social-footer .block__content i.icon.linkedin {
  color: #4a77b5;
}
.gallery-style .l-content .block-social-footer .block__content i.icon.linkedin:hover {
  color: #6f92c4;
}
.gallery-style .l-content .block-social-footer .block__content i.icon.print {
  color: #686868;
}
.gallery-style .l-content .block-social-footer .block__content i.icon.print:hover {
  color: #868686;
}
.gallery-style .l-content .block-social-footer .block__content i.icon.add {
  color: #f86d51;
}
.gallery-style .l-content .block-social-footer .block__content i.icon.add:hover {
  color: #f98a74;
}
.gallery-style .l-content .block-social-footer .block__content i.icon.mail {
  color: #686868;
}
.gallery-style .l-content .block-social-footer .block__content i.icon.mail:hover {
  color: #868686;
}

.share-trigger {
  display: block;
  text-align: center;
  width: 60px;
  height: 47px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 39px;
  line-height: 3.9rem;
  color: #999999;
  text-transform: uppercase;
  background: url("../images/speech-buble-sprite.png") top left no-repeat;
  margin: 0 0 10px 0;
}
.share-trigger:hover {
  color: #6a6a6a;
  background: url("../images/speech-buble-sprite.png") bottom left no-repeat;
}
.l-level-1 .share-trigger {
  display: none;
}
@media (min-width: 980px) {
  .l-level-1 .share-trigger {
    display: block;
  }
}

.share-trigger-horiz {
  float: left;
  text-align: center;
  width: 82px;
  height: 41px;
  padding-right: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 41px;
  line-height: 4.1rem;
  color: #999999;
  text-transform: uppercase;
  background: url("../images/speech-buble-horiz.png") top left no-repeat;
  margin: 0;
  font-weight: bold;
}
.l-footer .share-trigger-horiz {
  display: none;
}

.js-sticky {
  position: fixed;
  top: 80px;
}
.node-sidebar-left .js-sticky {
  top: 170px;
}

@media (min-width: 980px) {
  .share-content {
    width: 60px;
    height: 300px;
    text-align: center;
    clear: both;
  }
}
.share-content a, .share-content i.icon {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 48px;
  line-height: 4.8rem;
  display: block;
  width: 100%;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=100);
}
.share-content a {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
@media (min-width: 980px) {
  .share-content a {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .left-col .share-content a {
    display: block;
  }
}
.share-content a.addthis_button_facebook {
  color: #3f5d9a;
}
.share-content a.addthis_button_facebook:hover {
  color: #667eae;
}
.share-content a.addthis_button_twitter {
  color: #06adf0;
}
.share-content a.addthis_button_twitter:hover {
  color: #37bef3;
}
.share-content a.addthis_button_google_plusone_share {
  color: #c73f2f;
}
.share-content a.addthis_button_google_plusone_share:hover {
  color: #d26659;
}
.share-content a.addthis_button_linkedin {
  color: #4a77b5;
}
.share-content a.addthis_button_linkedin:hover {
  color: #6f92c4;
}
.share-content a.addthis_button_print {
  color: #686868;
}
.share-content a.addthis_button_print:hover {
  color: #868686;
}
.share-content a.addthis_button_compact, .share-content a.aaddthis_button_expanded {
  color: #f86d51;
}
.share-content a.addthis_button_compact:hover, .share-content a.aaddthis_button_expanded:hover {
  color: #f98a74;
}
.share-content a.addthis_button_email {
  color: #686868;
}
.share-content a.addthis_button_email:hover {
  color: #868686;
}
.share-content i.icon {
  margin: 0;
}
.l-footer .share-content, .gallery-style .l-content .share-content {
  width: 100%;
  height: 42px;
}
.l-footer .share-content a, .l-footer .share-content i.icon, .gallery-style .l-content .share-content a, .gallery-style .l-content .share-content i.icon {
  display: inline;
}
@media (min-width: 980px) {
  .l-footer .share-content a, .gallery-style .l-content .share-content a {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (min-width: 980px) {
  .gallery-style .l-content .share-content {
    width: 318px;
    float: left;
    clear: none;
  }
}
.gallery-style .l-content .share-content a {
  padding-left: 5px;
  padding-right: 5px;
}

.spacer {
  height: 10px;
}

@media (min-width: 768px) {
  .l-footer .block-social-footer {
    display: none;
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -136px;
  }
}

.block-editors-pick {
  background-color: #f1f1f1;
  padding: 16px 16px 16px 16px;
}
@media (min-width: 980px) {
  .block-editors-pick {
    padding: 0;
  }
}
.block-editors-pick .block__content {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.block-editors-pick .block__content a {
  color: #008dd6;
}
.block-editors-pick .block__content .list-meta-bottom a {
  color: #e66628 !important;
}
.block-editors-pick .block__content .list-meta-bottom a i.icon {
  color: #e66628 !important;
}
.block-editors-pick .block__content .list-meta-bottom a:hover, .block-editors-pick .block__content .list-meta-bottom a:hover i.icon {
  color: #00608d !important;
}
.block-editors-pick .views-field-title a {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 700;
  color: #2c2c2c;
  font-family: "Roboto", sans-serif;
}
.block-editors-pick .views-field-title a:hover {
  color: #00608d;
}
@media (min-width: 980px) {
  .block-editors-pick .views-field-title {
    padding-left: 40px;
  }
}
@media (min-width: 980px) {
  .block-editors-pick .views-field-nid {
    padding-left: 40px;
  }
}
.block-editors-pick .views-field-field-image-cache {
  display: none;
}
@media (min-width: 980px) {
  .block-editors-pick .views-field-field-image-cache {
    float: right;
    display: block;
    width: 35.97122%;
    padding-right: 7.19424%;
    padding-left: 3.59712%;
    padding-top: 20px;
  }
}
.block-editors-pick .views-field-field-image-cache img {
  height: auto !important;
}
@media (min-width: 980px) {
  .block-editors-pick .views-field-field-byline {
    padding-top: 35px;
    padding-left: 40px;
  }
}
@media (min-width: 980px) {
  .block-editors-pick {
    padding: 0 0 0 44px;
    height: 179px;
    position: relative;
    margin-bottom: 30px;
  }
  .block-editors-pick h2.block__title {
    position: absolute;
    top: 67px;
    left: -67px;
    width: 179px;
    height: 45px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #777777;
    font-size: 20px;
    font-size: 2rem;
    line-height: 45px;
    line-height: 4.5rem;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
  }
}
.block-editors-pick .list-meta-top i.icon.lock {
  margin-right: 3px;
}

.block-editors-insight {
  padding: 30px 16px 30px 16px;
}
@media (min-width: 980px) {
  .block-editors-insight {
    padding: 0;
  }
}
.block-editors-insight .views-field-field-block-image {
  width: 65px;
  float: right;
  margin-left: 10px;
}
.block-editors-insight .views-field-field-block-image img {
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
@media (min-width: 980px) {
  .block-editors-insight .views-field-field-block-image {
    float: left;
    margin: 0 20px 0 0;
  }
}
.block-editors-insight .views-field-field-short-title {
  margin: 5px 0;
}
.block-editors-insight .views-field-field-short-title a {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  color: black;
  font-style: italic;
}
.block-editors-insight .views-field-field-short-title a:hover {
  color: #00608d;
}
@media (min-width: 980px) {
  .block-editors-insight .views-field-nid-1 {
    padding-left: 85px;
  }
}
.block-editors-insight .list-meta-top a:hover {
  color: #00608d;
}
@media (min-width: 980px) {
  .block-editors-insight {
    padding: 0;
    margin-bottom: 30px;
  }
}

.block-aggregated-news.category-listing h2.block__title {
  color: #e74c3c;
}

.block-most-popular i.icon.lock {
  color: #008dd6;
  padding-right: 0;
  margin-right: 0;
}
.block-most-popular h2.block__title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: black;
  padding-top: 10px;
  margin-left: 13px;
}
.block-most-popular .block__content {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #2c2c2c;
  font-family: "Roboto", sans-serif;
}
.block-most-popular .block__content a {
  display: block;
  color: #2c2c2c;
}
.block-most-popular .block__content a:hover {
  color: #00608d;
}

.block-findata {
  position: relative;
}
.block-findata h2.block__title {
  padding-top: 10px;
  margin-left: 13px;
}
.block-findata h2.block__title, .block-findata h2.block__title a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: black;
}
.block-findata h2.block__title a:hover {
  color: #00608d;
}
.block-findata .block__content {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #2c2c2c;
  font-family: "Roboto", sans-serif;
}
.block-findata .block__content a {
  color: #2c2c2c;
}
.block-findata .block__content a:hover {
  color: #00608d;
}
.block-findata .findata-logo {
  position: absolute;
  top: 10px;
  right: 16px;
}
.block-findata .findata-block-wrap {
  padding-top: 12px;
  background-color: white;
}
.block-findata .findata-block-wrap img.findata-block-graph {
  float: right;
  width: 36.66667%;
  margin-top: 20px;
}
.block-findata .findata-block-wrap table {
  width: 100%;
}
.block-findata .findata-block-wrap table tr, .block-findata .findata-block-wrap table td, .block-findata .findata-block-wrap table tbody, .block-findata .findata-block-wrap table thead, .block-findata .findata-block-wrap table th {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.block-findata .findata-block-wrap table td, .block-findata .findata-block-wrap table th {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 2px;
  vertical-align: top;
}
.block-findata .findata-block-wrap table td img {
  width: 7px;
  height: 8px;
}
.block-findata .findata-block-wrap #findata-block-commods img.findata-block-graph {
  width: 30%;
}
.block-findata .findata-block-wrap #findata-block-commods .pane-left {
  width: 65.66667%;
}
.block-findata .findata-block-wrap .pane-left {
  border-right: 1px dashed #bcbcbd;
  float: left;
  width: 59%;
}

.grey-section .block-findata .findata-block-wrap {
  background-color: transparent;
}

.block-ip-sub-options {
  font-family: "Roboto", sans-serif;
  margin: 35px 16px 20px 16px;
  background-color: #ededea;
  padding: 20px;
  /* .ip-option {
  	background-color: $fieldsetBg;
  	margin-bottom: 20px;
  	h3 {
  		@include font-size(18);
  		@include line-height(26);
  		margin: 0;
  	}
  	img {
  		display: block;
  	}
  	@include breakpoint($tablet) {
  		float: left;
  		width: percentage(460px/940px);
  		margin-right: percentage(20px/940px);
  		&.last {
  			margin-right: 0;
  		}
  		img {
  			height: auto !important;
  		}
  	}
  } */
}
.block-ip-sub-options:before, .block-ip-sub-options:after {
  content: "";
  display: table;
}
.block-ip-sub-options:after {
  clear: both;
}
@media (min-width: 980px) {
  .block-ip-sub-options {
    padding: 50px 80px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 80px;
  }
}
.block-ip-sub-options .block__content {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.block-ip-sub-options .block__content .right-wrapper {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
@media (min-width: 980px) {
  .block-ip-sub-options .block__content .right-wrapper {
    float: left;
    width: 460px;
  }
}
.block-ip-sub-options .block__content .right-wrapper p {
  margin: 0;
}
.block-ip-sub-options .block__content .left-wrapper p {
  margin-top: 0;
}
.block-ip-sub-options .block__content .left-wrapper a {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: bold;
}
@media (min-width: 980px) {
  .block-ip-sub-options .block__content .left-wrapper {
    float: left;
    width: 300px;
    margin-right: 20px;
  }
}
.block-ip-sub-options .block__content .sub-type {
  padding: 20px;
  border: 1px solid #cccccc;
  margin-bottom: 15px;
}
.block-ip-sub-options h2.block__title {
  text-transform: none;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  color: #333333;
  margin-bottom: 20px;
}
.block-ip-sub-options h4 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  margin: 0;
}
.block-ip-sub-options .block-content {
  padding: 30px;
}
.block-ip-sub-options .block-content p {
  margin: 0;
}

.block-credit {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .block-credit {
    margin-top: 50px;
  }
}
@media (min-width: 980px) {
  .block-credit {
    margin-top: 10px;
  }
}
.block-credit.block-credit-sparks {
  float: left;
}
@media (min-width: 980px) {
  .block-credit.block-credit-sparks {
    width: 12.34043%;
  }
}
.block-credit.block-credit-webdrive {
  float: right;
}
@media (min-width: 980px) {
  .block-credit.block-credit-webdrive {
    width: 16.17021%;
  }
}

.block-richlist-hardcopy {
  padding: 20px;
  width: 100%;
  background-color: #ededea;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 980px) {
  .block-richlist-hardcopy {
    width: 500px;
    padding: 30px;
    margin-bottom: 50px;
  }
  .block-richlist-hardcopy .block-richlist-hardcopy {
    padding: 0;
    width: auto;
  }
}
.block-richlist-hardcopy p {
  margin: 0;
}
.block-richlist-hardcopy a {
  font-weight: 700;
}
.block-richlist-hardcopy img {
  float: right;
  margin: 0 0 0 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
  box-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
}

.block-most-active {
  background-color: #e9effc;
}
.block-most-active h2.block__title {
  padding-top: 10px;
  padding-left: 13px;
  margin-bottom: 0;
}
.block-most-active .block__content {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 27px;
  line-height: 2.7rem;
  font-family: "Roboto", sans-serif;
  padding: 10px 13px;
}
.block-most-active .block__content a {
  color: #333333;
}
.block-most-active .block__content a:hover {
  color: #00608d;
}
.block-most-active .block__content .btn a {
  display: block;
}
.block-most-active .block__content table {
  width: 100%;
  margin-bottom: 18px;
}
.block-most-active .block__content table tbody {
  border-left: 1px solid #dddfe2;
  border-right: 1px solid #dddfe2;
}
.block-most-active .block__content table th, .block-most-active .block__content table td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  border-bottom: 1px solid #dddfe2;
  padding: 4px 14px;
  vertical-align: top;
}
.block-most-active .btn {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem;
}
.block-most-active .btn a {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  max-width: 200px;
  color: #7dbeda;
}
.block-most-active .btn a:hover {
  color: white;
}
.block-most-active .learn-more {
  line-height: 18px;
  line-height: 1.8rem;
  margin-bottom: 0;
}
.block-most-active .learn-more a {
  font-weight: bold;
  color: #00608d;
}
.block-most-active .learn-more a:hover {
  color: #333333;
}

.block-text-general h2.block__title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  text-transform: uppercase;
  padding: 5px 13px;
  margin: 0;
  background-color: #008dd6;
  color: white;
  font-weight: normal;
}
.block-text-general .block__content {
  background-color: #e5f3fb;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
.block-text-general .block__content td {
  padding: 10px 13px;
  border-bottom: 1px dotted #cccccc;
}

.block-subscribe-renew .block__content a {
  display: block;
  color: #333333;
}
.block-subscribe-renew .block__content a:hover {
  color: #00608d;
}

.block-people-scene {
  padding: 16px;
}
@media (min-width: 980px) {
  .block-people-scene {
    padding: 0;
  }
}

.block-gifed-ip-top-ad {
  background-color: white;
  overflow: hidden;
  padding: 10px 0;
}
.block-gifed-ip-top-ad .block__content {
  float: left;
  width: 17.85714%;
  text-align: center;
  padding-top: 15px;
}
.block-gifed-ip-top-ad .block__title {
  float: left;
  width: 71.42857%;
  margin-left: 5.35714%;
  padding-top: 15px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #666666;
  text-transform: none;
  font-weight: normal;
}

.block-gifted-external-links {
  padding: 17px;
  position: relative;
}
.block-gifted-external-links .block__title {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  text-align: left;
}
.block-gifted-external-links .block__content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-family: "Droid Serif", serif;
}
.block-gifted-external-links .block__content li, .block-gifted-external-links .block__content a {
  color: #03427a;
  text-align: left;
}
.block-gifted-external-links .block__content li:hover, .block-gifted-external-links .block__content a:hover {
  color: #333333;
}
.block-gifted-external-links .block__content img {
  position: absolute;
  bottom: 17px;
  right: 17px;
}

.content-related-gallery .field-item a {
  display: block;
  width: 298px;
  height: 106px;
  background: url("../images/bg-more-pic.jpg") 0 0 no-repeat;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: 1px #dadada solid;
}

.js-moved-order-link a {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: bold;
}

.block-chinese-ad p {
  margin: 0;
}

.block-features .node--feature a:hover .featured-title {
  color: #00608d;
}

.block-print-edition {
  border-top: 2px solid #1c1c1c;
  position: relative;
  max-width: 300px;
  clear: both;
}
.block-print-edition .block__content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: "Roboto", sans-serif;
}
.block-print-edition .block__content p {
  margin: 0;
}
.block-print-edition .block__content a:hover strong {
  color: #333333;
}
.block-print-edition .block__content img, .block-print-edition .block__content span, .block-print-edition .block__content strong {
  display: block;
  color: #333333;
}
.block-print-edition .block__content strong {
  font-size: 16px;
  font-size: 1.6rem;
  color: #00608d;
}
.block-print-edition .pa-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent url("../images/bg-transparent-w.png") 0 0 repeat;
  padding: 20px 0;
}
.block-print-edition .pa-overlay strong, .block-print-edition .pa-overlay span {
  padding-left: 20px;
  padding-right: 20px;
}

.category-listing {
  padding: 16px 16px 16px 16px;
}
@media (min-width: 980px) {
  .category-listing {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .category-listing {
    margin-bottom: 40px;
  }
}
.category-listing .field--name-field-image-cache, .category-listing .list-meta-top, .category-listing .list-meta-bottom, .category-listing .content, .category-listing .field--name-field-featured-comment {
  display: none;
}
@media (min-width: 980px) {
  .category-listing .field--name-field-image-cache, .category-listing .list-meta-top, .category-listing .list-meta-bottom, .category-listing .content, .category-listing .field--name-field-featured-comment {
    display: block;
  }
}
.category-listing .field--name-field-teaser,
.category-listing .field--name-body {
  margin-top: 5px;
}
.category-listing .field--name-field-teaser p,
.category-listing .field--name-body p {
  margin-top: 0;
}
.category-listing .list-meta-top a {
  color: #008dd6;
}
.category-listing .list-meta-bottom .comment-count {
  color: #e66628 !important;
}
.category-listing .list-meta-bottom .comment-count i.icon {
  color: #e66628 !important;
}
.category-listing .list-meta-bottom .comment-count:hover, .category-listing .list-meta-bottom .comment-count:hover i.icon {
  color: #00608d !important;
}
.category-listing h2.node__title a {
  display: block;
}
.category-listing h2.node__title, .category-listing .item-list {
  margin: 0;
  padding-left: 10px;
  position: relative;
}
.category-listing h2.node__title a, .category-listing .item-list a {
  font-weight: normal;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
}
@media (min-width: 768px) {
  .category-listing h2.node__title a, .category-listing .item-list a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.category-listing h2.node__title a:hover, .category-listing .item-list a:hover {
  color: #00608d;
}
.category-listing h2.node__title a:before, .category-listing .item-list a:before {
  content: "• ";
  position: absolute;
  left: 0;
  top: 4px;
}
.category-listing .list-category-small {
  margin-bottom: 6px;
}
@media (min-width: 980px) {
  .category-listing .list-category-big h2.node__title, .category-listing .list-category-normal h2.node__title {
    padding-left: 0;
    margin-bottom: 4px;
  }
  .category-listing .list-category-big h2.node__title a:before, .category-listing .list-category-normal h2.node__title a:before {
    content: "";
  }
}
.category-listing .item-list a:before {
  top: 0;
}
.category-listing .view-footer {
  padding-left: 10px;
}
.category-listing .view-footer a {
  color: #00608d;
}
.category-listing .view-footer a:hover {
  color: #333333;
}
.category-listing i.lock.icon {
  color: #008dd6;
  margin: 0;
  width: auto;
}
@media (min-width: 980px) {
  .category-listing .list-category-big h2.node__title, .category-listing .list-category-normal h2.node__title {
    padding-left: 0;
  }
  .category-listing .list-category-big h2.node__title a:before, .category-listing .list-category-normal h2.node__title a:before {
    content: "";
  }
  .category-listing .list-category-big h2.node__title a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: 700;
    display: block;
  }
  .category-listing .list-category-normal h2.node__title a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    color: #2c2c2c;
    font-weight: 700;
    display: block;
  }
  .category-listing .list-category-normal h2.node__title a:hover {
    color: #00608d;
  }
  .category-listing .views-row-1 {
    float: left;
    width: 60.83333%;
    margin-right: 9.16667%;
  }
  .category-listing .views-row-1 .field--name-field-image-cache {
    float: right;
    width: 140px;
    margin-left: 10px;
  }
  .category-listing .views-row-2, .category-listing .views-row-3 {
    float: left;
    width: 30%;
  }
  .category-listing .views-row-2 {
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .category-listing .views-row-1, .category-listing .views-row-3 {
    padding-bottom: 15px;
  }
  .category-listing .views-row-4 {
    width: 100%;
    clear: both;
    border-top: 1px dotted #cccccc;
    padding-top: 15px;
  }
  .category-listing .field--name-field-teaser p,
  .category-listing .field--name-body p {
    margin-bottom: 0;
  }
}
.category-listing .home-article-display-featured {
  display: none;
}

.block-aggregated-news .item-list {
  margin-bottom: 6px;
}

#comments {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Roboto", sans-serif;
}
#comments h2.title {
  overflow: hidden;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  line-height: 3.2rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #comments h2.title i.icon {
    float: left;
    margin-right: 35px;
  }
}
#comments form.comment-form {
  margin-top: 20px;
}
#comments .indented {
  margin-left: 0;
}
@media (min-width: 980px) {
  #comments .indented {
    margin-left: 29px;
  }
}
#comments i.icon.chat {
  display: none;
}
@media (min-width: 768px) {
  #comments i.icon.chat {
    display: inline;
  }
}

.comment {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px dotted #999999;
  word-wrap: break-word;
}
.comment.last {
  margin-bottom: 30px;
}
.comment .submitted {
  color: #666666;
  margin-bottom: 20px;
}
.comment .comment__links {
  float: left;
  clear: left;
}
.comment .comment__links li {
  padding-right: 25px;
  margin-right: 0;
}
.comment .comment__links li:hover a, .comment .comment__links li:hover i.icon {
  color: #333333;
}
.comment .comment__links a {
  color: #666666;
  text-transform: uppercase;
}
.comment .actions {
  display: inline;
  text-transform: uppercase;
}
.comment .actions > span {
  padding-right: 25px;
  color: #666666;
}
.comment .actions > span:hover, .comment .actions > span.active {
  color: #333333;
}
.comment .actions a {
  color: #666666;
}
.comment .actions a:hover, .comment .actions a.active {
  color: #333333;
}
.comment .actions .reply:hover i.icon, .comment .actions .reply:hover a, .comment .actions .report:hover i.icon, .comment .actions .report:hover a, .comment .actions .comment-share:hover i.icon, .comment .actions .comment-share:hover a {
  color: #333333;
}
.comment .actions .share-content-tablet {
  display: inline;
}
.comment .actions .share-content-tablet ul {
  margin: 0;
  padding: 0;
}
.comment .actions .share-content-tablet ul li {
  color: #666666;
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.comment .actions .share-content-tablet ul li:hover, .comment .actions .share-content-tablet ul li.active {
  color: #333333;
}
@media (min-width: 980px) {
  .comment .actions span.reply, .comment .actions span.report {
    width: 100px;
    overflow: hidden;
  }
  .comment .actions span.reply i.icon, .comment .actions span.report i.icon {
    float: left;
    margin-right: 5px;
    position: relative;
    top: 3px;
  }
}
@media (min-width: 980px) {
  .comment .actions span.reply {
    width: 100px;
  }
}
@media (min-width: 980px) {
  .comment .actions span.report {
    width: 110px;
  }
}
.comment .field--name-comment-body {
  margin-bottom: 20px;
  font-style: italic;
  font-family: "Droid Serif", serif;
}
.comment .report, .comment .comment_reply, .comment .comment-share {
  float: left;
}
.comment .comment_reply i.icon.reply {
  margin-right: 3px;
}
.comment .comment-share-trigger {
  color: #666666;
  text-transform: uppercase;
  cursor: pointer;
  display: none;
  /*@include breakpoint($tablet) {
  	display: none;
  } */
}
.comment .comment-share-trigger:hover {
  color: #333333;
}
.indented .comment {
  border-top: 0;
  padding-top: 0;
}
@media (min-width: 980px) {
  .indented .comment {
    padding-left: 30px;
    border-left: 1px solid #999999;
  }
}

.social-links {
  margin: 0;
  padding: 0;
  width: 230px;
  overflow: hidden;
}
.social-links li {
  float: left;
  list-style: none;
  margin: 0 15px 0 0;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links li a {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 53px;
  line-height: 5.3rem;
  color: #333333;
}
.social-links li a i {
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.comment-form-wrapper {
  background-color: #dfe0e1;
  border-top: 1px dotted #999999;
  padding: 20px 15px;
}
.comment-form-wrapper h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.comment-form-wrapper input[type=text] {
  width: 100%;
}

.comment-reply-close {
  margin-left: 20px;
  text-transform: uppercase;
  color: #00608d;
  cursor: pointer;
  font-weight: bold;
}
.comment-reply-close:hover {
  color: #333333;
}

.reply-form {
  background-color: #dfe0e1;
  padding: 15px 13px;
  border-bottom: 1px dotted #999999;
  margin-bottom: 30px;
}
.reply-form h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-transform: uppercase;
}

@media (min-width: 980px) {
  .comment-content-wrapper {
    padding-left: 80px;
  }
}
.comment-content-wrapper h3.title {
  margin-top: 0;
}
@media (min-width: 980px) {
  .comment-content-wrapper h3.title {
    font-size: 30px;
    font-size: 3rem;
  }
}

.skip-to-comment-form {
  /* font-family: $bebas;
  font-weight: bold;
  display: block;
  background-color: transparent;
  @include font-size(24);
  @include line-height(20);
  text-transform: uppercase;
  @include rotate(-90deg);
  position: absolute;
  left: -75px;
  top: 157px; */
  width: 24px;
  height: 147px;
  display: none;
  position: absolute;
  left: 0px;
  top: 77px;
  background: url("../images/bg-post-comment.png") no-repeat 0 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  text-index: -9999;
}
@media (min-width: 980px) {
  .skip-to-comment-form {
    display: block;
  }
}
.skip-to-comment-form.js-sticky-post-comment {
  position: fixed;
  top: 175px;
}

.comment-inner ul.links *, .comment-inner .actions * {
  font-size: 14px;
  line-height: 22px;
}

@media (min-width: 980px) {
  .comment-form {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
}
.comment-form input.form-text {
  max-width: 100%;
}

.filter-guidelines,
.filter-help {
  display: none;
}

#comments .pager, #comments h2.element-invisible {
  display: none;
}

.page-comment-reply .l-content > .comment {
  padding: 16px 16px 16px 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Roboto", sans-serif;
  border: 0;
  background-color: #ebebeb;
}
@media (min-width: 980px) {
  .page-comment-reply .l-content > .comment {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .page-comment-reply .l-content > .comment {
    width: 820px;
    margin: 0 auto;
    padding-left: 20px;
    background-color: transparent;
  }
}
.page-comment-reply .l-content > .comment .comment-inner {
  background-color: #ebebeb;
}
@media (min-width: 980px) {
  .page-comment-reply .l-content > .comment .comment-inner {
    padding: 30px 15px;
  }
}
.page-comment-reply .l-content > .comment .comment-reply, .page-comment-reply .l-content > .comment .comment-share > span {
  display: none;
}
@media (min-width: 980px) {
  .page-comment-reply .l-content > #comments {
    width: 820px;
    margin: 0 auto 40px auto;
    padding-left: 20px;
  }
}
@media (min-width: 980px) {
  .page-comment-reply .l-content > #comments .comment-form {
    max-width: 520px;
  }
}

.commenter-icon-key-desc {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .commenter-icon-key-desc {
    padding-left: 80px;
  }
}
.commenter-icon-key-desc span {
  font-family: "Roboto", sans-serif;
  padding-left: 15px;
  font-weight: bold;
}
.commenter-icon-key-desc span.subscriber {
  color: #008dd6;
}
.commenter-icon-key-desc span.verified {
  color: #22a722;
}
.commenter-icon-key-desc span.verified i.icon {
  color: #22a722;
}

.verified, .subscriber {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}

.verified, .verified i.icon {
  color: #22a722;
}

.subscriber, .subscriber i.icon {
  color: #008dd6;
}

@media (min-width: 980px) {
  .section-page-not-found .l-header, .section-page-not-found .l-menu-wrapper,
  .section-access-denied .l-header,
  .section-access-denied .l-menu-wrapper {
    display: none !important;
  }
}
.section-page-not-found .l-main,
.section-access-denied .l-main {
  margin: 0;
  width: 100%;
  padding-top: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-page-not-found .l-main,
  .section-access-denied .l-main {
    height: 665px;
  }
}
.section-page-not-found .l-content,
.section-access-denied .l-content {
  font-family: "Roboto", sans-serif;
  color: white;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}
.section-page-not-found .page-title,
.section-access-denied .page-title {
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .section-page-not-found .page-title,
  .section-access-denied .page-title {
    font-size: 60px;
    font-size: 6rem;
    line-height: 60px;
    line-height: 6rem;
    margin: 230px 0 20px 0 !important;
    width: 100% !important;
    padding: 0 !important;
    max-width: 100% !important;
  }
}
.section-page-not-found .field--name-body p,
.section-access-denied .field--name-body p {
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px 0;
}
@media (min-width: 768px) {
  .section-page-not-found .field--name-body p,
  .section-access-denied .field--name-body p {
    font-size: 30px;
    font-size: 3rem;
    line-height: 48px;
    line-height: 4.8rem;
  }
}
.section-page-not-found .field--name-body .back-home,
.section-access-denied .field--name-body .back-home {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 55px;
  line-height: 5.5rem;
  font-weight: bold;
  text-transform: uppercase;
  width: 150px;
  height: 55px;
  text-align: center;
  background-color: #00608d;
  color: white;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.section-page-not-found .field--name-body .back-home:hover,
.section-access-denied .field--name-body .back-home:hover {
  background-color: #004d71;
}
.section-page-not-found .tabs--primary,
.section-access-denied .tabs--primary {
  display: none;
}

.section-page-not-found .l-main {
  background: url("../images/bg-page-not-found.jpg") center center no-repeat;
}

.section-access-denied .l-main {
  background: url("../images/bg-permission-deny.jpg") center center no-repeat;
}

/* reset flexslider styles
.flexslider { 
	border: 0; 
	//background: $greySliderBg none;
	* { text-shadow: none !important; }
	background: transparent none; 
	border-radius: 0px; 
	box-shadow: 0 0 0 black; 
	margin: 0 0 40px 0;
	position: relative;
	.group-level-1-fr & {
		height: 400px;
	}
	&:hover {
		.flex-prev {
			left: 0;
			opacity: none;
		}
		.flex-next {
			right: 0;
			opacity: none;
		}
	}
	//article slider
	.l-level-1 & {
		.slides {
			height: 400px;
			display: table;
			li { 
				min-height: 0 !important;
				height: 400px;
				position: relative;
				.inner {
					border: 1px solid transparent;
					height: 400px; 
					width: 100%; 
					text-align: center; 
					line-height: 400px; 
					vertical-align: middle;
					background: $greySliderBg none;
					.helper {
						display: inline-block;
						height: 100%;
						vertical-align: middle;
					}
				}
				img { 
					max-height: 400px;
					width: auto;
					line-height: 400px; 
					display: inline !important;
					vertical-align: middle;
				}
			}
		}
	}
	//gallery slider
	.node--gallery--full & {
		.slides {
			li {
				img {
					height: auto !important;
					@include breakpoint($tablet) {
						display: block;
						width: 520px;
						height: 780px;
						margin-left: auto;
						margin-right: auto;
					}
				}
			}
		}
	}
}

.flex-nav-container { 
	margin: 0; 
	clear: both; 
}

.flex-direction-nav {
	a {
		@include font-size(16);
		@include line-height(63);
		background-color: white;
		text-align: center !important;
		width: 30px;
		height: 63px;
		display: block !important;
		&.flex-prev {
			left: 0;
			@include opacity(0.8);
			@include border-right-radius(3px);
			&:hover {
				@include opacity(1);
			}
		}
		&.flex-next {
			right: 0;
			@include opacity(0.8);
			@include border-left-radius(3px);
			&:hover {
				@include opacity(1);
			}
		}
		&:before {
			font-family: Icons;
			font-size: 0;
			display: none;
			content: '';
		}
		&:hover {
			@include opacity(1);
			i.icon {
				color: $greyLighter;
			}
		}
		i.icon {
			margin: 0 !important;
			padding: 0 !important;
			@include font-size(20);
			@include line-height(63);
			color: $greySliderInactive;
		}
		.node--gallery--full & {
			top: 260px;
			background-color: $yetAnotherSliderNavBg;
			@include breakpoint($tablet) {
				top: 360px;
			}
			i.icon {
				font-weight: bold;
			}
			&.flex-next {
				@include breakpoint($tablet) {
					right: -16px;
				}
			}
			&.flex-prev {
				@include breakpoint($tablet) {
					left: -16px;
				}
			}
		}
	}
}

.flex-viewport {}

.flex-caption { 
	@include font-size(12);
	@inlcude line-height(22);
	font-family: $roboto;
	position: absolute;
	bottom: 0px;
	left: $gutter;
}
*/
.horiz-listing {
  position: relative;
  padding: 16px 16px 16px 16px;
}
@media (min-width: 980px) {
  .horiz-listing {
    padding: 0;
  }
}
.horiz-listing:before, .horiz-listing:after {
  content: "";
  display: table;
}
.horiz-listing:after {
  clear: both;
}
@media (min-width: 980px) {
  .section-markets .horiz-listing {
    width: 940px;
    margin: 0 auto;
  }
}
.horiz-listing .views-row {
  float: left;
  width: 136px;
  margin-right: 16px;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .horiz-listing .views-row {
    margin-right: 20px;
  }
}
.horiz-listing .views-row.views-row-last {
  margin-right: 0;
}
.horiz-listing .views-field-title a {
  font-weight: bold;
  color: #333333;
}
.horiz-listing .views-field-title a:hover {
  color: #008dd6;
}
.horiz-listing .featured-image {
  display: block;
}
.horiz-listing .featured-title {
  font-weight: bold;
  display: block;
  color: #333333;
}
.horiz-listing .featured-body {
  color: #666666;
  display: block;
}
.horiz-listing .views-field-body {
  color: #666666;
}
.horiz-listing .views-field-body p {
  margin: 0;
}
.horiz-listing .pager {
  position: absolute;
  top: 20px;
  right: 16px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 20px;
  background-color: transparent;
}
@media (min-width: 980px) {
  .horiz-listing .pager {
    top: 5px;
    right: 0;
  }
}
.horiz-listing .pager .pager__item {
  display: none;
}
.horiz-listing .pager .pager__item.pager__item--next, .horiz-listing .pager .pager__item.pager__item--previous {
  display: inline;
  padding: 0;
  padding-left: 5px;
}
.horiz-listing .pager .pager__item.pager__item--next a, .horiz-listing .pager .pager__item.pager__item--previous a {
  color: #999999;
}
.horiz-listing .pager .pager__item.pager__item--next a:hover, .horiz-listing .pager .pager__item.pager__item--previous a:hover {
  color: #008dd6;
}
.horiz-listing .pager .pager__item.pager__item--next a i, .horiz-listing .pager .pager__item.pager__item--previous a i {
  margin: 0;
  padding: 0;
}
.horiz-listing .pager .pager-item, .horiz-listing .pager .pager-first, .horiz-listing .pager .pager-last, .horiz-listing .pager .pager-current {
  display: none;
}
.horiz-listing .pager .pager-next, .horiz-listing .pager .pager-previous {
  display: inline;
  padding: 0;
  padding-left: 5px;
  background-color: transparent;
  top: -4px;
}
.horiz-listing .pager .pager-next:hover, .horiz-listing .pager .pager-previous:hover {
  background-color: transparent;
}
.horiz-listing .pager .pager-next a, .horiz-listing .pager .pager-previous a {
  color: #333333;
  padding: 0;
}
.horiz-listing .pager .pager-next a:hover, .horiz-listing .pager .pager-previous a:hover {
  color: #00608d;
  background-color: transparent;
}
.horiz-listing .pager .pager-next a i, .horiz-listing .pager .pager-previous a i {
  margin: 0;
  padding: 0;
}
.horiz-listing .pager .pager-next {
  right: 0;
}
.horiz-listing .pager .pager-previous {
  left: 0;
}
.horiz-listing .pager .ajax-progress-throbber {
  display: none;
}

.role-online-ip-subscription .l-region--header {
  position: relative;
}
.role-online-ip-subscription .l-region--header .block--google-ad-extra-helper {
  position: relative;
  z-index: 2;
}

.js .role-online-ip-subscription .l-region--header .block--google-ad-extra-helper, .js .role-online-ip-subscription .l-region--header .block--nbr-ip-blocks {
  display: none;
}

.js-ad-tab {
  width: 34px;
  height: 36px;
  position: absolute;
  right: -39px;
  top: 39px;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 36px;
  line-height: 3.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  color: white;
  cursor: pointer;
  background-color: #008dd6;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  background-clip: padding-box;
}
.js-ad-tab i.icon {
  margin: 0;
  font-size: 17px;
  font-size: 1.7rem;
  position: relative;
  top: -2px;
}

#ip-top-banner {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: "Roboto", sans-serif;
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  #ip-top-banner {
    display: block;
  }
}
#ip-top-banner .inner {
  padding: 15px 20px;
}
#ip-top-banner p {
  margin: 0;
}

.block--nbr-ip-blocks {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 0;
  border: 5px solid #008dd6;
  width: 760px;
  height: 120px;
  background-color: white;
}

.js-tab {
  border-top: 2px solid #333333;
  background-color: #f1f1f1;
}
.js-tab .pane-title {
  display: none;
}

.js-select {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #999999;
  height: 33px;
  width: 100%;
}
.js-select li {
  float: left;
  list-style: none;
  margin: 0;
  border: 1px solid transparent;
  border-width: 1px 1px 0 1px;
  text-transform: uppercase;
  position: relative;
  bottom: -1px;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  line-height: 3.2rem;
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 980px) {
  .js-select li {
    padding: 0 10px;
  }
}
.js-select li.active {
  border-top-color: #999999;
  border-left-color: #999999;
  border-right-color: #999999;
  color: black;
  background-color: white;
  z-index: 99;
}
.js-select li.active.first {
  border-right-color: #999999;
  border-left-color: transparent;
}

.js-tab .panel-display {
  background-color: white;
}

.grey-section .js-tab {
  background-color: #ebebeb;
}
.grey-section .js-tab .panel-display, .grey-section .js-tab li.active.first, .grey-section .js-tab li.active {
  background-color: #ebebeb;
}

.js .js-tab .panel-pane {
  display: none;
}
.js .js-tab .panel-pane:first-child {
  display: block;
}

.js .js-tab .js-tab-content.selected {
  display: block;
}

.maintenance-page {
  background-color: #dfe0e1;
  font-family: "Roboto", sans-serif;
}
.maintenance-page .l-page {
  background-color: transparent;
}
.maintenance-page .l-header {
  display: none;
}
.maintenance-page .l-content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.maintenance-page .l-main {
  background-color: transparent;
  padding: 0;
  text-align: center;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 980px) {
  .maintenance-page .l-main {
    position: fixed;
    top: 50%;
    margin-top: -130px;
    left: 50%;
    margin-left: -240px;
  }
}
.maintenance-page .l-main h1 {
  display: none;
}
.maintenance-page .l-main h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-bottom: 20px;
}
.maintenance-page .l-main p {
  margin: 0 0 20px 0;
}
.maintenance-page .l-main hr {
  border-color: #999999;
  border-style: solid;
  margin: 30px auto;
  max-width: 300px;
  margin-left: auto;
}
.maintenance-page .l-main img {
  max-width: 364px;
}

#findata-pages h3 {
  font-family: 'Roboto', sans-serif;
  padding: 3px 0;
  border-top: solid #000 3px;
  border-bottom: solid #000 1px;
  letter-spacing: -1px;
  position: relative;
  text-transform: uppercase;
}
#findata-pages h3 em {
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0;
  margin-left: 10px;
  text-align: right;
  line-height: 100%;
  position: absolute;
  bottom: 5px;
  right: 3px;
  text-transform: none;
}

.forex-tables td {
  font-size: 11px;
}

#findata-pages th {
  font-size: 10px;
  font-weight: normal;
  border-bottom: solid #000 1px;
}
#findata-pages tr {
  border: none;
}
#findata-pages tr.odd td {
  background: #fdfdfd;
}
#findata-pages tr.odd td {
  background: #e8efff;
}

#findata-page-global-indices .findata-graph {
  margin-bottom: 10px;
}
#findata-page-global-indices table {
  float: right;
  width: 240px;
  margin-top: 10px;
}
#findata-page-global-indices table td {
  text-align: center;
  font-size: 13px;
  white-space: nowrap;
  vertical-align: top;
}
#findata-page-global-indices .current {
  font-size: 20px;
}

.dir img {
  margin-right: 3px;
}

.dir-up {
  color: #097f38;
}

.dir-down {
  color: red;
}

#findata-nzcm-pages ul {
  border-bottom: solid #aaa 1px;
  margin-bottom: 20px;
  padding: 0;
}
#findata-nzcm-pages ul li {
  background: #eee;
  border: solid #aaa 1px;
  margin-right: -1px;
}
#findata-nzcm-pages ul li a {
  font-size: 14px;
  color: #333;
  font-family: Georgia, Times;
}
#findata-nzcm-pages ul .ui-state-active {
  background: #fff;
}

table.markets-table td.weekchange {
  padding-left: 12px !important;
  background-image: url("../images/nc.gif");
  background-position: 2px center;
  background-repeat: no-repeat;
  padding-left: 12px;
}
table.markets-table td.weekchange.down {
  padding-left: 12px !important;
  color: #FF0000;
  background-image: url("../images/down.gif");
  background-position: 2px center;
  background-repeat: no-repeat;
}
table.markets-table td.weekchange.up {
  padding-left: 12px !important;
  color: #097F38;
  background-image: url("../images/up.gif");
  background-position: 2px center;
  background-repeat: no-repeat;
}

#findata-pages {
  padding: 16px;
  font-family: "Roboto", sans-serif;
  padding: 16px 16px 16px 16px;
}
@media (min-width: 980px) {
  #findata-pages {
    padding: 0;
  }
}
#findata-pages table {
  width: 100%;
  margin-bottom: 20px;
}
#findata-pages table td, #findata-pages table th {
  padding: 2px;
}
#findata-pages table thead, #findata-pages table th {
  background-color: white;
}
#findata-pages h3 {
  margin-bottom: 10px;
}
@media (min-width: 980px) {
  #findata-pages .tab-style li:first-child {
    margin-left: 180px;
  }
}

@media (min-width: 980px) {
  .market-wrapper {
    width: 940px;
    margin: 0 auto;
  }
}

@media (min-width: 980px) {
  .market-tab-line {
    width: 100%;
    height: 53px;
    border-bottom: 1px solid black;
    margin-bottom: 40px;
    margin-top: -20px;
    background-color: #e6e6e6;
  }
  .page-node-26 .market-tab-line {
    margin-top: -77px;
  }
  .market-tab-line .tab-style {
    border-bottom: 0px;
    width: 940px;
    margin: 0 auto;
  }
}

.market-left-top, .market-left-bottom, .market-right {
  margin-bottom: 20px;
}

@media (min-width: 980px) {
  .market-left {
    float: left;
    width: 48.95833%;
    margin-right: 3.125%;
  }
}

@media (min-width: 980px) {
  .market-right {
    float: left;
    width: 47.91667%;
  }
}

.market-left-top {
  overflow: hidden;
}

@media (min-width: 980px) {
  .forex-images {
    float: left;
    width: 38.29787%;
    margin-right: 7.44681%;
  }
}

@media (min-width: 980px) {
  .forex-tables {
    float: left;
    width: 54.25532%;
  }
}

.findata-index:before, .findata-index:after {
  content: "";
  display: table;
}
.findata-index:after {
  clear: both;
}

#findata-page-commodities table {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 22px;
  line-height: 2.2rem;
}

#findata-page-global-indices .findata-graph {
  float: left;
  width: 31.42202%;
  margin-right: 9.17431%;
}
#findata-page-global-indices table {
  float: left;
  width: 57.33945%;
}

@media (min-width: 980px) {
  .section-markets .l-main.max-wrapper {
    width: 100%;
    padding-top: 0;
  }
}
@media (min-width: 980px) {
  .section-markets .l-content-top {
    background-color: #e6e6e6;
  }
  .section-markets .l-content-top h1.page-title {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 980px) {
  .section-markets .l-content-top .inner {
    width: 940px;
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 980px) {
  .nzcm-inner {
    width: 960px;
    margin: 0 auto;
  }
}

@media (min-width: 980px) {
  .nzcm-wrapper {
    margin: 0 10px 20px 10px;
  }
  .nzcm-wrapper:before, .nzcm-wrapper:after {
    content: "";
    display: table;
  }
  .nzcm-wrapper:after {
    clear: both;
  }
  .nzcm-wrapper .nzcm {
    float: left;
  }
  .nzcm-wrapper .nzcm.chart-image {
    width: 36%;
    margin-right: 4%;
  }
  .nzcm-wrapper .nzcm.chart-image img {
    height: auto !important;
  }
  .nzcm-wrapper .nzcm.nzx-indices {
    width: 60%;
  }
}

@media (min-width: 980px) {
  .weekly-wrapper {
    margin: 0 10px 20px 10px;
  }
  .weekly-wrapper:before, .weekly-wrapper:after {
    content: "";
    display: table;
  }
  .weekly-wrapper:after {
    clear: both;
  }
  .weekly-wrapper .nzcm {
    float: left;
  }
  .weekly-wrapper .nzcm.weekly-rises {
    width: 22%;
    margin-right: 4%;
  }
  .weekly-wrapper .nzcm.weekly-falls {
    width: 22%;
    margin-right: 4%;
  }
  .weekly-wrapper .nzcm.weekly-volume {
    width: 22%;
    margin-right: 4%;
  }
  .weekly-wrapper .nzcm.weekly-value {
    width: 22%;
  }
}

@media (min-width: 980px) {
  .nzx-wrapper {
    margin: 0 10px 20px 10px;
  }
}

#message-wrapper {
  position: relative;
  z-index: 999;
}
#message-wrapper .js-close {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
}
#message-wrapper .js-close i.icon {
  margin: 0;
}

.messages {
  margin: 0;
  padding: 0;
  border: 0;
  color: white;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  padding: 16px 16px 16px 16px;
  background-image: none;
}
@media (min-width: 980px) {
  .messages {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .messages {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .messages .inner {
    width: 940px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
.messages.messages--error {
  background-color: #e74c3c;
}
.messages.messages--warning {
  background-color: #f39c12;
}
.messages.messages--status {
  background-color: #27ae60;
}
.messages a {
  color: white;
  font-weight: bold;
}
.js .messages {
  display: none;
}
.js #modal-content .messages {
  display: block;
}

#modal-content .messages {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#modal-content .messages ul {
  max-width: 940px;
  margin: 0 auto;
  display: block;
}

.page-user.full-width .l-content-top {
  padding-top: 20px;
}
.page-user.full-width .l-content-top .page-title {
  display: none;
}

.page-user-dashboard.page-user .l-content-top, .page-user-edit.page-user .l-content-top, .page-user-my-subscriptions.page-user .l-content-top, .page-user-mytag.page-user .l-content-top, .page-user-mystocks.page-user .l-content-top, .not-logged-in.page-user .l-content-top {
  display: none;
}

.mynbr-menu {
  background-color: #2094d0;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 980px) {
  .mynbr-menu {
    margin: 0 0 53px 0;
  }
}
.mynbr-menu.js-sticky {
  top: 0;
}
@media (min-width: 980px) {
  .mynbr-menu.js-sticky {
    margin-top: 0;
  }
}
@media (min-width: 980px) {
  .mynbr-menu .inner {
    width: 940px;
    margin: 0 auto;
  }
}
.mynbr-menu a {
  color: white;
}
.mynbr-menu ul {
  display: block;
  margin: 0;
  padding: 0;
}
.mynbr-menu ul:before, .mynbr-menu ul:after {
  content: "";
  display: table;
}
.mynbr-menu ul:after {
  clear: both;
}
.mynbr-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mynbr-menu ul li.selected a {
  background-color: #0d84c1;
}
@media (min-width: 980px) {
  .mynbr-menu ul li.selected a {
    position: relative;
  }
  .mynbr-menu ul li.selected a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0d84c1;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (min-width: 980px) {
  .mynbr-menu ul li.mynbr-dashboard a {
    border-left: 1px solid #0079b7;
  }
}
.mynbr-menu ul li a {
  font-size: 14px;
  line-height: 24px;
  width: 138px;
  height: 118px;
  float: left;
  padding: 30px 0 0 0;
  text-align: center;
}
@media (min-width: 980px) {
  .mynbr-menu ul li a {
    border-right: 1px solid #0079b7;
  }
}
.mynbr-menu ul li a:hover {
  background-color: #0d84c1;
}
.mynbr-menu ul li a i.icon {
  margin: 0;
  padding: 0;
  font-size: 36px;
}

.mynbr-logo {
  display: block;
  padding: 16px;
  max-width: 154px;
}
@media (min-width: 980px) {
  .mynbr-logo {
    float: left;
    margin-right: 40px;
    padding: 40px 0 0 16px;
  }
}

.mynbr-wrapper {
  padding: 16px 16px 16px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
@media (min-width: 980px) {
  .mynbr-wrapper {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .mynbr-wrapper {
    width: 940px;
    margin: 0 auto 77px auto;
  }
}
.mynbr-wrapper h2 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 20px;
  line-height: 2rem;
  margin: 0 0 20px 0;
}
@media (min-width: 980px) {
  .mynbr-wrapper h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.mynbr-wrapper h3 {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 20px;
  line-height: 2rem;
  margin: 0 0 15px 0;
}
.mynbr-wrapper h4 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  margin: 0;
}
.mynbr-wrapper p {
  margin: 0 0 15px 0;
}
.mynbr-wrapper .subcategory-listing {
  padding: 0;
}
@media (min-width: 980px) {
  .mynbr-wrapper .left-wrapper {
    float: left;
    width: 31.91489%;
    margin-right: 2.12766%;
  }
}
@media (min-width: 980px) {
  .mynbr-wrapper .left-wrapper .inner {
    padding-right: 40px;
  }
}
@media (min-width: 980px) {
  .mynbr-wrapper .right-wrapper {
    float: left;
    width: 65.95745%;
  }
}

button.set-homepage {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 16px;
  line-height: 1.6rem;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 1px solid #a6a6a6;
  height: 16px;
  padding: 0 5px;
  background: white url("../images/bg-set-home.gif") 0 0 repeat-x;
  box-shadow: 0 0 0 none;
  margin-bottom: 15px;
}

.mynbr-item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #c3c3c1 1px solid;
}
@media (min-width: 980px) {
  .mynbr-item {
    border: 0;
    margin: 0;
  }
}
.mynbr-item.mynbr-sercurity, .mynbr-item:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.mynbr-item ul, .mynbr-item li {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mynbr-my-details .label {
  float: left;
  width: 100px;
  margin: 0 10px 0 0;
}

.change_text_size {
  overflow: hidden;
  margin-bottom: 20px !important;
}
.change_text_size li {
  float: left;
  width: 79px;
  height: 79px;
  background-color: #909090;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 19px;
  line-height: 1.9rem;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
  color: white;
  font-weight: bold;
}
.change_text_size li span {
  font-family: "Droid Serif", serif;
  font-weight: normal;
}
.change_text_size li.small {
  padding-top: 25px;
}
.change_text_size li.small span {
  font-size: 20px;
  font-size: 2rem;
}
.change_text_size li.medium {
  padding-top: 22px;
}
.change_text_size li.medium span {
  font-size: 25px;
  font-size: 2.5rem;
}
.change_text_size li.large {
  padding-top: 20px;
}
.change_text_size li.large span {
  font-size: 30px;
  font-size: 3rem;
}
.change_text_size li.selected, .change_text_size li:hover {
  background-color: #383838;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media (min-width: 980px) {
  .l-row {
    padding-bottom: 1px;
    background: url("../images/bg-mynbr-divider.gif") bottom left repeat-x;
  }
  .l-row:before, .l-row:after {
    content: "";
    display: table;
  }
  .l-row:after {
    clear: both;
  }
}
.l-row.l-bottom-row {
  background: none;
}

@media (min-width: 980px) {
  .l-col {
    float: left;
    background: url("../images/bg-mynbr-divider.gif") top right repeat-y;
    padding: 0 2.12766%;
  }
  .l-col.l-col-3-1 {
    width: 32.55319%;
    padding: 0 2.12766%;
  }
  .l-col.l-col-3-2 {
    width: 65.10638%;
  }
  .l-col.l-col-3-2 .l-col-2-1 {
    width: 50%;
    padding-left: 3.26797%;
    padding-right: 3.26797%;
  }
  .l-col.l-col-3-2.l-parent {
    padding-right: 0;
  }
  .l-col.l-col-2-1 {
    width: 32.55319%;
  }
  .l-col.first {
    padding-left: 0 !important;
  }
  .l-col.last {
    padding-right: 0 !important;
    background: none;
  }
  .l-col .l-col {
    padding-top: 30px;
  }
}

.tag-wrapper {
  margin: 0 0 20px 0;
  padding: 0;
}
.tag-wrapper:before, .tag-wrapper:after {
  content: "";
  display: table;
}
.tag-wrapper:after {
  clear: both;
}
.tag-wrapper li {
  margin: 0 12px 10px 0;
  float: left;
}

.tagged-articles .field--name-field-tag-terms {
  margin-top: 10px;
  overflow: hidden;
}
.tagged-articles .field--name-field-tag-terms .field-item {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 19px;
  line-height: 1.9rem;
  padding: 0 5px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  background-color: #fafafa;
  /* fallback/image non-cover color */
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, 0.05)));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #666666;
  border: 1px solid #dbdbdb;
  position: relative;
  padding-right: 5px;
  list-style: none;
  text-transform: uppercase;
  float: left;
  margin: 0 14px 0 0;
}
.tagged-articles .field--name-field-tag-terms .field-item:hover {
  color: #333333;
  background-color: white;
}
.tagged-articles .field--name-field-tag-terms .field-item:hover a {
  background-color: rgba(0, 0, 0, 0.05);
  color: #333333;
}

.user-profile-form {
  padding: 16px 16px 16px 16px;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 980px) {
  .user-profile-form {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .user-profile-form {
    width: 940px;
    margin: 0 auto 40px auto;
    padding: 50px 80px;
    background-color: #ededea;
  }
}
.user-profile-form .form-text {
  max-width: 100%;
}
.user-profile-form label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: bold;
}
@media (min-width: 980px) {
  .user-profile-form label {
    float: left;
    width: 190px;
    margin-right: 15px;
  }
}
.user-profile-form .form-type-radio label, .user-profile-form .form-type-checkbox label {
  font-weight: normal;
}
@media (min-width: 980px) {
  .user-profile-form .form-type-radio label, .user-profile-form .form-type-checkbox label {
    float: none;
    width: auto;
    margin: 0;
  }
}
.user-profile-form .description {
  display: none;
}
.user-profile-form .field-name-field-print-number .description {
  display: block;
}
@media (min-width: 980px) {
  .user-profile-form .field-name-field-print-number .description {
    padding-left: 205px;
  }
}
.user-profile-form .password-strength {
  float: none;
  width: auto;
  margin: 0;
  display: none;
}
.user-profile-form #edit-submit {
  /* @include breakpoint($desktop) {
  	margin: 0 auto;
  	width: 240px;
  	height: 55px;
  	@include font-size(18, false);
  	position: relative;
  	z-index: 2;
  	display: block;
  	float: none;
  } */
}
.user-profile-form .field-name-field-my-tag {
  margin-bottom: 40px;
}
.user-profile-form #edit-field-my-tag-und {
  background-image: none;
}
.user-profile-form .form-item:before, .user-profile-form .form-item:after {
  content: "";
  display: table;
}
.user-profile-form .form-item:after {
  clear: both;
}
.user-profile-form hr {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 980px) {
  .user-profile-form #edit-status, .user-profile-form #edit-roles, .user-profile-form #edit-field-auto-renew-paid-content-und, .user-profile-form #edit-field-auto-renew-print-und, .user-profile-form #edit-field-auto-renew-ip-und, .user-profile-form #edit-field-auto-renew-gifted-ip-und,
  .user-profile-form #edit-field-auto-renew-rich-list-und, .user-profile-form #edit-field-verified-und {
    float: left;
  }
}
.user-profile-form .form-item-field-gifted-external-links-und-0 {
  padding-bottom: 20px;
  padding-top: 10px;
}
.user-profile-form .field-label {
  padding: 10px;
}
.user-profile-form .field-name-field-gifted-external-links label {
  float: none;
  width: auto;
  margin: 0;
}
.user-profile-form .field-name-field-gifted-external-links input.form-text {
  width: 120px;
}
@media (min-width: 980px) {
  .user-profile-form .field-name-field-gifted-external-links input.form-text {
    width: auto;
  }
}
.user-profile-form .field-name-field-gifted-external-links .link-field-column {
  padding-right: 20px;
}
.user-profile-form .field-name-field-my-stocks input.form-text {
  width: 280px;
}
@media (min-width: 980px) {
  .user-profile-form .field-name-field-my-stocks input.form-text {
    width: auto;
  }
}
.user-profile-form #field-gifted-external-links-values {
  margin-bottom: 20px;
}
.user-profile-form .tabledrag-toggle-weight {
  display: none;
}
.user-profile-form #edit-expirations table, .user-profile-form #edit-field-my-stocks table, .user-profile-form #field-gifted-external-links-add-more-wrapper table {
  width: 100%;
}
.user-profile-form #edit-expirations table th, .user-profile-form #edit-expirations table td, .user-profile-form #edit-field-my-stocks table th, .user-profile-form #edit-field-my-stocks table td, .user-profile-form #field-gifted-external-links-add-more-wrapper table th, .user-profile-form #field-gifted-external-links-add-more-wrapper table td {
  padding: 5px 10px;
}
.user-profile-form #edit-expirations table th, .user-profile-form #edit-expirations table th label, .user-profile-form #edit-field-my-stocks table th, .user-profile-form #edit-field-my-stocks table th label, .user-profile-form #field-gifted-external-links-add-more-wrapper table th, .user-profile-form #field-gifted-external-links-add-more-wrapper table th label {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
}
.user-profile-form #edit-expirations legend span, .user-profile-form #edit-field-my-stocks legend span, .user-profile-form #field-gifted-external-links-add-more-wrapper legend span {
  padding-left: 0;
  background-image: none;
}
.user-profile-form #edit-uc-roles caption {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #666666;
  text-align: left;
  margin-bottom: 10px;
}
.user-profile-form #edit-uc-roles .expiration {
  display: block;
  width: 300px;
}
.user-profile-form #edit-uc-roles .expiration .form-item {
  float: left;
  margin-right: 10px;
}
.user-profile-form #edit-uc-roles > .fieldset-wrapper > .expiration {
  width: 100%;
}
.user-profile-form #field-my-stocks-values {
  margin-bottom: 20px;
}
.user-profile-form #edit-actions {
  margin-top: 30px;
  overflow: hidden;
}
.user-profile-form #edit-actions input {
  float: right;
  margin-left: 20px;
}
.user-profile-form #edit-actions input#edit-cancel {
  background-color: #666666;
}
.user-profile-form #edit-actions input#edit-cancel:hover {
  background-color: #333333;
}
.user-profile-form .field-multiple-drag, .user-profile-form .tabledrag-handle {
  display: none;
}
@media (min-width: 980px) {
  .user-profile-form #edit-metatags .form-textarea-wrapper {
    float: left;
  }
}

.section-become-verified-commenter .node.node--webform--full {
  padding: 20px;
  background-color: #ededea;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .section-become-verified-commenter .node.node--webform--full {
    padding: 70px 80px 100px 80px;
    margin: 0 10px 40px 10px;
  }
}
@media (min-width: 980px) {
  .section-become-verified-commenter .node.node--webform--full h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.section-become-verified-commenter .node.node--webform--full label {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  display: block;
}
.section-become-verified-commenter .node.node--webform--full label .form-required {
  color: #333333;
}
@media (min-width: 980px) {
  .section-become-verified-commenter .node.node--webform--full label {
    float: left;
    width: 130px;
  }
}
.section-become-verified-commenter .node.node--webform--full input.form-text {
  max-width: 100%;
}
@media (min-width: 980px) {
  .section-become-verified-commenter .node.node--webform--full input.form-text {
    max-width: 300px;
  }
}
@media (min-width: 980px) {
  .section-become-verified-commenter .node.node--webform--full .form-actions {
    border-bottom: 1px solid #00608d;
    position: relative;
  }
}
@media (min-width: 980px) {
  .section-become-verified-commenter .node.node--webform--full .form-actions #edit-submit {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 340px;
    height: 55px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 35px;
    line-height: 3.5rem;
    bottom: -27px;
  }
}

#sub-list li {
  margin-bottom: 10px;
}
#sub-list .btn:hover {
  color: white;
  background-color: #2094d0;
}

.l-region--navigation {
  background-color: #004d71;
}
@media (min-width: 980px) {
  .l-region--navigation {
    color: #9dbcd1;
    width: 100%;
    height: 54px;
  }
}

@media (min-width: 980px) {
  .l-region--highlighted {
    background-color: #383838;
    color: #8b8b8b;
    width: 100%;
    height: 52px;
  }
}

.l-menu-wrapper {
  position: fixed;
  right: 0;
  width: 275px;
  top: 58px;
  z-index: 1;
}
.js .l-menu-wrapper {
  display: none;
}
@media (min-width: 980px) {
  .js .l-menu-wrapper {
    display: block;
  }
}
@media (min-width: 980px) {
  .l-menu-wrapper {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 550;
  }
}
@media (min-width: 980px) {
  .l-menu-wrapper.compact-menu-wrapper {
    z-index: 1;
  }
}

.block-footer-utility {
  display: none;
}
@media (min-width: 768px) {
  .block-footer-utility {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 83px;
    left: 0;
  }
}
@media (min-width: 980px) {
  .block-footer-utility {
    width: 71.48936%;
    position: static;
    float: left;
    padding-top: 37px;
  }
}
.block-footer-utility ul.menu {
  text-align: center;
}
.block-footer-utility ul.menu li {
  list-style: none;
  display: inline;
  padding: 0 10px;
}
.block-footer-utility ul.menu li.last {
  display: none;
}
@media (min-width: 768px) {
  .block-footer-utility ul.menu li.last {
    display: inline;
  }
}
.block-footer-utility ul.menu a {
  font-size: 12px;
  line-height: 20px;
  color: #8b8b8b;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
  .block-footer-utility ul.menu a {
    font-size: 14px;
  }
}
.block-footer-utility ul.menu a:hover, .block-footer-utility ul.menu a .active {
  color: white;
}

@media (min-width: 980px) {
  .block-main-menu ul.menu {
    text-align: center;
  }
}
.section-markets .block-main-menu ul.menu li a.menu-markets {
  color: white;
}

.block-main-menu {
  font-family: "Roboto", sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}
@media (min-width: 980px) {
  .block-main-menu {
    width: 940px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  .block-main-menu.block {
    margin: 0 auto;
  }
}
.block-main-menu ul.menu {
  margin: 0;
  padding: 0;
}
.block-main-menu ul.menu li {
  list-style: none;
  color: #9dbcd1;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (min-width: 980px) {
  .block-main-menu ul.menu li {
    display: inline;
    text-align: center;
  }
}
@media (min-width: 980px) {
  .block-main-menu ul.menu li.last {
    width: 52px;
    display: inline-block;
  }
}
.block-main-menu ul.menu li a {
  color: #9dbcd1;
  font-size: 20px;
  line-height: 28px;
}
.block-main-menu ul.menu li a.active, .block-main-menu ul.menu li a:hover {
  color: white;
}
@media (min-width: 980px) {
  .block-main-menu ul.menu li a {
    font-size: 20px;
    line-height: 54px;
    padding: 0 11px;
  }
}

.block-secondary-menu {
  font-family: "Roboto", sans-serif;
  padding-top: 15px;
  padding-bottom: 50px;
  padding-left: 20px;
  background-color: #383838;
}
@media (min-width: 980px) {
  .block-secondary-menu {
    width: 940px;
    padding-left: 5px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
  }
  .block-secondary-menu.block {
    margin: 0 auto;
  }
}
.block-secondary-menu ul.menu {
  margin: 0;
  padding: 0;
}
@media (min-width: 980px) {
  .block-secondary-menu ul.menu {
    text-align: center;
  }
}
.block-secondary-menu ul.menu li {
  list-style: none;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media (min-width: 980px) {
  .block-secondary-menu ul.menu li {
    display: inline;
    text-align: center;
  }
}
.block-secondary-menu ul.menu li a {
  color: #8b8b8b;
  font-size: 20px;
  line-height: 28px;
}
@media (min-width: 980px) {
  .block-secondary-menu ul.menu li a {
    font-size: 14px;
    line-height: 52px;
    padding: 0 7px;
  }
}
.block-secondary-menu ul.menu li a.active, .block-secondary-menu ul.menu li a.active-trail, .block-secondary-menu ul.menu li a:hover {
  color: white;
}

.block-footer-menu .panels-flexible-3 .panels-flexible-row {
  padding: 0;
}

.l-region--footer-above .menu-search {
  display: none !important;
}

.logged-in .mobile-login {
  display: none;
}

.node-navigator {
  position: fixed;
  z-index: 99;
  top: 50%;
  margin-top: -31px;
  width: 44px;
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  background-color: gainsboro;
  border-color: transparent;
  border-style: solid;
}
.node-navigator .detail {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #818080;
  font-family: "Roboto", sans-serif;
  width: 250px;
}
.node-navigator .detail span {
  display: block;
}
.node-navigator .icon {
  font-size: 40px;
  font-size: 4rem;
  line-height: 60px;
  line-height: 6rem;
  color: white;
  position: absolute;
  top: 0;
  margin: 0 !important;
}
.node-navigator.prev {
  left: -44px;
  border-width: 1px 1px 1px 0;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  background-clip: padding-box;
}
.node-navigator.prev .detail {
  padding-left: 64px;
  float: left;
}
.node-navigator.prev .icon {
  left: 10px;
}
.node-navigator.next {
  right: -44px;
  border-width: 1px 0 1px 1px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
}
.node-navigator.next .detail {
  padding-right: 64px;
  float: right;
  text-align: right;
}
.node-navigator.next .icon {
  right: 10px;
}
.node-navigator.active {
  background-color: #f9f9f9;
  border-color: gainsboro;
}
.node-navigator.active .icon {
  color: #999999;
}

.pager {
  height: 46px;
  padding: 9px 8px;
  margin: 0;
  background-color: #f1f1f1;
  position: relative;
  width: 300px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-family: "Roboto", sans-serif;
  margin: 20px auto;
}
@media (min-width: 980px) {
  .pager {
    width: auto;
    max-width: 600px;
    margin: 40px auto 70px auto;
    padding: 9px 17px;
  }
}
.pager .pager-item {
  display: none;
}
@media (min-width: 980px) {
  .pager .pager-item {
    display: inline;
  }
}
.pager .pager__item--first, .pager .pager__item--last, .pager .pager__item--ellipsis,
.pager .pager-first, .pager .pager-last, .pager .pager-ellipsis {
  display: none;
}
.pager .pager__item--current,
.pager .pager-current {
  background-color: #999999;
  padding: 5px 10px;
}
.pager .pager__item--previous,
.pager .pager__item--next,
.pager .pager-previous,
.pager .pager-next {
  text-transform: uppercase;
  position: absolute;
  top: 10px;
}
.pager .pager__item--previous,
.pager .pager-previous {
  left: 9px;
}
@media (min-width: 980px) {
  .pager .pager__item--previous,
  .pager .pager-previous {
    left: 17px;
  }
}
.pager .pager__item--next,
.pager .pager-next {
  right: 9px;
}
@media (min-width: 980px) {
  .pager .pager__item--next,
  .pager .pager-next {
    right: 17px;
  }
}
.pager i.icon {
  font-weight: bold;
  margin: 0;
}
.pager li {
  display: inline;
  list-style: none;
  color: white;
  padding: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: bold;
}
.pager li.pager__item--previous:hover, .pager li.pager__item--next:hover, .pager li.pager-previous:hover, .pager li.pager-next:hover {
  background-color: transparent;
}
.pager li a {
  color: #7e7e7e;
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.pager li a:hover {
  background-color: #e4e4e4;
  color: #333333;
}

.view-people-scene {
  overflow: hidden;
}
.view-people-scene .view-header p {
  margin: 0;
}
.view-people-scene .view-header img {
  display: block;
  margin: 0 0 40px 0;
}
.view-people-scene .views-row {
  float: left;
  width: 130px;
  margin: 0 28px 20px 0;
}
@media (min-width: 980px) {
  .view-people-scene .views-row {
    margin-right: 26px;
  }
  .view-people-scene .views-row:nth-child(4n) {
    margin-right: 0;
  }
}
.view-people-scene .views-field-field-image-cache img {
  display: block;
  margin-bottom: 5px;
}
.view-people-scene .views-field-title a {
  display: block;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  color: #01427a;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.view-people-scene .views-field-title a:hover {
  color: #333333;
}

.node-type-gallery .node.node--full {
  padding-top: 0;
}
@media (min-width: 980px) {
  .node-type-gallery .l-content {
    background-color: #282624;
  }
}
.node-type-gallery .page-title {
  margin-bottom: 0;
}
@media (min-width: 980px) {
  .node-type-gallery .page-title {
    color: #cccccc;
  }
}

.node.node--gallery--full {
  padding: 0;
}
@media (min-width: 980px) {
  .node.node--gallery--full {
    max-with: 980px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

.block-poll {
  background-color: #e3eed8;
  padding: 16px 16px 16px 16px;
  position: relative;
}
@media (min-width: 980px) {
  .block-poll {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .block-poll {
    background-color: #f1f1f1;
    height: 260px;
    padding: 0 25px 0 44px;
    margin-bottom: 40px;
  }
}
.block-poll h2.block__title {
  color: #1b7f04;
}
@media (min-width: 980px) {
  .block-poll h2.block__title {
    color: white;
    position: absolute;
    top: 108px;
    left: -151px;
    width: 260px;
    height: 45px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-color: #1b7f04;
    font-size: 20px;
    font-size: 2rem;
    line-height: 45px;
    line-height: 4.5rem;
    color: white;
    text-align: center;
    margin: 0;
    padding: 0;
    z-index: 100;
    position: relative;
  }
}
.block-poll .block__content {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
.block-poll .block__content h3 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #2c2c2c;
}
.block-poll .block__content h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-style: italic;
  font-family: "Droid Serif", serif;
  font-weight: normal;
  margin-top: 0;
}
.block-poll input.form-submit {
  float: left;
  width: 95px;
  height: 33px;
  background-color: #1b7f04;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 6px;
}
@media (min-width: 980px) {
  .block-poll .poll-question {
    float: right;
    width: 64.02878%;
    padding-left: 36px;
    padding-right: 3.59712%;
    padding-top: 25px;
    background-color: #e3eed8;
    min-height: 260px;
  }
}
.block-poll .poll-related-article {
  display: none;
}
@media (min-width: 980px) {
  .block-poll .poll-related-article {
    float: right;
    width: 35.97122%;
    padding-right: 7.19424%;
    padding-left: 3.59712%;
    padding-top: 25px;
    display: block;
  }
}
.block-poll .poll-related-article a {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #2c2c2c;
  display: block;
}
.block-poll .poll-related-article a:hover {
  color: #00608d;
}
.block-poll .poll-vote-form:before, .block-poll .poll-vote-form:after {
  content: "";
  display: table;
}
.block-poll .poll-vote-form:after {
  clear: both;
}
.block-poll .js-next-poll {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #1b7f04;
  display: block;
  clear: both;
  text-align: left;
  padding: 10px 0;
  float: right;
  margin-right: 60px;
  margin-top: -38px;
}
@media (min-width: 980px) {
  .block-poll .js-next-poll {
    display: inline;
    float: left;
    clear: none;
    padding: 7px 0;
    margin-left: 15px;
    margin-top: 0;
    margin-right: 0;
  }
  .block-poll .js-next-poll.no-margin {
    margin-left: 0;
  }
}

.poll-vote-form__choices {
  margin: 0;
}

.poll-item {
  position: relative;
  display: none;
}
.poll-item.active {
  display: block;
}
@media (min-width: 980px) {
  .poll-item {
    z-index: 1;
    background-color: #f1f1f1;
    display: block;
  }
  .poll-item.active {
    z-index: 99;
  }
  .poll-item.next-to-serve {
    z-index: 2;
  }
  .front .poll-item {
    display: none;
  }
}
.green-box .poll-item {
  background-color: transparent;
}
.green-box .poll-item:before, .green-box .poll-item:after {
  content: "";
  display: table;
}
.green-box .poll-item:after {
  clear: both;
}
@media (min-width: 980px) {
  .green-box .poll-item {
    background-color: transparent;
  }
}
.green-box .poll-item h4 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-style: italic;
  font-family: "Droid Serif", serif;
  font-weight: normal;
}
.green-box .poll-item .poll-vote-form label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: "Roboto", sans-serif;
}
.green-box .poll-item input.form-submit {
  float: left;
  width: 95px;
  height: 33px;
  background-color: #1b7f04;
  font-size: 14px;
  font-size: 1.4rem;
  padding-top: 6px;
}

.poll-bars__bar {
  background-color: #b5b5b5;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
}
.poll-bars__bar .foreground {
  background-color: #30ab3e;
  /* fallback/image non-cover color */
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#30ab3e, #008518);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#30ab3e), to(#008518));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#30ab3e, #008518);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#30ab3e, #008518);
}

.poll-bars__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-style: italic;
}

.poll-results__total {
  display: none;
}

.voted-msg {
  position: relative;
  top: -18px;
}
@media (min-width: 768px) {
  .voted-msg {
    top: 0;
  }
}

.achived_print_item {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  clear: both;
  width: 100%;
}
.achived_print_item li {
  color: #00608d;
}

@media (min-width: 980px) {
  #node_print_edition_full_group_meta {
    min-width: 330px;
  }
}

.node--quiz--full .webform-client-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #edeeef url("../images/quiz-bg.png") 0 0 repeat;
  border: solid #dadada 1px;
  text-align: center;
  overflow: hidden;
  height: 400px;
  min-height: 400px;
}
.node--quiz--full .webform-client-form > div > div.form-item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0;
  padding-bottom: 20px;
}
@media (min-width: 600px) {
  .node--quiz--full .webform-client-form > div > div.form-item {
    padding-bottom: 70px;
  }
}
.node--quiz--full .webform-client-form > div > div.form-item > label {
  padding: 20px 20px 0 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 20px;
  font-style: italic;
}
@media (min-width: 600px) {
  .node--quiz--full .webform-client-form > div > div.form-item > label {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 42px;
    line-height: 4.2rem;
    padding: 50px 50px 0 50px;
  }
}
.node--quiz--full .webform-client-form > div > div.form-item > .form-radios, .node--quiz--full .webform-client-form > div > div.form-item > .description {
  padding: 0 20px;
}
@media (min-width: 600px) {
  .node--quiz--full .webform-client-form > div > div.form-item > .form-radios {
    overflow: hidden;
    width: 520px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
@media (min-width: 600px) {
  .node--quiz--full .webform-client-form > div > div.form-item > .form-radios > .form-item {
    float: left;
    width: 220px;
    margin: 0 30px 0 10px;
  }
}
.node--quiz--full .webform-client-form input[type=radio] {
  display: none;
}
.node--quiz--full .webform-client-form .form-radios label {
  font-family: "Roboto", sans-serif;
  color: white;
  position: relative;
  display: block;
  font-style: normal;
  font-weight: bold;
  cursor: pointer;
  margin: 0 0 12px 0;
  height: auto;
  padding: 3px 8px;
  background-color: #145e9a;
  /* fallback/image non-cover color */
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#145e9a, #01457c);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#145e9a), to(#01457c));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#145e9a, #01457c);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#145e9a, #01457c);
  -webkit-box-shadow: 0px 0px 2px 0px #666666;
  -moz-box-shadow: 0px 0px 2px 0px #666666;
  box-shadow: 0px 0px 2px 0px #666666;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
@media (min-width: 600px) {
  .node--quiz--full .webform-client-form .form-radios label {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.node--quiz--full .webform-client-form .form-radios label:hover {
  background-color: #e7a538;
  /* fallback/image non-cover color */
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#e7a538, #e77338);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e7a538), to(#e77338));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#e7a538, #e77338);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#e7a538, #e77338);
}
.node--quiz--full .webform-client-form .form-radios label.dimmed, .node--quiz--full .webform-client-form .form-radios label.dimmed:hover {
  cursor: default;
  /* fallback/image non-cover color */
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#cecece, #b0b0b0);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cecece), to(#b0b0b0));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#cecece, #b0b0b0);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#cecece, #b0b0b0);
}
.node--quiz--full .webform-client-form .form-radios label.correct, .node--quiz--full .webform-client-form .form-radios label.correct:hover {
  /* fallback/image non-cover color */
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#717171, #4e4e4e);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#717171), to(#4e4e4e));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#717171, #4e4e4e);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#717171, #4e4e4e);
}
@media (min-width: 600px) {
  .node--quiz--full .webform-client-form .form-radios label i.icon {
    position: absolute;
    right: -32px;
    top: 11px;
  }
  .node--quiz--full .webform-client-form .form-radios label i.icon.close {
    color: #e74c3c;
  }
  .node--quiz--full .webform-client-form .form-radios label i.icon.checkmark {
    color: #27ae60;
  }
}
.node--quiz--full .webform-client-form #edit-actions {
  display: none;
}
.node--quiz--full .webform-client-form .quiz-status {
  background-color: #f4f4f5;
  padding: 20px 0;
  height: 58px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px;
  line-height: 1.8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .node--quiz--full .webform-client-form .quiz-status {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    line-height: 3rem;
    height: 70px;
  }
}
.node--quiz--full .webform-client-form .quiz-status .next, .node--quiz--full .webform-client-form .quiz-status .number, .node--quiz--full .webform-client-form .quiz-status .score {
  float: left;
  margin-left: 20px;
}
@media (min-width: 600px) {
  .node--quiz--full .webform-client-form .quiz-status .number, .node--quiz--full .webform-client-form .quiz-status .score {
    margin-right: 50px;
  }
}
.node--quiz--full .webform-client-form .quiz-status .incorrect {
  color: #e74c3c;
}
.node--quiz--full .webform-client-form .quiz-status .correct {
  color: #27ae60;
}
.node--quiz--full .webform-client-form .quiz-status .next {
  cursor: pointer;
  position: absolute;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  right: 0;
  top: 15px;
  color: #00608d;
  border: solid #dadada 1px;
  border-right: 0;
  padding: 3px 10px 3px 3px;
  background-color: white;
}
.node--quiz--full .webform-client-form .quiz-status .next:hover {
  color: #333333;
}
@media (min-width: 600px) {
  .node--quiz--full .webform-client-form .description {
    width: 520px;
    margin: 0 auto;
  }
}
.node--quiz--full .webform-client-form .description, .node--quiz--full .webform-client-form .description a {
  text-align: right;
  font-family: "Roboto", sans-serif;
}
.node--quiz--full .webform-client-form h1 {
  margin-top: 40px;
  background: url("../images/quiz-line.png") center bottom no-repeat;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: "Droid Serif", serif;
}
@media (min-width: 600px) {
  .node--quiz--full .webform-client-form h1 {
    margin-top: 80px;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}
.node--quiz--full .webform-client-form p {
  font-family: "Roboto", sans-serif;
}
.node--quiz--full .webform-client-form .twitter-button {
  font-family: "Roboto", sans-serif;
}
@media (min-width: 600px) {
  .node--quiz--full .webform-client-form .twitter-button {
    display: block;
    width: 322px;
    height: 138px;
    background: url("../images/quiz-tweet.png") no-repeat;
    text-indent: -9999px;
    margin: 10px auto 0;
  }
}

.rich-list-ref {
  font-family: "Droid Serif", serif;
  width: 300px;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .rich-list-ref {
    width: 500px;
    margin-bottom: 50px;
  }
}
.rich-list-menu-content .rich-list-ref {
  width: 300px;
}
.rich-list-ref .box-big a, .rich-list-ref .box-small a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.rich-list-ref .box-big a:hover, .rich-list-ref .box-small a:hover {
  background-color: #c9ad40;
  color: white;
}
.rich-list-ref .box-big a:hover .list-title, .rich-list-ref .box-small a:hover .list-title {
  color: white;
}
.rich-list-ref .box-big.selected-current a, .rich-list-ref .box-small.selected-current a {
  background-color: #c9ad40;
  color: white;
}
.rich-list-ref .box-big.selected-current a .list-title, .rich-list-ref .box-small.selected-current a .list-title {
  color: white;
}
.rich-list-ref .box-big {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 2.4rem;
  float: left;
  width: 50%;
  height: 170px;
  color: #666666;
  font-family: "Roboto", sans-serif;
  color: #666666;
}
.rich-list-menu-content .rich-list-ref .box-big {
  height: 170px;
}
@media (min-width: 980px) {
  .rich-list-ref .box-big {
    height: 230px;
  }
}
.rich-list-ref .box-big .list-title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #333333;
  font-family: "Droid Serif", serif;
  display: block;
}
@media (min-width: 980px) {
  .rich-list-ref .box-big .list-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
  .rich-list-menu-content .rich-list-ref .box-big .list-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.rich-list-ref .box-big > a {
  padding: 10px 20px;
  color: #666666;
}
@media (min-width: 980px) {
  .rich-list-ref .box-big > a {
    padding-top: 40px;
  }
  .rich-list-menu-content .rich-list-ref .box-big > a {
    padding-top: 10px;
  }
}
.rich-list-ref .box-small {
  text-align: center;
  color: #b7b7b7;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  float: left;
  width: 33.3333%;
  height: 100px;
  font-family: "Droid Serif", serif;
  color: #b7b7b7;
}
.rich-list-menu-content .rich-list-ref .box-small {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media (min-width: 980px) {
  .rich-list-ref .box-small {
    height: 167px;
  }
  .rich-list-menu-content .rich-list-ref .box-small {
    height: 100px;
  }
}
.rich-list-ref .box-small > a {
  padding: 15px 20px;
  color: #b7b7b7;
}
@media (min-width: 980px) {
  .rich-list-ref .box-small > a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    line-height: 2.8rem;
    padding: 40px;
  }
  .rich-list-menu-content .rich-list-ref .box-small > a {
    padding: 15px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}

.rich-list-menu-icon {
  display: block;
  margin: 0 auto 0 auto;
  width: 66px;
  background-image: url("../images/richlist-sprite.png");
  background-repeat: no-repeat;
}
.wealth-order .rich-list-menu-icon {
  height: 68px;
  background-position: 0 -110px;
  margin-bottom: 10px;
}
.alph-order .rich-list-menu-icon {
  height: 55px;
  background-position: 0 0;
  margin-bottom: 12px;
  margin-top: 11px;
}

.wealth-order.box-big a:hover .rich-list-menu-icon {
  background-position: 0 -178px;
}
.wealth-order.selected-current .rich-list-menu-icon {
  background-position: 0 -178px;
}

.alph-order.box-big a:hover .rich-list-menu-icon, .alph-order.selected-current a:hover .rich-list-menu-icon {
  background-position: 0 -55px;
}
.alph-order.selected-current .rich-list-menu-icon {
  background-position: 0 -55px;
}

.wealth-order {
  background-color: #d5d5d5;
}

.alph-order {
  background-color: #e4e4e4;
}

.rich-list-item-3 {
  background-color: black;
}

.rich-list-item-4 {
  background-color: #1c1c1c;
}

.rich-list-item-5 {
  background-color: #262626;
}

.rich-list-item-6 {
  background-color: #2e2e2e;
}

.rich-list-item-7 {
  background-color: #383838;
}

.rich-list-item-8 {
  background-color: #404040;
}

.rich-list-item {
  margin-bottom: 30px;
  max-width: 520px;
}
.rich-list-item:before, .rich-list-item:after {
  content: "";
  display: table;
}
.rich-list-item:after {
  clear: both;
}
.rich-list-item .rich-list-photo, .rich-list-item .rich-list-photo img {
  display: block;
}
@media (min-width: 980px) {
  .rich-list-item .rich-list-photo {
    float: right;
    margin: 0 0 20px 20px;
  }
}
.rich-list-item h2.rich-list-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  line-height: 3.6rem;
}
.rich-list-item h3.rich-list-profession {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  clear: left;
}
.rich-list-item h4.rich-list-wealth {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-family: "Droid Serif", serif;
  border-top: 1px solid #caae40;
  border-bottom: 3px solid #caae40;
  float: left;
  clear: both;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .rich-list-item h4.rich-list-wealth {
    clear: left;
  }
}
.rich-list-item .rich-list-desc {
  overflow: hidden;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  width: 100%;
}
.rich-list-item .rich-list-desc:before, .rich-list-item .rich-list-desc:after {
  content: "";
  display: table;
}
.rich-list-item .rich-list-desc:after {
  clear: both;
}
@media (min-width: 980px) {
  .rich-list-item .rich-list-desc {
    width: auto;
    overflow: visible;
    clear: left;
  }
}
.rich-list-item .rich-list-desc p {
  margin: 0 0 20px 0;
}

.rich-list-item-special {
  margin-bottom: 0;
  width: 100%;
  border-bottom: 1px dotted #cccccc;
}
.rich-list-item-special span {
  position: relative;
  top: 5px;
  background-color: white;
}
.rich-list-item-special .list-name {
  float: left;
  padding-right: 5px;
}
.rich-list-item-special .list-value {
  float: right;
  padding-left: 5px;
}

.block-on-this-page {
  margin-bottom: 30px;
}
.hide-on-this-page .block-on-this-page {
  display: none;
}
.block-on-this-page .block__content a {
  color: #2c2c2c;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Droid Serif", serif;
  position: relative;
  padding-left: 10px;
}
.block-on-this-page .block__content a:before {
  content: "• ";
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 14px;
}
.block-on-this-page .block__content a:hover {
  color: #00608d;
}

@media (min-width: 980px) {
  .wealth-chart {
    width: 520px;
    height: 200px;
  }
}

.rich-list-history {
  max-width: 100%;
  overflow: hidden;
}

.node-type-rich-list .page-title,
.node-type-rich-list-page .page-title {
  display: none;
}

.node-block {
  margin-bottom: 30px;
}

.block-editorial .field-item a, .block-rich-list-coverage .field-item a {
  color: #2c2c2c;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Droid Serif", serif;
  display: block;
  position: relative;
  padding-left: 10px;
}
.block-editorial .field-item a:hover, .block-rich-list-coverage .field-item a:hover {
  color: #00608d;
}
.block-editorial .field-item a:before, .block-rich-list-coverage .field-item a:before {
  content: "• ";
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 14px;
}
.block-editorial .field-item a:before, .block-rich-list-coverage .field-item a:before {
  top: 5px;
}

.rich-list-header {
  margin-bottom: 30px;
  width: 100%;
  z-index: 99;
}
@media (min-width: 980px) {
  .rich-list-header {
    background-color: black;
    height: 140px;
    background: black url("../images/bg-richlist-header.jpg") top center no-repeat;
    margin-bottom: 50px;
  }
}
@media (min-width: 1060px) {
  .rich-list-header {
    width: 1060px;
  }
}
.rich-list-header .inner {
  position: relative;
}
@media (min-width: 980px) {
  .rich-list-header .inner {
    padding: 20px;
    width: 960px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}

.rich-list-year {
  font-family: "Droid Serif", serif;
  font-size: 60px;
  font-size: 6rem;
  line-height: 50px;
  line-height: 5rem;
  font-weight: 700;
  color: #283941;
  margin-bottom: 10px;
}
@media (min-width: 980px) {
  .rich-list-year {
    width: 80px;
    word-wrap: break-word;
    float: left;
    margin-bottom: 0;
  }
}

@media (min-width: 980px) {
  .rich-list-title {
    width: 333px;
    float: left;
  }
}
.rich-list-title .node-section-title {
  font-size: 60px;
  font-size: 6rem;
  line-height: 50px;
  line-height: 5rem;
  color: #caae40;
  margin: 0;
  font-family: "Droid Serif", serif;
}
.rich-list-title .node-page-title {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 60px;
  line-height: 6rem;
  margin: 0;
  color: #333333;
}
@media (min-width: 980px) {
  .rich-list-title .node-page-title {
    color: #cccccc;
  }
}

.rich-list-menu-trigger {
  display: none;
}
.rich-list-menu-trigger:hover {
  cursor: pointer;
}
@media (min-width: 980px) {
  .rich-list-menu-trigger {
    display: block;
    width: 160px;
    height: 40px;
    background-color: black;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-align: center;
    line-height: 40px;
    line-height: 4rem;
    font-size: 18px;
    font-size: 1.8rem;
    color: #cccccc;
    font-family: "Roboto", sans-serif;
  }
}

.rich-list-menu {
  width: 300px;
}
@media (min-width: 980px) {
  .rich-list-menu {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 10;
  }
}
.rich-list-menu i.remove {
  display: none;
  position: absolute;
  top: 15px;
  right: 10px;
  color: #cccccc;
  font-size: 12px;
  font-size: 1.2rem;
  cursor: pointer;
}
@media (min-width: 980px) {
  .rich-list-menu i.remove {
    display: block;
  }
}
.js .rich-list-menu i.remove {
  display: none;
}

@media (min-width: 980px) {
  .js .rich-list-menu-content {
    display: none;
  }
}

.node--rich-lister--full .field--name-field-image-cache {
  margin-bottom: 10px;
}
.node--rich-lister--full .field--name-field-image-cache img {
  display: block;
}
@media (min-width: 980px) {
  .node--rich-lister--full .field--name-field-image-cache {
    float: right;
    margin: 0 0 20px 20px;
  }
}
.node--rich-lister--full .field--name-field-profession {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  clear: left;
}
.node--rich-lister--full .field--type-number-integer {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 34px;
  line-height: 3.4rem;
  font-family: "Droid Serif", serif;
  border-top: 1px solid #caae40;
  border-bottom: 3px solid #caae40;
  float: left;
  clear: both;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .node--rich-lister--full .field--type-number-integer {
    clear: left;
  }
}
.node--rich-lister--full .field--name-body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  width: 100%;
  float: left;
}
@media (min-width: 980px) {
  .node--rich-lister--full .field--name-body {
    width: auto;
    overflow: visible;
    clear: left;
    float: none;
  }
}
.node--rich-lister--full .field--name-body p {
  margin: 0 0 20px 0;
}

.node-type-rich-list .l-content,
.node-type-rich-list-page .l-content {
  width: 100% !important;
  float: none;
}
@media (min-width: 980px) {
  .node-type-rich-list .l-content,
  .node-type-rich-list-page .l-content {
    margin: 0 !important;
  }
}

.js-sticky.rich-list-header {
  top: 0;
}

.rich-list-left-sidebar {
  display: none;
}
@media (min-width: 980px) {
  .rich-list-left-sidebar {
    display: block;
  }
}

.royalSlider {
  width: 100%;
  height: 540px;
  position: relative;
}
@media (min-width: 980px) {
  .royalSlider {
    height: 980px;
  }
}
.l-level-1 .royalSlider {
  height: auto;
  background: #ebebeb none;
}
.l-level-1 .royalSlider .rsContent {
  height: 420px;
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
  background: #282624 none;
}
.l-level-1 .rsDefault, .l-level-1 .rsDefault .rsOverflow, .l-level-1 .rsDefault .rsSlide, .l-level-1 .rsDefault .rsVideoFrameHolder, .l-level-1 .rsDefault .rsThumbs {
  background: transparent none;
}
@media (min-width: 980px) {
  .l-level-1 .rsDefault, .l-level-1 .rsDefault .rsOverflow, .l-level-1 .rsDefault .rsSlide, .l-level-1 .rsDefault .rsVideoFrameHolder, .l-level-1 .rsDefault .rsThumbs {
    background: #ebebeb none;
  }
}

.rsDefault .rsGCaption {
  background-color: white;
}

.rsNav.rsThumbs.rsThumbsHor {
  width: 612px;
  height: 100px;
  position: relative;
  padding-left: 39px;
  padding-right: 39px;
  float: none;
  margin: 0 auto;
  display: none;
  clear: both;
}
@media (min-width: 980px) {
  .rsNav.rsThumbs.rsThumbsHor {
    display: block;
  }
}

.rsDefault .rsThumbsArrow, .rsDefault .rsArrow {
  width: 37px;
  height: 100px;
  position: absolute;
  top: 0;
}
.rsDefault .rsThumbsArrow.rsThumbsArrowLeft, .rsDefault .rsArrow.rsThumbsArrowLeft {
  left: 0;
}
.gallery-style .rsDefault .rsThumbsArrow.rsThumbsArrowLeft, .gallery-style .rsDefault .rsArrow.rsThumbsArrowLeft {
  background: #282624 url("../images/rs-arrow-left.png") center left no-repeat;
}
.rsDefault .rsThumbsArrow.rsThumbsArrowRight, .rsDefault .rsArrow.rsThumbsArrowRight {
  right: 0;
}
.gallery-style .rsDefault .rsThumbsArrow.rsThumbsArrowRight, .gallery-style .rsDefault .rsArrow.rsThumbsArrowRight {
  background: #282624 url("../images/rs-arrow-right.png") center right no-repeat;
}
.rsDefault .rsThumbsArrow.rsThumbsArrowDisabled, .rsDefault .rsArrow.rsThumbsArrowDisabled {
  opacity: 0.1;
  filter: alpha(opacity=10);
  display: block !important;
}
.rsDefault .rsThumbsArrow.rsThumbsArrowDisabled:hover, .rsDefault .rsArrow.rsThumbsArrowDisabled:hover {
  cursor: not-allowed;
}

.rsThumbsContainer {
  height: 100px;
  position: relative;
}

.rsDefault .rsThumb {
  width: 103px;
  height: 94px;
  position: relative;
}
.rsDefault .rsThumb:hover span.thumbIco, .rsDefault .rsThumb.rsNavSelected span.thumbIco {
  display: block;
  width: 103px;
  height: 94px;
  border: 6px solid #004478;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent !important;
}

.rsDefault .rsThumb,
.rsDefault .rsThumb.rsNavSelected {
  background-color: transparent !important;
}

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.rsOverflow {
  margin-bottom: 20px;
  max-height: 780px;
  height: 320px !important;
}
@media (min-width: 980px) {
  .rsOverflow {
    height: 420px !important;
  }
}
.l-level-1 .rsOverflow {
  margin-bottom: 5px;
}
@media (min-width: 980px) {
  .l-level-1 .rsOverflow {
    margin-bottom: 5px;
  }
}

.rsDefault .rsGCaption {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  width: 100%;
  font-style: italic;
  float: none;
  clear: both;
  text-align: center;
  color: #cccccc;
  position: static;
}
@media (min-width: 980px) {
  .rsDefault .rsGCaption {
    position: relative;
    top: -158px;
    margin-top: 0;
  }
}
.l-level-1 .rsDefault .rsGCaption {
  font-size: 12px;
  font-size: 1.2rem;
  @inlcude line-height(22);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  color: #333333;
  text-align: left;
}
@media (min-width: 980px) {
  .l-level-1 .rsDefault .rsGCaption {
    position: static;
  }
}

.rsDefault.rsHor .rsArrowLeft,
.rsDefault.rsHor .rsArrowRight {
  width: 34px;
  height: 63px;
  position: absolute;
  top: 50%;
  margin-top: -31px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.rsDefault.rsHor .rsArrowLeft:hover,
.rsDefault.rsHor .rsArrowRight:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  background: transparent url("../images/rs-nav-left.png") 0 0 no-repeat;
}
.l-level-1 .rsDefault.rsHor .rsArrowLeft {
  background: transparent url("../images/rs-nav-left-white.png") 0 0 no-repeat;
}

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  background: transparent url("../images/rs-nav-right.png") 0 0 no-repeat;
}
.l-level-1 .rsDefault.rsHor .rsArrowRight {
  background: transparent url("../images/rs-nav-right-white.png") 0 0 no-repeat;
}

.rsDefault .rsArrowIcn,
.rsDefault .rsThumbsArrowIcn {
  display: none;
}

.rsBulletNav {
  float: none;
  margin: 0;
  padding: 0;
  text-align: center;
  word-wrap: break-word;
}
@media (min-width: 980px) {
  .rsBulletNav {
    position: relative;
    top: -20px;
  }
}
.rsBulletNav li {
  display: inline;
  list-style: none;
  padding: 0 2px;
}
.rsBulletNav li a {
  padding: 6px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #3e3c3a;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.rsBulletNav li a.on, .rsBulletNav li a:hover {
  background-color: #706d69;
}

.gallery-style .rsImg {
  margin-top: 0 !important;
}
.l-level-1 .rsImg {
  margin-top: 0 !important;
}

.l-region--search {
  background-color: #003e5a;
}
.l-region--search:before, .l-region--search:after {
  content: "";
  display: table;
}
.l-region--search:after {
  clear: both;
}
@media (min-width: 980px) {
  .l-region--search {
    background-color: #004d71;
    width: 100%;
    height: 106px;
    padding-top: 25px;
    padding-bottom: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
  }
}

.menu-search {
  display: none;
}

.page-search .page-title {
  display: none;
}

.search-block-form {
  height: 57px;
  padding: 0 20px;
}
@media (min-width: 980px) {
  .search-block-form {
    width: 940px;
    margin: 0 auto;
    padding: 0;
  }
}
.search-block-form .form-text {
  border: 0;
  background-color: transparent;
  padding: 10px 0;
  height: 57px;
  width: 190px;
  font-size: 20px;
  line-height: 37px;
  font-weight: normal;
  color: #9dbcd1;
  -webkit-box-shadow: black 0 0 0;
  -moz-box-shadow: black 0 0 0;
  box-shadow: black 0 0 0;
}
@media (min-width: 980px) {
  .search-block-form .form-text {
    background-color: #003e5a;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    padding: 10px 20px;
    float: left;
    width: 66.48936%;
    margin-right: 2.12766%;
  }
}
@media (min-width: 1060px) {
  .search-block-form .form-text {
    width: 70.42553%;
  }
}
.search-block-form .form-submit {
  display: none;
  background-color: #00608d;
  /* fallback/image non-cover color */
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#00608d, #00567f);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00608d), to(#00567f));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#00608d, #00567f);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#00608d, #00567f);
}
@media (min-width: 980px) {
  .search-block-form .form-submit {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 22px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    padding: 17px 25px;
    margin-right: 15px;
    font-weight: normal;
    color: #9dbcd1;
  }
}
.search-block-form .form-submit:hover {
  color: white;
  /* fallback/image non-cover color */
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#00608d, #00608d);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00608d), to(#00608d));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#00608d, #00608d);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#00608d, #00608d);
}
.search-block-form .js-search-btn {
  font-size: 24px;
  line-height: 37px;
  color: #9dbcd1;
}
.search-block-form .js-search-btn:hover {
  color: white;
}
.search-block-form .js-search-close-btn {
  font-size: 20px;
  line-height: 54px;
  color: #9dbcd1;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  position: relative;
  top: 0;
  text-transform: uppercase;
  width: 115px;
  display: block;
  border: 2px solid #00628c;
  height: 56px;
  position: absolute;
  right: 60px;
  top: 0;
  text-align: center;
  font-size: 18px;
  border-radius: 5px;
}
.search-block-form .js-search-close-btn:hover {
  color: white;
}
.search-block-form .js-search-close-btn * {
  display: inline;
}
.search-block-form .js-search-close-btn i.icon {
  margin: 0;
  position: relative;
  top: 0;
}

.l-region--search-facetapi {
  margin: 0 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  padding: 17px;
  background-color: #f4f4f2;
  font-family: "Roboto", sans-serif;
}
.l-region--search-facetapi:before, .l-region--search-facetapi:after {
  content: "";
  display: table;
}
.l-region--search-facetapi:after {
  clear: both;
}
@media (min-width: 980px) {
  .l-region--search-facetapi {
    margin: 0;
  }
}
.js .l-region--search-facetapi {
  display: none;
}
.l-region--search-facetapi h2.block__title {
  font-weight: bold;
  color: #333333;
  margin: 0;
}
.l-region--search-facetapi .block__content ul, .l-region--search-facetapi .block__content li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-region--search-facetapi .block__content a {
  color: #414140;
}
.l-region--search-facetapi .block__content a:hover, .l-region--search-facetapi .block__content a.active {
  color: #00608d;
}
.l-region--search-facetapi .block__content a.descending {
  padding-right: 10px;
  background: url("../images/bg-des.png") center right no-repeat;
}
.l-region--search-facetapi .block__content a.ascending {
  padding-right: 10px;
  background: url("../images/bg-asc.png") center right no-repeat;
}
.l-region--search-facetapi .block__content a small {
  color: #999999;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.l-region--search-facetapi .block__content img {
  display: none;
}

.block-sort-by {
  float: left;
  width: 130px;
  margin-right: 20px;
}

.block-by-date {
  overflow: hidden;
}
.block-by-date a.facetapi-active {
  display: none;
}
.block-by-date li.expanded {
  color: #999999;
}
.block-by-date .facetapi-facetapi-links {
  width: 320px;
}
@media (min-width: 980px) {
  .block-by-date .facetapi-facetapi-links > li {
    width: 150px;
    margin-right: 10px;
    float: left;
  }
}

.search-results {
  margin-top: 20px;
}

#search-form {
  font-family: "Roboto", sans-serif;
  background-color: #ededea;
  padding: 17px;
  margin: 0 16px;
  border-top: 2px solid #333333;
  border-bottom: 1px dotted #cccccc;
}
#search-form:before, #search-form:after {
  content: "";
  display: table;
}
#search-form:after {
  clear: both;
}
@media (min-width: 980px) {
  #search-form {
    margin: 0;
  }
}
#search-form label, #search-form .form-item-retain-filters {
  display: none;
}
#search-form .form-item-keys label {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
#search-form #edit-keys {
  border: 1px solid #c8c8c8;
  height: 44px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: black 0 0 0;
  -moz-box-shadow: black 0 0 0;
  box-shadow: black 0 0 0;
  padding: 0 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 15px;
}
@media (min-width: 980px) {
  #search-form #edit-keys {
    width: 435px;
  }
}
#search-form #edit-submit {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 980px) {
  #search-form #edit-submit {
    float: right;
  }
}

.spelling-suggestions {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 0;
  color: #666666;
  float: left;
}
.js .spelling-suggestions {
  display: none;
}
.spelling-suggestions dl {
  margin: 0;
}
.spelling-suggestions dd, .spelling-suggestions dt {
  display: inline;
  margin: 0;
  padding: 0;
  -webkit-margin-start: 0;
  -moz-margin-start: 0;
  margin-start: 0;
}
.spelling-suggestions dt {
  padding-right: 3px;
}
.spelling-suggestions dd {
  font-weight: bold;
}

.js-advanced-toggle {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: bold;
  float: right;
}

.block-search-detail {
  padding: 16px 16px 16px 16px;
}
@media (min-width: 980px) {
  .block-search-detail {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .block-search-detail {
    margin-bottom: 30px;
  }
}
.block-search-detail .js {
  display: none;
}
.block-search-detail h2.block__title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  margin-bottom: 0;
  text-transform: none;
  color: #333333;
}
@media (min-width: 980px) {
  .block-search-detail h2.block__title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 45px;
    line-height: 4.5rem;
    max-width: 700px;
  }
}
.block-search-detail .block__content {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-family: "Roboto", sans-serif;
}
.block-search-detail .block__content p {
  display: inline;
}
.block-search-detail .block__content ul, .block-search-detail .block__content li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
}
.block-search-detail .block__content li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25px;
  line-height: 2.5rem;
  padding: 3px 5px;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  background-color: #fafafa;
  /* fallback/image non-cover color */
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(rgba(0, 0, 0, 0.05)));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #666666;
  border: 1px solid #dbdbdb;
  position: relative;
  padding-right: 32px;
  list-style: none;
  margin-left: 15px;
}
.block-search-detail .block__content li:hover {
  color: #333333;
  background-color: white;
}
.block-search-detail .block__content li:hover a {
  background-color: rgba(0, 0, 0, 0.05);
  color: #333333;
}
.block-search-detail .block__content li a {
  background-color: #e8e8e8;
  color: gray;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 25px;
  line-height: 2.5rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  text-align: center;
  border-left: 1px solid #d1d1d1;
  font-weight: bold;
}
.block-search-detail .block__content li a:hover {
  color: #333333;
}
.block-search-detail .block__content li a i.icon {
  margin: 0;
}

@media (min-width: 768px) {
  .block--search-form {
    position: relative;
  }
}

.stui-popup {
  cursor: pointer;
  /* &:hover, &.active {
  	color: $orange !important;
  	i.icon {
  		color: $orange !important;
  	}
  } */
}

.ui.popup {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: "Droid Serif", serif;
  font-style: italic;
}
.ui.popup .orange {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
.field--name-field-tag-terms .ui.popup, .field--name-field-stock-info-pack .ui.popup {
  padding: 2px;
  background-color: #333333;
  margin-left: 1px;
}
.field--name-field-tag-terms .ui.popup .content, .field--name-field-stock-info-pack .ui.popup .content {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 12px;
  line-height: 1.2rem;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: white;
  text-align: center;
  position: relative;
  z-index: 2;
}
.field--name-field-tag-terms .ui.popup:before, .field--name-field-stock-info-pack .ui.popup:before {
  background-color: #333333;
  bottom: -3px !important;
  z-index: 1;
}
.field--name-field-stock-info-pack .field--name-field-tag-terms .ui.popup, .field--name-field-stock-info-pack .field--name-field-stock-info-pack .ui.popup {
  top: 0 !important;
}

.list-meta .ui.popup {
  border-top: 2px solid #e66628;
  background-color: #fcf8e9;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.list-meta .ui.popup *:after, .list-meta .ui.popup *:before {
  content: '' !important;
}

.step-listing {
  padding: 16px 16px 16px 16px;
  padding-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 980px) {
  .step-listing {
    padding: 0;
  }
}
.step-listing:before, .step-listing:after {
  content: "";
  display: table;
}
.step-listing:after {
  clear: both;
}
.step-listing .block__content .list-meta {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
.step-listing .block__content .list-meta * {
  display: inline;
}
.step-listing .block__content .list-meta .byline {
  display: none;
}
.step-listing .block__content .list-meta a.featured-comment-trigger {
  color: #e66628 !important;
}
.step-listing .block__content .list-meta a.featured-comment-trigger i.icon {
  color: #e66628 !important;
}
.step-listing .block__content .list-meta a.featured-comment-trigger:hover, .step-listing .block__content .list-meta a.featured-comment-trigger:hover i.icon {
  color: #00608d !important;
}
.step-listing .block__content .list-meta-top .subscription i.icon {
  color: #008dd6;
}
.step-listing .block__content .list-meta-top .field--name-field-subscription a {
  color: #008dd6;
}
.step-listing .block__content .list-meta-bottom .featured-comment i.icon {
  font-size: 14px;
  font-size: 1.4rem;
}
.step-listing .node__title {
  margin: 0;
}
@media (min-width: 980px) {
  .step-listing .node__title {
    margin: 0 0 4px 0;
  }
}
.step-listing .node__title a {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 34px;
  line-height: 3.4rem;
  color: #2c2c2c;
}
@media (min-width: 768px) {
  .step-listing .node__title a {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.step-listing .node__title a:hover {
  color: #00608d;
}
@media (min-width: 980px) {
  .step-listing .listing-right h2.node__title {
    margin: 0;
  }
  .step-listing .listing-right h2.node__title a {
    display: block;
    line-height: 20px;
    line-height: 2rem;
  }
}
.step-listing .listing-normal .node__title a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .step-listing .listing-normal .node__title a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.step-listing .listing-small .node__title a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
}
@media (min-width: 768px) {
  .step-listing .listing-small .node__title a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.step-listing .field--name-field-teaser,
.step-listing .field--name-field-body,
.step-listing .field--name-body {
  margin-top: 5px;
}
.step-listing .field--name-field-teaser p,
.step-listing .field--name-field-body p,
.step-listing .field--name-body p {
  margin: 0;
}
.step-listing .field--name-field-links {
  margin-top: 15px;
}
.step-listing .field--name-field-links a {
  color: #2c2c2c;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  padding-left: 10px;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .step-listing .field--name-field-links a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.step-listing .field--name-field-links a:hover {
  color: #00608d;
}
.step-listing .field--name-field-links a:before {
  content: "• ";
  position: absolute;
  left: 0;
  top: 2px;
}
.step-listing .listing-normal:before, .step-listing .listing-normal:after, .step-listing .listing-small:before, .step-listing .listing-small:after {
  content: "";
  display: table;
}
.step-listing .listing-normal:after, .step-listing .listing-small:after {
  clear: both;
}
.step-listing .listing-normal .field--name-field-image-cache, .step-listing .listing-small .field--name-field-image-cache {
  display: none;
}
@media (min-width: 980px) {
  .step-listing .listing-normal .field--name-field-image-cache, .step-listing .listing-small .field--name-field-image-cache {
    display: block;
    float: right;
    margin: 0 0 0 10px;
  }
}
.step-listing .field--name-field-subscription {
  font-weight: bold;
}
.step-listing .field--name-field-featured-comment {
  display: none;
  padding: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.step-listing .field--name-field-featured-comment .field-label {
  display: inline;
  text-transform: none;
  color: #e66628;
  font-style: normal;
}
.step-listing .field--name-field-featured-comment .field-items, .step-listing .field--name-field-featured-comment .field-items * {
  display: inline;
}
.step-listing .listing-normal .inner:before, .step-listing .listing-normal .inner:after {
  content: "";
  display: table;
}
.step-listing .listing-normal .inner:after {
  clear: both;
}
.step-listing .listing-normal .comment-count:after {
  content: '';
}
.step-listing .listing-normal .field--name-field-featured-comment {
  display: block;
  clear: both;
  margin-top: 20px;
}
.step-listing .listing-normal .featured-comment-trigger {
  display: none;
}
.step-listing .listing-small .list-meta {
  font-size: 11px;
  font-size: 1.1rem;
}

.listing-big, .listing-normal {
  padding-bottom: 19px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #cccccc;
}

.listing-small {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #cccccc;
}
.views-row-last .listing-small {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0 dotted #cccccc;
}

.listing-big .comment-count, .listing-normal .comment-count, .listing-small .comment-count {
  color: #e66628 !important;
}
.listing-big .comment-count i.icon, .listing-normal .comment-count i.icon, .listing-small .comment-count i.icon {
  color: #e66628 !important;
}
.listing-big .comment-count:hover, .listing-big .comment-count:hover i.icon, .listing-normal .comment-count:hover, .listing-normal .comment-count:hover i.icon, .listing-small .comment-count:hover, .listing-small .comment-count:hover i.icon {
  color: #00608d !important;
}

.sticky-header {
  background-color: #00628c;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  display: none !important;
}
@media (min-width: 980px) {
  .sticky-header {
    display: block !important;
  }
}
@media (min-width: 1060px) {
  .sticky-header {
    width: 1060px;
  }
}
.js .sticky-header {
  display: none;
}
.sticky-header .site-logo {
  width: 68px;
  float: left;
}
.sticky-header .site-logo, .sticky-header .site-logo img {
  margin: 0;
  padding: 0;
}
.sticky-header .inner {
  padding: 14px 16px 0 16px;
  height: 48px;
  position: relative;
  max-width: 1000px;
}
@media (min-width: 1000px) {
  .sticky-header .inner {
    margin: 0 auto;
  }
}
.sticky-header h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #95bdd0;
  position: absolute;
  top: 14px;
  left: 100px;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .sticky-header h3 {
    left: 100px !important;
  }
}
.sticky-header h3 i.icon {
  font-weight: bold;
}
.sticky-header a.back-to-menu {
  position: absolute;
  top: 14px;
  right: 16px;
  color: #95bdd0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 20px;
  line-height: 2rem;
}
.sticky-header a.back-to-menu:hover {
  color: white;
}
.sticky-header a.back-to-menu i.icon {
  margin: 0;
}
.sticky-header.js-sticky-menu {
  top: 0;
}
.sticky-header .sticky-header-menu {
  display: none;
}
.sticky-header.menu-active a.back-to-menu {
  color: white;
}
.node-type-rich-list .sticky-header, .node-type-rich-list-page .sticky-header, .logged-in.page-user .sticky-header {
  display: none !important;
}

.stock-wrapper {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  font-family: "Roboto", sans-serif;
}
.mynbr-wrapper .stock-wrapper {
  border-top: 1px dotted #cccccc;
  padding: 10px 0;
  position: relative;
  min-height: 90px;
}
.mynbr-wrapper .stock-wrapper:before, .mynbr-wrapper .stock-wrapper:after {
  content: "";
  display: table;
}
.mynbr-wrapper .stock-wrapper:after {
  clear: both;
}
@media (min-width: 980px) {
  .mynbr-wrapper .stock-wrapper {
    padding-bottom: 30px;
  }
}
.stock-wrapper i.icon {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  position: relative;
  top: 2px;
}
.stock-wrapper .price {
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
}

.part-h {
  margin-bottom: 10px;
}
.part-h.part-3 {
  margin-bottom: 0;
}
@media (min-width: 980px) {
  .part-h {
    margin-bottom: 0;
  }
}

.part-1 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
@media (min-width: 980px) {
  .part-1 {
    float: left;
    width: 35%;
    margin-right: 3.33333%;
  }
}

@media (min-width: 980px) {
  .part-2 {
    float: left;
    width: 30%;
    margin-right: 3.33333%;
  }
}

.part-3 {
  position: absolute;
  right: 0;
  top: 10px;
}
@media (min-width: 980px) {
  .part-3 {
    position: static;
    float: left;
    width: 23.33333%;
  }
}

.part {
  padding: 10px;
}

.stock-img {
  width: 135px;
  float: right;
}
.part-3 .stock-img {
  float: none;
}

.symbol {
  color: #00608d;
}
.part-1 .symbol {
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: bold;
  display: block;
}

.change.negative {
  color: #c12828;
}
.change.positive {
  color: #49a942;
}

.volume {
  margin-bottom: 10px;
}

.add-to-my-stock {
  float: left;
  cursor: pointer;
}
.add-to-my-stock a, .add-to-my-stock a i.icon {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 2.1rem;
  height: 21px;
  color: grey;
  font-weight: bold;
}
.add-to-my-stock a i.icon {
  top: -1px;
}

.subcategory-listing {
  padding: 0 16px 16px 16px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
@media (min-width: 980px) {
  .subcategory-listing {
    padding: 0;
    margin-bottom: 40px;
  }
}
.subcategory-listing.view-display-id-article_landing_block {
  padding: 0;
}
.subcategory-listing h4, .subcategory-listing .view-header {
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 0;
  border-top: 2px solid #333333;
}
.subcategory-listing h4, .subcategory-listing h4 a, .subcategory-listing .view-header, .subcategory-listing .view-header a {
  color: #333333;
}
.subcategory-listing .field--name-field-image-cache, .subcategory-listing .list-meta-top, .subcategory-listing .list-meta-bottom, .subcategory-listing .content, .subcategory-listing .field--name-field-featured-comment {
  display: none;
}
@media (min-width: 980px) {
  .subcategory-listing .field--name-field-image-cache, .subcategory-listing .list-meta-top, .subcategory-listing .list-meta-bottom, .subcategory-listing .content, .subcategory-listing .field--name-field-featured-comment {
    display: block;
  }
}
.subcategory-listing .list-meta-top a {
  color: #008dd6;
  /* &:hover {
  	color: $textDefault;
  } */
}
.subcategory-listing .list-meta-top .byline {
  font-weight: normal;
}
.subcategory-listing .list-meta-bottom {
  margin: 5px 0 10px 0;
}
.subcategory-listing .list-meta-bottom i.icon {
  color: #999999;
}
.subcategory-listing .list-meta-bottom .comment-count {
  color: #e66628 !important;
}
.subcategory-listing .list-meta-bottom .comment-count i.icon {
  color: #e66628 !important;
}
.subcategory-listing .list-meta-bottom .comment-count:hover, .subcategory-listing .list-meta-bottom .comment-count:hover i.icon {
  color: #00608d !important;
}
.subcategory-listing h2.node__title a {
  display: block;
}
.subcategory-listing h2.node__title, .subcategory-listing .item-list {
  margin: 0;
  padding-left: 10px;
  position: relative;
}
.subcategory-listing h2.node__title a, .subcategory-listing .item-list a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: normal;
  color: #333333;
}
@media (min-width: 980px) {
  .subcategory-listing h2.node__title a, .subcategory-listing .item-list a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
  }
}
.subcategory-listing h2.node__title a:hover, .subcategory-listing .item-list a:hover {
  color: #00608d;
}
.subcategory-listing h2.node__title a:before, .subcategory-listing .item-list a:before {
  content: "• ";
  position: absolute;
  left: 0;
  top: 4px;
}
@media (min-width: 980px) {
  .subcategory-listing .list-category-big h2.node__title, .subcategory-listing .list-category-normal h2.node__title {
    padding-left: 0;
  }
  .subcategory-listing .list-category-big h2.node__title a, .subcategory-listing .list-category-normal h2.node__title a {
    display: block;
  }
  .subcategory-listing .list-category-big h2.node__title a:before, .subcategory-listing .list-category-normal h2.node__title a:before {
    content: "";
  }
}
.subcategory-listing .item-list a:before {
  top: 0;
}
.subcategory-listing .view-footer {
  padding-left: 10px;
}
.subcategory-listing .view-footer a {
  color: #008dd6;
}
.subcategory-listing .view-footer a:hover {
  color: #333333;
}
.subcategory-listing i.lock.icon {
  color: #008dd6;
  margin: 0 -5px 0 -2px;
}
@media (min-width: 980px) {
  .subcategory-listing i.lock.icon {
    margin: 0;
  }
}
.subcategory-listing .list-category-small {
  margin-bottom: 6px;
}
.subcategory-listing .list-category-small i.lock.icon {
  margin: 0 -5px 0 -2px;
}
@media (min-width: 980px) {
  .subcategory-listing .list-category-big h2.node__title, .subcategory-listing .list-category-normal h2.node__title {
    padding-left: 0;
  }
  .subcategory-listing .list-category-big h2.node__title a:before, .subcategory-listing .list-category-normal h2.node__title a:before {
    content: "";
  }
  .subcategory-listing .list-category-big h2.node__title a, .subcategory-listing .list-category-normal h2.node__title a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
    font-weight: 700;
  }
  .subcategory-listing .field--name-field-teaser p {
    margin-bottom: 0;
  }
  .subcategory-listing .field--name-body p:last-child {
    margin-bottom: 0;
  }
}
.subcategory-listing .home-article-display-featured {
  display: none;
}
@media (min-width: 980px) {
  .subcategory-listing .field--name-field-image-cache {
    float: right;
    margin-left: 20px;
  }
}
@media (min-width: 980px) {
  .subcategory-listing .list-category-normal {
    padding: 20px 0;
    border-top: 1px dotted #cccccc;
  }
  .subcategory-listing .list-category-normal:before, .subcategory-listing .list-category-normal:after {
    content: "";
    display: table;
  }
  .subcategory-listing .list-category-normal:after {
    clear: both;
  }
}
@media (min-width: 980px) {
  .subcategory-listing .views-row-6 .list-category-normal {
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 20px;
  }
}

.company-list-wrapper {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.company-list-wrapper hr {
  margin: 40px 0;
}
@media (min-width: 980px) {
  .company-list-wrapper {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 980px) {
  .list-table-wrapper {
    margin: 40px 0;
  }
}
@media (min-width: 980px) {
  .list-table-wrapper #ip-company-list-a {
    float: left;
    width: 38.46154%;
    margin-right: 12.82051%;
  }
}
@media (min-width: 980px) {
  .list-table-wrapper #ip-company-list-b {
    float: left;
    width: 38.46154%;
  }
}

@media (min-width: 980px) {
  #nbr-basic-product-list-default-form {
    margin-bottom: 70px;
  }
  .page-subscribe-landing #nbr-basic-product-list-default-form {
    padding-bottom: 20px;
  }
}
#nbr-basic-product-list-default-form hr.blue-border {
  margin-top: -40px;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form hr.blue-border {
    margin-top: -46px;
  }
}

#nbr-basic-product-list-default-form,
#nbr-basic-product-list-form {
  font-family: "Roboto", sans-serif;
  padding: 16px 16px 16px 16px;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form,
  #nbr-basic-product-list-form {
    padding: 0;
  }
}
#nbr-basic-product-list-default-form:before, #nbr-basic-product-list-default-form:after,
#nbr-basic-product-list-form:before,
#nbr-basic-product-list-form:after {
  content: "";
  display: table;
}
#nbr-basic-product-list-default-form:after,
#nbr-basic-product-list-form:after {
  clear: both;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form .page-title,
  #nbr-basic-product-list-form .page-title {
    margin-left: 70px;
  }
}
#nbr-basic-product-list-default-form .node__submitted,
#nbr-basic-product-list-form .node__submitted {
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form .node__submitted,
  #nbr-basic-product-list-form .node__submitted {
    margin-left: 70px;
  }
  #nbr-basic-product-list-default-form .node__submitted .submitted,
  #nbr-basic-product-list-form .node__submitted .submitted {
    margin-left: 0;
  }
}
#nbr-basic-product-list-default-form input[type="radio"],
#nbr-basic-product-list-form input[type="radio"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  -o-appearance: checkbox;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper,
#nbr-basic-product-list-form fieldset.form-wrapper {
  background-color: #ededea;
  padding: 40px 20px 20px 20px;
  margin-top: -30px;
  margin-bottom: 40px;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper,
  #nbr-basic-product-list-form fieldset.form-wrapper {
    margin-top: -16px;
    margin-bottom: 20px;
  }
}
#nbr-basic-product-list-default-form fieldset.form-wrapper legend .fieldset-legend,
#nbr-basic-product-list-form fieldset.form-wrapper legend .fieldset-legend {
  position: relative;
  top: 30px;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper .fieldset-wrapper,
#nbr-basic-product-list-form fieldset.form-wrapper .fieldset-wrapper {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper .form-item-renewal,
#nbr-basic-product-list-form fieldset.form-wrapper .form-item-renewal {
  margin-top: 10px;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper .form-item,
#nbr-basic-product-list-form fieldset.form-wrapper .form-item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper .form-item-print-subscription-number,
#nbr-basic-product-list-form fieldset.form-wrapper .form-item-print-subscription-number {
  margin-bottom: 0;
}
.js #nbr-basic-product-list-default-form fieldset.form-wrapper .form-item-print-subscription-number, .js
#nbr-basic-product-list-form fieldset.form-wrapper .form-item-print-subscription-number {
  display: none;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper .international-shipping,
#nbr-basic-product-list-form fieldset.form-wrapper .international-shipping {
  padding: 20px 0 0 0;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper .international-shipping h3,
#nbr-basic-product-list-form fieldset.form-wrapper .international-shipping h3 {
  margin-top: 20px;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper a,
#nbr-basic-product-list-form fieldset.form-wrapper a {
  font-weight: bold;
  color: #333333;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper a:hover,
#nbr-basic-product-list-form fieldset.form-wrapper a:hover {
  color: #00608d;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper h1,
#nbr-basic-product-list-form fieldset.form-wrapper h1 {
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper h3,
#nbr-basic-product-list-form fieldset.form-wrapper h3 {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper h3.uppercase,
#nbr-basic-product-list-form fieldset.form-wrapper h3.uppercase {
  text-transform: uppercase;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list {
  margin-bottom: 0 !important;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list:before, #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list:after,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list:before,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list:after {
  content: "";
  display: table;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list:after,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list:after {
  clear: both;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list {
    padding-bottom: 82px;
  }
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list input[type=text],
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list input[type=text] {
  border-color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px 1px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px 1px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 3px 1px inset;
  height: 40px;
  padding-left: 16px;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list .form-item-print-subscription-number,
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list .form-item-email,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list .form-item-print-subscription-number,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list .form-item-email {
  position: relative;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list .form-item-print-subscription-number label,
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list .form-item-email label,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list .form-item-print-subscription-number label,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list .form-item-email label {
  font-weight: normal;
  position: absolute;
  top: 10px;
  left: 16px;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list .form-item-print-subscription-number label,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list .form-item-print-subscription-number label {
    left: 41px;
  }
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list .form-item-options > label,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list .form-item-options > label {
  font-weight: normal;
  margin-bottom: 10px;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list .form-item-options #edit-options,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list .form-item-options #edit-options {
  overflow: hidden;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list .form-item-options #edit-options label,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list .form-item-options #edit-options label {
  margin-bottom: 0;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list hr,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list hr {
  border-top: 3px solid #c8c8c5;
  border-width: 3px 0 0 0;
  max-width: 425px;
  margin: 15px 0;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list {
    margin-bottom: 0;
    padding: 40px 400px 80px 80px;
    min-height: 530px;
    background: #ededea url("../images/bg-subs.jpg") bottom right no-repeat;
  }
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list .form-item-print-subscription-number,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list .form-item-print-subscription-number {
    padding-left: 25px;
  }
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list .form-type-radio,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list .form-type-radio {
    float: left;
    width: 100%;
    clear: both;
  }
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list .form-type-radio input,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list .form-type-radio input {
    float: left;
    margin: 3px 0 0 1px;
  }
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list .form-type-radio label,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list .form-type-radio label {
    float: left;
    margin-left: 10px;
    max-width: 360px;
  }
  .page-subscribe-landing #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list, .page-subscribe-landing
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list {
    padding-bottom: 20px;
    margin-bottom: 60px !important;
  }
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list legend,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list legend {
  display: none;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list legend .fieldset-legend,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list legend .fieldset-legend {
    top: 90px;
  }
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list h2,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin-bottom: 10px;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list p.existing-member, #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list p.inidvidual-subscription,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list p.existing-member,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list p.inidvidual-subscription {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list p.existing-member i.icon, #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list p.inidvidual-subscription i.icon,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list p.existing-member i.icon,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list p.inidvidual-subscription i.icon {
  margin: 0;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list p.existing-member,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list p.existing-member {
  padding-bottom: 15px;
  border-bottom: 3px solid #c8c8c5;
  float: left;
  clear: both;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list p.existing-member a,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list p.existing-member a {
  color: #00608d;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list p.existing-member a:hover,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list p.existing-member a:hover {
  color: #333333;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-basic-product-list p.inidvidual-subscription,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-basic-product-list p.inidvidual-subscription {
  clear: both;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-print-product-list legend .fieldset-legend, #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-professional-newsletters-list legend .fieldset-legend, #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-email-alerts-set legend .fieldset-legend,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-print-product-list legend .fieldset-legend,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-professional-newsletters-list legend .fieldset-legend,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-email-alerts-set legend .fieldset-legend {
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-print-product-list, #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-professional-newsletters-list, #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-email-alerts-set,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-print-product-list,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-professional-newsletters-list,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-email-alerts-set {
    padding-bottom: 20px;
    float: left;
    width: 31.25%;
    margin-right: 3.125%;
    padding-top: 150px;
    min-height: 644px;
  }
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-print-product-list legend .fieldset-legend, #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-professional-newsletters-list legend .fieldset-legend, #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-email-alerts-set legend .fieldset-legend,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-print-product-list legend .fieldset-legend,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-professional-newsletters-list legend .fieldset-legend,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-email-alerts-set legend .fieldset-legend {
    top: 150px;
  }
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-print-product-list,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-print-product-list {
    background: #ededea url("../images/bg-print-sub.jpg") top center no-repeat;
  }
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-professional-newsletters-list,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-professional-newsletters-list {
    background: #ededea url("../images/bg-prof-news.jpg") top center no-repeat;
  }
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-professional-newsletters-list h3,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-professional-newsletters-list h3 {
    margin-top: 20px;
    padding-left: 18px;
  }
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-professional-newsletters-list .form-type-radio,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-professional-newsletters-list .form-type-radio {
    position: relative;
  }
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-professional-newsletters-list .form-type-radio input,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-professional-newsletters-list .form-type-radio input {
    position: absolute;
    left: 0;
    top: 5px;
  }
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-professional-newsletters-list .form-type-radio label,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-professional-newsletters-list .form-type-radio label {
    padding-left: 18px;
    display: block;
  }
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-email-alerts-set,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-email-alerts-set {
    margin-right: 0;
    background: #ededea url("../images/bg-email-alerts.jpg") top center no-repeat;
  }
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-email-alerts-set h3,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-email-alerts-set h3 {
    margin-top: 20px;
    padding-left: 18px;
  }
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-rich-list-set,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-rich-list-set {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-top: -20px;
  padding-top: 20px;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-rich-list-set,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-rich-list-set {
    margin-top: 0;
    width: 100%;
    margin-bottom: 70px;
    position: relative;
    min-height: 138px;
    padding-top: 0;
    height: 136px;
  }
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-rich-list-set .form-item-rich-list,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-rich-list-set .form-item-rich-list {
  /*float: left;
  width: 150px;
  @include breakpoint($desktop) {
  	margin-top: 30px;
  } */
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-rich-list-set strong,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-rich-list-set strong {
  display: block;
  margin-top: 12px;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-rich-list-set .rich-list-preorder-desc,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-rich-list-set .rich-list-preorder-desc {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-rich-list-set img,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-rich-list-set img {
  display: block;
  margin-bottom: -20px;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-rich-list-set img,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-rich-list-set img {
    /* float: left;
    clear: none;
    margin-right: 30px;
    top: -10px; */
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 190px;
  }
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-rich-list-set p,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-rich-list-set p {
  margin: 0;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-rich-list-set strong,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-rich-list-set strong {
    padding-top: 10px;
  }
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-user-email-set,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-user-email-set {
  margin-top: -40px;
  padding-bottom: 60px;
  text-align: center;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-user-email-set,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-user-email-set {
    margin-top: -10px;
    margin-bottom: -80px;
    padding-bottom: 90px;
  }
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-user-email-set .form-text,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-user-email-set .form-text {
    width: 340px;
    height: 44px;
  }
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-user-email-set .form-item,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-user-email-set .form-item {
  margin-left: 0;
  padding-left: 0;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-user-email-set legend,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-user-email-set legend {
  position: relative;
  top: 40px;
  margin-bottom: 20px;
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-user-email-set legend span,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-user-email-set legend span {
  position: static;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-renew-set,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-renew-set {
    padding: 70px 80px 40px 80px;
    margin-bottom: 60px !important;
    position: relative;
  }
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-renew-set legend span,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-renew-set legend span {
    top: 70px;
  }
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-renew-set .form-submit,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-renew-set .form-submit {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-renew-set .form-submit,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-renew-set .form-submit {
    float: right;
    margin-top: -100px;
  }
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-renew-set .js-hide-renew,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-renew-set .js-hide-renew {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  color: #666666;
  cursor: pointer;
  margin: 0;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form fieldset.form-wrapper#edit-renew-set .js-hide-renew,
  #nbr-basic-product-list-form fieldset.form-wrapper#edit-renew-set .js-hide-renew {
    float: right;
    margin-top: -50px;
    width: 224px;
    text-align: center;
  }
}
#nbr-basic-product-list-default-form fieldset.form-wrapper#edit-renew-set p,
#nbr-basic-product-list-form fieldset.form-wrapper#edit-renew-set p {
  margin: 0;
  max-width: 420px;
}
#nbr-basic-product-list-default-form #edit-submit,
#nbr-basic-product-list-form #edit-submit {
  width: 260px;
  display: block;
  clear: both;
  margin-top: -72px;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  #nbr-basic-product-list-default-form #edit-submit,
  #nbr-basic-product-list-form #edit-submit {
    margin-left: 80px;
    font-size: 14px;
  }
}
.page-subscribe-landing #nbr-basic-product-list-default-form #edit-submit, .page-subscribe-landing
#nbr-basic-product-list-form #edit-submit {
  margin-top: -100px;
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  height: 42px;
}
@media (min-width: 980px) {
  .page-subscribe-landing #nbr-basic-product-list-default-form #edit-submit, .page-subscribe-landing
  #nbr-basic-product-list-form #edit-submit {
    width: 340px;
    height: 55px;
    margin-top: 0;
    font-size: 18px;
  }
}

@media (min-width: 980px) {
  .page-subscribe .page-title {
    margin-left: 70px;
  }
}

.section-business-ip-subscriptions {
  font-family: "Roboto", sans-serif;
}
.section-business-ip-subscriptions .node {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.section-business-ip-subscriptions .field--name-body {
  font-size: 20px;
  font-size: 2rem;
  line-height: 28px;
  line-height: 2.8rem;
}
@media (min-width: 980px) {
  .section-business-ip-subscriptions .field--name-body .intro {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.ip-sub-vid {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #ededea;
  max-height: 301px;
}
.ip-sub-vid:before, .ip-sub-vid:after {
  content: "";
  display: table;
}
.ip-sub-vid:after {
  clear: both;
}
@media (min-width: 980px) {
  .ip-sub-vid {
    padding: 0;
    margin: 60px 10px 70px 10px;
  }
}
.ip-sub-vid img {
  height: auto !important;
  cursor: pointer;
  display: block;
}
@media (min-width: 980px) {
  .ip-sub-vid .vid-desc {
    float: left;
    width: 42.55319%;
  }
}
.ip-sub-vid .vid-desc h3 {
  margin-bottom: 10px;
}
@media (min-width: 980px) {
  .ip-sub-vid .vid-desc h3 {
    padding: 70px 0 0 80px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.ip-sub-vid .vid-desc p {
  margin: 0 0 10px 0;
}
@media (min-width: 980px) {
  .ip-sub-vid .vid-desc p {
    padding: 0 80px;
  }
}
.ip-sub-vid .vid-content {
  max-height: 301px;
  overflow: hidden;
}
.ip-sub-vid .vid-content video {
  display: none;
  width: 100%;
  height: auto !important;
}
@media (min-width: 980px) {
  .ip-sub-vid .vid-content {
    float: left;
    width: 57.44681%;
  }
}

.page-business-ip-sub .webform-client-form {
  padding: 20px;
  background-color: #ededea;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .page-business-ip-sub .webform-client-form {
    padding: 70px 80px 100px 80px;
    margin: 0 10px;
  }
}
@media (min-width: 980px) {
  .page-business-ip-sub .webform-client-form h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 28px;
    line-height: 2.8rem;
  }
}
.page-business-ip-sub .webform-client-form label {
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  display: block;
}
.page-business-ip-sub .webform-client-form label .form-required {
  color: #333333;
}
@media (min-width: 980px) {
  .page-business-ip-sub .webform-client-form label {
    float: left;
    width: 130px;
  }
}
.page-business-ip-sub .webform-client-form .description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  margin-left: 0;
}
@media (min-width: 980px) {
  .page-business-ip-sub .webform-client-form .form-item-submitted-subscription-type {
    margin-bottom: 30px;
  }
}
.page-business-ip-sub .webform-client-form .form-item-submitted-subscription-type label {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: 700;
  display: inline;
}
@media (min-width: 980px) {
  .page-business-ip-sub .webform-client-form .form-item-submitted-subscription-type label {
    float: none;
    padding-left: 10px;
    width: auto;
    position: relative;
    top: 3px;
  }
}
@media (min-width: 980px) {
  .page-business-ip-sub .webform-client-form .form-item-submitted-subscription-type .description {
    margin-left: 29px;
  }
}
.page-business-ip-sub .webform-client-form input.form-text {
  max-width: 100%;
}
@media (min-width: 980px) {
  .page-business-ip-sub .webform-client-form input.form-text {
    max-width: 300px;
  }
}
@media (min-width: 980px) {
  .page-business-ip-sub .webform-client-form .form-actions {
    border-bottom: 1px solid #00608d;
    position: relative;
  }
}
@media (min-width: 980px) {
  .page-business-ip-sub .webform-client-form .form-actions #edit-submit {
    margin: 0 auto;
    display: block;
    position: relative;
    width: 340px;
    height: 55px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 35px;
    line-height: 3.5rem;
    bottom: -27px;
  }
}

.field--name-field-bottom-description {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  margin: 40px 0;
  text-align: center;
}
@media (min-width: 980px) {
  .field--name-field-bottom-description {
    margin: 70px 0;
  }
}

.other-link {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}
.other-link a {
  font-weight: bold;
}
@media (min-width: 980px) {
  .other-link {
    margin-top: 70px;
    margin-bottom: 50px;
    margin-left: 80px;
  }
}

.subscription-intro {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 30px;
  line-height: 3rem;
}
.subscription-intro i.icon {
  margin: 0;
}

.page-subscribe-landing .l-content-top {
  display: none;
}

.subscription-intro {
  margin: 0 0 50px 0;
}
@media (min-width: 980px) {
  .subscription-intro {
    margin-bottom: 70px;
  }
}

.add-to-order {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
  line-height: 2.6rem;
  margin: 10px 0 30px 0;
  text-align: center;
}

#webform-component-subscription-type:before, #webform-component-subscription-type:after {
  content: "";
  display: table;
}
#webform-component-subscription-type:after {
  clear: both;
}

.subscrribe-checkbox-daily, .subscrribe-checkbox-weekly {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.simplenews-subscriptions-multi-block-form {
  margin-bottom: 20px;
}
.simplenews-subscriptions-multi-block-form #edit-unsubscribe {
  display: none;
}
.simplenews-subscriptions-multi-block-form .form-item-mail {
  margin-top: 20px;
}
.simplenews-subscriptions-multi-block-form .form-item-mail:before, .simplenews-subscriptions-multi-block-form .form-item-mail:after {
  content: "";
  display: table;
}
.simplenews-subscriptions-multi-block-form .form-item-mail:after {
  clear: both;
}
.simplenews-subscriptions-multi-block-form .form-item-mail label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 30px;
  line-height: 3rem;
  font-weight: bold;
}
@media (min-width: 980px) {
  .simplenews-subscriptions-multi-block-form .form-item-mail label {
    float: left;
    width: 60px;
    margin-right: 10px;
  }
}

#modalContent .page-title {
  color: #333333;
}
@media (min-width: 980px) {
  #modalContent .page-title {
    margin-left: 0 !important;
  }
}

.nbr-basic-product-list-form #edit-basic-product-list {
  margin-top: 20px !important;
  padding-bottom: 80px !important;
}
@media (min-width: 980px) {
  .nbr-basic-product-list-form #edit-basic-product-list {
    margin-top: 40px !important;
    padding-bottom: 80px !important;
  }
}

#edit-print-options, #edit-email-alerts-1 {
  margin-top: 20px;
}

.progress-disabled {
  float: none;
  display: inline;
}

.ajax-progress {
  float: none;
  display: inline;
}

.ajax-progress .throbber {
  background: transparent url("../images/throbber.gif") no-repeat;
  float: none;
  height: 15px;
  margin: 2px;
  width: 15px;
  display: inline-block;
}

tr .ajax-progress .throbber {
  margin: 0 2px;
}

.ajax-progress-bar {
  width: 16em;
}

@media (min-width: 980px) {
  .section-cart .page-title {
    margin-left: 70px;
  }
}

.uc-cart-checkout-form {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
}
.uc-cart-checkout-form fieldset {
  margin-bottom: -15px;
}
@media (min-width: 980px) {
  .uc-cart-checkout-form fieldset {
    margin-bottom: 40px;
  }
}
.uc-cart-checkout-form legend {
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 2.6rem;
  font-weight: bold;
}
@media (min-width: 980px) {
  .uc-cart-checkout-form legend {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.uc-cart-checkout-form select {
  max-width: 150px !important;
}
@media (min-width: 768px) {
  .uc-cart-checkout-form select {
    max-width: 100% !important;
  }
}
.uc-cart-checkout-form .form-text {
  max-width: 160px !important;
}
@media (min-width: 768px) {
  .uc-cart-checkout-form .form-text {
    max-width: 100% !important;
  }
}
.uc-cart-checkout-form label, .uc-cart-checkout-form .field-label {
  margin: 0;
  text-align: left !important;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: normal;
  text-transform: none;
}
@media (min-width: 980px) {
  .uc-cart-checkout-form label, .uc-cart-checkout-form .field-label {
    float: left;
    width: 200px;
    margin-right: 10px;
  }
}
@media (min-width: 980px) {
  .uc-cart-checkout-form label.option, .uc-cart-checkout-form .field-label.option {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.uc-cart-checkout-form label .form-text, .uc-cart-checkout-form label select, .uc-cart-checkout-form .field-label .form-text, .uc-cart-checkout-form .field-label select {
  max-width: 100%;
  height: 32px;
}
.uc-cart-checkout-form .form-item {
  margin: 0 0 10px 0;
}
.uc-cart-checkout-form .form-item .description {
  margin-top: 5px;
  font-style: italic;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
}
@media (min-width: 980px) {
  .uc-cart-checkout-form .form-item .description {
    margin-left: 210px;
  }
}
.uc-cart-checkout-form .form-item.form-item-panes-payment-payment-confirm {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
}
@media (min-width: 980px) {
  .uc-cart-checkout-form .form-item.form-item-panes-payment-payment-confirm {
    margin-top: 50px;
    padding-top: 40px;
  }
}
.uc-cart-checkout-form .fieldset-description, .uc-cart-checkout-form .description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #666666;
  margin-bottom: 10px;
}
.uc-cart-checkout-form .uc-store-address-field .form-item label {
  display: block;
  width: auto;
  float: none;
}
@media (min-width: 980px) {
  .uc-cart-checkout-form .uc-store-address-field .form-item label {
    float: left;
    width: 200px;
    margin-right: 10px;
  }
}
.uc-cart-checkout-form #edit-actions {
  padding: 16px 16px 16px 16px;
  background-color: #ededea;
}
.uc-cart-checkout-form #edit-actions:before, .uc-cart-checkout-form #edit-actions:after {
  content: "";
  display: table;
}
.uc-cart-checkout-form #edit-actions:after {
  clear: both;
}
@media (min-width: 980px) {
  .uc-cart-checkout-form #edit-actions {
    padding: 0;
  }
}
.uc-cart-checkout-form #edit-actions .form-submit {
  margin-bottom: 10px;
  float: left;
  clear: both;
}
@media (min-width: 980px) {
  .uc-cart-checkout-form #edit-actions .form-submit {
    clear: none;
    margin-left: 20px;
  }
}
@media (min-width: 980px) {
  .uc-cart-checkout-form #edit-actions {
    margin-top: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 980px) {
  .uc-cart-checkout-form #edit-actions {
    padding: 50px 80px;
    margin-bottom: 70px;
  }
}

#cart-pane {
  padding: 0 16px 0 16px;
}
@media (min-width: 980px) {
  #cart-pane {
    padding: 0;
  }
}
@media (min-width: 980px) {
  #cart-pane {
    padding-left: 80px;
    padding-right: 80px;
  }
}
#cart-pane > legend {
  display: none;
}
#cart-pane table thead, #cart-pane table tbody, #cart-pane table tr, #cart-pane table th, #cart-pane table td {
  margin: 0;
  padding: 0;
  border: 0;
  background: none transparent !important;
  -webkit-box-shadow: black 0 0 0 0;
  -moz-box-shadow: black 0 0 0 0;
  box-shadow: black 0 0 0 0;
}
#cart-pane table tr {
  border-top: 1px solid #333333;
}
#cart-pane table th, #cart-pane table td {
  padding: 15px 5px 15px 0;
  vertical-align: top;
}
#cart-pane table th.qty, #cart-pane table td.qty {
  text-align: left;
  padding-right: 30px;
}
#cart-pane table th.price {
  text-align: right;
}
#cart-pane table .products > a {
  font-weight: bold;
  color: #333333;
}
#cart-pane table .products > a:hover {
  color: #00608d;
}
#cart-pane table .products ul {
  margin: 0;
  padding: 0;
}
#cart-pane table .products ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#customer-pane,
#delivery-pane,
#billing-pane,
#quotes-pane,
#payment-pane,
#comments-pane {
  padding: 16px 16px 16px 16px;
  padding-bottom: 36px;
  background-color: #ededea;
}
@media (min-width: 980px) {
  #customer-pane,
  #delivery-pane,
  #billing-pane,
  #quotes-pane,
  #payment-pane,
  #comments-pane {
    padding: 0;
  }
}
@media (min-width: 980px) {
  #customer-pane,
  #delivery-pane,
  #billing-pane,
  #quotes-pane,
  #payment-pane,
  #comments-pane {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 50px;
  }
  #customer-pane.form-wrapper,
  #delivery-pane.form-wrapper,
  #billing-pane.form-wrapper,
  #quotes-pane.form-wrapper,
  #payment-pane.form-wrapper,
  #comments-pane.form-wrapper {
    padding-top: 30px;
  }
  #customer-pane > legend,
  #delivery-pane > legend,
  #billing-pane > legend,
  #quotes-pane > legend,
  #payment-pane > legend,
  #comments-pane > legend {
    position: relative;
    bottom: -25px;
  }
}
@media (min-width: 980px) and (min-width: 980px) {
  #customer-pane.form-wrapper,
  #delivery-pane.form-wrapper,
  #billing-pane.form-wrapper,
  #quotes-pane.form-wrapper,
  #payment-pane.form-wrapper,
  #comments-pane.form-wrapper {
    padding-top: 90px;
  }
}
@media (min-width: 980px) and (min-width: 980px) {
  #customer-pane > legend,
  #delivery-pane > legend,
  #billing-pane > legend,
  #quotes-pane > legend,
  #payment-pane > legend,
  #comments-pane > legend {
    bottom: -75px;
  }
}

#customer-pane.form-wrapper {
  padding-top: 30px;
}
@media (min-width: 980px) {
  #customer-pane.form-wrapper {
    padding-top: 90px;
  }
}
#customer-pane > legend {
  position: relative;
  bottom: -25px;
}
@media (min-width: 980px) {
  #customer-pane > legend {
    bottom: -75px;
  }
}
#customer-pane .form-wrapper {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 980px) {
  #customer-pane {
    padding-bottom: 40px;
  }
}

#billing-pane .form-text, #billing-pane select {
  max-width: 100%;
  width: 200px;
}
@media (min-width: 980px) {
  #billing-pane .form-text, #billing-pane select {
    width: 280px;
  }
}
#billing-pane select {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  border-color: #bcbcbd;
  border-width: 1px;
}
#billing-pane select.error {
  border-color: #e74c3c;
  border-width: 1px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
#billing-pane .messages {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}

#delivery-pane .form-item-panes-delivery-delivery-street2 label {
  display: none;
}
@media (min-width: 980px) {
  #delivery-pane .form-item-panes-delivery-delivery-street2 label {
    display: block;
  }
}

#quotes-pane .form-submit {
  margin-bottom: 5px;
}
#quotes-pane #quote {
  border: 0;
  padding: 5px 0 0 0;
  margin: 0;
}
#quotes-pane .form-radio {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  -ms-appearance: checkbox;
  -o-appearance: checkbox;
}

.invoice-info {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
}
.js .invoice-info {
  display: none;
}

#line-items-div {
  border: 0;
  float: none;
  margin: 0;
}

#payment-details {
  display: none;
}

#edit-panes-customer-new-account legend {
  margin-bottom: 15px;
}

.address-pane-table td, .address-pane-table th {
  padding-bottom: 10px !important;
}

#edit-panes-billing-address-billing-country {
  width: 280px;
}

.line-item-subtotal {
  display: none;
}

.line-item-total .title {
  padding-left: 0 !important;
}

#edit-panes-payment-payment-method .form-item {
  margin-bottom: 0 !important;
}

#review-instructions {
  margin: 0 16px;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 980px) {
  #review-instructions {
    width: 800px;
    margin: 0 auto;
    padding: 0;
  }
}

.order-review-table {
  margin: 0 16px;
  margin-bottom: 40px;
  border: 0;
  max-width: 100%;
}
@media (min-width: 980px) {
  .order-review-table {
    width: 800px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
.order-review-table td, .order-review-table th, .order-review-table tr, .order-review-table thead, .order-review-table tbody, .order-review-table .pane-title-row, .order-review-table .title-col {
  border: 0;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  text-align: left;
  vertical-align: top;
  word-wrap: break-word;
  padding-left: 0;
}
.order-review-table .pane-title-row {
  border-top: 1px solid #333333;
}
.order-review-table .qty, .order-review-table .products {
  padding-right: 10px;
}
.order-review-table td {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
}
@media (min-width: 980px) {
  .order-review-table td {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
    line-height: 2.6rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .order-review-table td.data-col {
    border: 0;
  }
}
@media (min-width: 980px) {
  .order-review-table th {
    font-size: 1px;
    font-size: 0.1rem;
    line-height: 26px;
    line-height: 2.6rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.order-review-table .pane-title-row td {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 2.6rem;
  padding-bottom: 10px;
}
@media (min-width: 980px) {
  .order-review-table .pane-title-row td {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    line-height: 3.2rem;
  }
}
.order-review-table .row-border-top, .order-review-table .review-button-row {
  border: 0;
}
.order-review-table .review-button-row {
  background-color: transparent;
}
.order-review-table .review-button-row td {
  text-align: left;
}
.order-review-table #edit-back {
  margin-right: 10px;
}
.order-review-table .cart-review {
  width: 100%;
}
.order-review-table td.products {
  width: auto;
}
.order-review-table td.products .product-description {
  max-width: 120px;
  width: auto;
}
@media (min-width: 980px) {
  .order-review-table td.products .product-description {
    max-width: none;
  }
}

.page-cart-checkout-complete .l-content {
  font-family: "Roboto", sans-serif;
}
@media (min-width: 980px) {
  .page-cart-checkout-complete .l-content {
    margin-bottom: 40px;
  }
}
.page-cart-checkout-complete .l-content p {
  margin-left: 16px;
  margin-right: 16px;
}
@media (min-width: 980px) {
  .page-cart-checkout-complete .l-content p {
    margin-left: 80px;
    margin-right: 80px;
  }
}

.order-pane {
  font-family: "Roboto", sans-serif;
  float: none;
  border: 0;
}
@media (min-width: 980px) {
  .order-pane {
    width: 940px;
    margin: 0 auto 20px auto;
  }
}
.order-pane * {
  border: 0;
  background-color: transparent !important;
}
.order-pane td {
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.order-pane .order-pane-table td.product {
  width: auto;
}
.order-pane .line-item-table .li-title,
.order-pane .line-item-table .li-amount {
  text-align: left;
}
.order-pane.abs-left {
  border: 0;
}

#order-pane-print_button {
  border: 0;
  margin-top: 40px;
}

#order-pane-order_comments {
  margin-bottom: 40px;
}

.page-cart-checkout-review .throbber {
  display: none !important;
}

.field-billing_ucxf_title {
  display: none;
}

.view-uc-orders-user {
  margin: 20px 0;
  padding: 16px 16px 16px 16px;
}
@media (min-width: 980px) {
  .view-uc-orders-user {
    padding: 0;
  }
}
.view-uc-orders-user td, .view-uc-orders-user th {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 27px;
  line-height: 2.7rem;
  border-top: 1px solid #dddfe2;
  padding: 2px 18px;
  font-family: "Roboto", sans-serif;
}
.view-uc-orders-user tr.odd td {
  background-color: #f4f7fe;
}
.view-uc-orders-user tr.even td {
  background-color: white;
}
@media (min-width: 980px) {
  .view-uc-orders-user .view-content {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
}

.order-review-table .data-col {
  padding-right: 0;
}

.user-wrapper {
  padding: 16px 16px 16px 16px;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 980px) {
  .user-wrapper {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .user-wrapper {
    width: 940px;
    margin: 40px auto;
  }
}
.user-wrapper h1 {
  margin: 0 0 10px 0;
}
@media (min-width: 980px) {
  .user-wrapper h1 {
    margin: 0 0 30px 0;
  }
}
.user-wrapper .form-text {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 27px;
  line-height: 2.7rem;
}
@media (min-width: 980px) {
  .user-wrapper .form-text {
    line-height: 22px;
    line-height: 2.2rem;
  }
}
.user-wrapper .form-submit {
  height: 33px;
  padding: 0 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.user-wrapper .description {
  display: none;
}
.user-wrapper .form-item {
  margin-bottom: 15px;
}
@media (min-width: 980px) {
  .user-wrapper .form-item {
    margin-bottom: 10px;
  }
}
.user-wrapper label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 37px;
  line-height: 3.7rem;
}
@media (min-width: 980px) {
  .user-wrapper label {
    line-height: 30px;
    line-height: 3rem;
  }
}
#modalContent .user-wrapper {
  width: 100%;
  height: auto;
}
@media (min-width: 980px) {
  #modalContent .user-wrapper {
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.form-item-persistent-login {
  float: right;
  padding-right: 55px;
}

@media (min-width: 980px) {
  .user-form-wrapper {
    max-width: 286px;
  }
}

.user-links {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #b5b5b3;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
@media (min-width: 980px) {
  .user-links {
    padding-top: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem;
  }
}
.user-links a {
  font-weight: bold;
}

#modalContent {
  background-color: #ededea;
}
#modalContent .popups-container {
  padding: 40px;
  background-color: #ededea;
}

.modal-header.popups-title {
  position: absolute;
  top: -24px;
  right: -24px;
}
.modal-header.popups-title .modal-title {
  display: none;
}
.modal-header.popups-title .popups-close {
  width: 48px;
  height: 48px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 48px;
  line-height: 4.8rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background: #ededea url("../images/modal-close.png") center center no-repeat;
}
.modal-header.popups-title .popups-close:hover {
  background: #ededea url("../images/modal-close.png") center center no-repeat;
}

#modal-content {
  max-width: 100%;
  padding: 0;
}
#modal-content h1.page-title {
  display: block !important;
}

#modalContent .page-user-link {
  display: none;
}

.modal-user-link {
  display: none;
}
#modalContent .modal-user-link {
  display: block;
}

.user-profile {
  padding: 16px 16px 16px 16px;
}
@media (min-width: 980px) {
  .user-profile {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .user-profile {
    width: 940px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.user-pass-reset {
  display: block;
  padding: 16px 16px 16px 16px;
}
@media (min-width: 980px) {
  .user-pass-reset {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .user-pass-reset {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
}

.user-login-page .l-page, .user-login-page .l-main {
  background-color: #ededea;
  min-height: 100%;
}
.user-login-page .l-content > form {
  margin: 20px;
  background-color: #ededea;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 980px) {
  .user-login-page .l-content > form {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
    max-width: 440px;
  }
  .user-login-page .l-content > form .user-wrapper {
    width: 100%;
    margin: 0;
  }
}
.user-login-page .l-footer-branding, .user-login-page .l-region--footer-above, .user-login-page .l-footer {
  display: none;
}
@media (min-width: 980px) {
  .user-login-page .l-footer-branding, .user-login-page .l-region--footer-above, .user-login-page .l-footer {
    display: block;
  }
}

.js #modalContent {
  position: fixed !important;
  top: 50% !important;
  margin-top: -210px;
}

#modal-content .form-type-textfield label,
#modal-content .form-type-password label {
  display: none;
}
#modal-content .form-type-textfield label.compact-form-label,
#modal-content .form-type-password label.compact-form-label {
  display: inline;
}
@media (min-width: 980px) {
  #modal-content h1.page-title {
    margin-bottom: 30px !important;
  }
}

.user-pass-reset {
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

#modalBackdrop {
  opacity: 0.6 !important;
  filter: alpha(opacity=600) !important;
}

.js #js-sticky-header {
  display: none;
}

.view-archived-print-editions {
  padding: 0 16px 0 16px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
@media (min-width: 980px) {
  .view-archived-print-editions {
    padding: 0;
  }
}
.view-archived-print-editions .view-content:before, .view-archived-print-editions .view-content:after {
  content: "";
  display: table;
}
.view-archived-print-editions .view-content:after {
  clear: both;
}
.view-archived-print-editions.view-display-id-block_1 {
  margin-bottom: 30px;
}
.view-archived-print-editions.view-display-id-block_1 .views-field-field-image-cache img {
  display: block;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  padding: 0;
  background-color: white;
}
@media (min-width: 980px) {
  .view-archived-print-editions.view-display-id-block_1 .views-field-field-image-cache {
    float: right;
    margin-top: -60px;
    margin-left: 20px;
  }
}
.view-archived-print-editions.view-display-id-block_1 .views-field-nothing-1 {
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666666;
}
.view-archived-print-editions.view-display-id-block_1 .views-field-field-date {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
  margin-bottom: 10px;
}
.view-archived-print-editions.view-display-id-block_1 .views-field-body ul:last-child, .view-archived-print-editions.view-display-id-block_1 .views-field-body ol:last-child, .view-archived-print-editions.view-display-id-block_1 .views-field-body p:last-child {
  margin-bottom: 0;
}
@media (min-width: 980px) {
  .view-archived-print-editions.view-display-id-block_1 {
    border-top: 1px dotted #cccccc;
    background-color: #f1f1f1;
    padding: 0 0 0 30px;
  }
}
.view-archived-print-editions.view-display-id-archived_print_editions_block:before, .view-archived-print-editions.view-display-id-archived_print_editions_block:after {
  content: "";
  display: table;
}
.view-archived-print-editions.view-display-id-archived_print_editions_block:after {
  clear: both;
}
.view-archived-print-editions.view-display-id-archived_print_editions_block .views-field-field-image-cache img {
  width: 120px;
  display: block;
  background-color: white;
  border: 1px solid #cccccc;
}
.view-archived-print-editions.view-display-id-archived_print_editions_block .views-field-field-date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  width: 120px;
  text-align: center;
}
.view-archived-print-editions.view-display-id-archived_print_editions_block .views-row {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .view-archived-print-editions.view-display-id-archived_print_editions_block .views-row {
    margin: 0 14px 20px 14px;
  }
}
@media (min-width: 980px) {
  .view-archived-print-editions.view-display-id-archived_print_editions_block {
    margin-left: -14px;
  }
}

.doc-library {
  margin-left: -14px;
  padding: 0 16px 0 16px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
@media (min-width: 980px) {
  .doc-library {
    padding: 0;
  }
}
.doc-library .views-row {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .doc-library .views-row {
    margin: 0 14px 20px 14px;
  }
}
.doc-library .views-field-field-image-cache img {
  width: 120px;
  display: block;
  background-color: white;
  border: 1px solid #cccccc;
}
.doc-library .views-field-field-date {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  width: 120px;
  text-align: center;
}

@media (min-width: 980px) {
  .view-display-id-hot_topics_landing_block_short {
    margin-top: 40px;
  }
}
