/* line 40, ../main.scss */
body {
  margin: 0;
  padding: 0;
}

/* global social follow bar */
/* line 21, ../_header.scss */
.socialbar {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
/* line 25, ../_header.scss */
.socialbar .socialicon {
  width: 30px;
  height: 30px;
  margin: 0 2px;
}

/* line 32, ../_header.scss */
.info-bar {
  width: 100%;
  background: #444;
  padding: 10px 0;
}
/* line 36, ../_header.scss */
.info-bar .news-alert {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1225px) {
  /* line 36, ../_header.scss */
  .info-bar .news-alert {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 36, ../_header.scss */
  .info-bar .news-alert {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  /* line 36, ../_header.scss */
  .info-bar .news-alert {
    width: 100%;
  }
}
/* line 48, ../_header.scss */
.info-bar .news-alert .news-alert-bar {
  display: table-row;
}
/* line 50, ../_header.scss */
.info-bar .news-alert .news-alert-bar .news-alert-column {
  display: table-cell;
  width: 84%;
  color: #fff;
  padding-left: 30px;
}
@media only screen and (max-width: 1225px) {
  /* line 50, ../_header.scss */
  .info-bar .news-alert .news-alert-bar .news-alert-column {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 50, ../_header.scss */
  .info-bar .news-alert .news-alert-bar .news-alert-column {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 50, ../_header.scss */
  .info-bar .news-alert .news-alert-bar .news-alert-column {
    padding-left: 20px;
  }
}
/* line 64, ../_header.scss */
.info-bar .news-alert .news-alert-bar .news-alert-column h2 {
  margin: 0;
  padding: 0;
  line-height: auto;
  font-size: 24px;
}
@media only screen and (max-width: 1100px) {
  /* line 64, ../_header.scss */
  .info-bar .news-alert .news-alert-bar .news-alert-column h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 64, ../_header.scss */
  .info-bar .news-alert .news-alert-bar .news-alert-column h2 {
    font-size: 18px;
  }
}
/* line 76, ../_header.scss */
.info-bar .news-alert .news-alert-bar .news-alert-column h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1100px) {
  /* line 76, ../_header.scss */
  .info-bar .news-alert .news-alert-bar .news-alert-column h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 76, ../_header.scss */
  .info-bar .news-alert .news-alert-bar .news-alert-column h3 {
    font-size: 18px;
  }
}
/* line 88, ../_header.scss */
.info-bar .news-alert .news-alert-bar .news-alert-column a {
  color: #fff;
  text-decoration: none;
  line-height: 17px;
}
/* line 92, ../_header.scss */
.info-bar .news-alert .news-alert-bar .news-alert-column a:hover {
  text-decoration: underline;
}
/* line 97, ../_header.scss */
.info-bar .news-alert .news-alert-bar .news-column-title {
  width: 16%;
  border-right: 1px solid #222;
  padding-left: 0;
  padding-right: 20px;
}
@media only screen and (max-width: 1225px) {
  /* line 97, ../_header.scss */
  .info-bar .news-alert .news-alert-bar .news-column-title {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  /* line 97, ../_header.scss */
  .info-bar .news-alert .news-alert-bar .news-column-title {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 97, ../_header.scss */
  .info-bar .news-alert .news-alert-bar .news-column-title {
    padding-left: 20px;
  }
}

/* line 117, ../_header.scss */
.header-container {
  z-index: 10000;
}
/* line 119, ../_header.scss */
.header-container header#mainnav {
  background: #fff;
  width: 100%;
  display: table;
  padding: 20px 20px 11px;
}
@media only screen and (max-width: 1100px) {
  /* line 119, ../_header.scss */
  .header-container header#mainnav {
    padding: 20px 0px 11px 20px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 119, ../_header.scss */
  .header-container header#mainnav {
    padding: 10px 0 11px 20px;
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  }
}
@media only screen and (max-width: 600px) {
  /* line 133, ../_header.scss */
  .header-container header#mainnav em {
    display: none;
  }
}
/* line 139, ../_header.scss */
.header-container header#mainnav div.topper {
  display: table-row;
}
/* line 142, ../_header.scss */
.header-container header#mainnav div.topper .headcol {
  display: table-cell;
}
/* line 146, ../_header.scss */
.header-container header#mainnav div.topper .headcol.sponsor {
  width: 200px;
  vertical-align: top;
}
@media (max-width: 800px) {
  /* line 146, ../_header.scss */
  .header-container header#mainnav div.topper .headcol.sponsor {
    display: none;
  }
}
/* line 154, ../_header.scss */
.header-container .sitelogo {
  text-align: center;
  vertical-align: top;
}
@media (max-width: 800px) {
  /* line 154, ../_header.scss */
  .header-container .sitelogo {
    padding-left: 32px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  /* line 154, ../_header.scss */
  .header-container .sitelogo {
    padding: 0 10px 0 32px;
  }
}
/* line 163, ../_header.scss */
.header-container .sitelogo img {
  width: 478px;
  height: auto;
}
@media only screen and (max-width: 800px) {
  /* line 163, ../_header.scss */
  .header-container .sitelogo img {
    width: 350px;
    height: auto;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 163, ../_header.scss */
  .header-container .sitelogo img {
    width: 250px;
    height: auto;
    padding-top: 10px;
  }
}
/* line 179, ../_header.scss */
.header-container .signin {
  vertical-align: top;
  width: 109px;
  text-align: right;
}
@media only screen and (max-width: 1100px) {
  /* line 179, ../_header.scss */
  .header-container .signin {
    width: 109px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 179, ../_header.scss */
  .header-container .signin {
    width: 109px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 179, ../_header.scss */
  .header-container .signin {
    display: none !important;
  }
}
/* line 192, ../_header.scss */
.header-container .signin .signinbox {
  display: table;
  text-align: right;
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Change color of dropdown links on hover */
  /* Change the background color of the dropdown button when the dropdown content is shown */
}
/* line 195, ../_header.scss */
.header-container .signin .signinbox .leftSignin {
  border: 1px solid #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #000;
  color: #fff;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  padding: 3px 10px;
  font-size: 18px;
}
/* line 206, ../_header.scss */
.header-container .signin .signinbox .leftSignin span {
  font-size: 12px;
}
/* line 207, ../_header.scss */
.header-container .signin .signinbox .leftSignin a {
  color: #fff;
}
/* line 209, ../_header.scss */
.header-container .signin .signinbox .leftWelcome {
  border: 1px solid #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #000;
  color: #fff;
  text-align: right;
  display: none;
  vertical-align: middle;
  padding: 3px 10px;
  font-size: 16px;
}
/* line 220, ../_header.scss */
.header-container .signin .signinbox .leftWelcome span {
  font-size: 12px;
}
/* line 221, ../_header.scss */
.header-container .signin .signinbox .leftWelcome a {
  color: #fff;
}
/* line 223, ../_header.scss */
.header-container .signin .signinbox .rightSignin {
  border: 1px solid #000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff;
  color: #000;
  text-align: center;
  display: table-cell;
  padding: 3px 10px;
}
/* line 232, ../_header.scss */
.header-container .signin .signinbox .rightSignin span {
  font-size: 12px;
}
/* line 233, ../_header.scss */
.header-container .signin .signinbox .rightSignin a {
  color: #000;
}
/* line 235, ../_header.scss */
.header-container .signin .signinbox .accountButton {
  border: 1px solid #000;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff;
  color: #000;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  padding: 3px 10px;
}
/* line 245, ../_header.scss */
.header-container .signin .signinbox .accountButton .signintext {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
/* line 251, ../_header.scss */
.header-container .signin .signinbox .accountButton .dropdown-content a {
  color: #fff;
  font-size: 16px;
}
/* line 257, ../_header.scss */
.header-container .signin .signinbox .dropdownmenu {
  position: relative;
  display: inline-block;
}
/* line 263, ../_header.scss */
.header-container .signin .signinbox .dropdown-content {
  display: none;
  position: absolute;
  right: 0px;
  background-color: #000;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 750000;
  border-radius: 5px;
  border: 1px solid #fff;
  text-align: right;
}
/* line 277, ../_header.scss */
.header-container .signin .signinbox .dropdown-content a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 18px;
  font-weight: bold;
}
/* line 287, ../_header.scss */
.header-container .signin .signinbox .dropdown-content a:hover {
  background-color: #a9091f;
  color: #fff;
}
/* line 293, ../_header.scss */
.header-container .signin .signinbox .dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
/* line 297, ../_header.scss */
.header-container #cssmenu {
  height: 40px;
  width: 100%;
  line-height: normal;
  text-align: center;
  background-color: #a9091f;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  vertical-align: middle;
}
@media (max-width: 800px) {
  /* line 297, ../_header.scss */
  .header-container #cssmenu {
    height: 110vh;
    margin-top: -200vh;
    background: #a9091f;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
/* line 317, ../_header.scss */
.header-container #cssmenu ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 800px) {
  /* line 317, ../_header.scss */
  .header-container #cssmenu ul {
    padding: 50px 20px;
  }
}
/* line 324, ../_header.scss */
.header-container #cssmenu ul li {
  margin: 0 0 0 15px;
  padding: 0;
  position: relative;
  display: inline-block;
  font-family: "Signika",Helmet,Freesans,sans-serif;
}
@media (max-width: 800px) {
  /* line 324, ../_header.scss */
  .header-container #cssmenu ul li {
    margin: auto;
    display: block;
    text-align: left;
    border-bottom: 1px solid #7d1624;
    margin: 0;
  }
}
/* line 338, ../_header.scss */
.header-container #cssmenu ul li a {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding: 15px 5px;
}
@media (max-width: 800px) {
  /* line 338, ../_header.scss */
  .header-container #cssmenu ul li a {
    color: #ececec;
  }
}
/* line 346, ../_header.scss */
.header-container #cssmenu ul li a:hover {
  color: #fafafa;
}
/* line 352, ../_header.scss */
.header-container #cssmenu ul li.has-sub a:after {
  content: "\20";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* line 364, ../_header.scss */
.header-container #cssmenu ul li ul {
  opacity: 0;
  visibility: hidden;
  padding: 7px 0;
  background-color: #fff;
  text-align: left;
  position: absolute;
  z-index: 10000;
  width: 180px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
@media (max-width: 800px) {
  /* line 364, ../_header.scss */
  .header-container #cssmenu ul li ul {
    margin: auto;
    height: 0;
    padding: 0;
    width: 100%;
    background: none;
    color: #eee;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
  }
}
/* line 389, ../_header.scss */
.header-container #cssmenu ul li ul a {
  line-height: 20px;
}
@media (max-width: 800px) {
  /* line 394, ../_header.scss */
  .header-container #cssmenu ul li ul li {
    border-bottom: 0;
    padding-left: 20px;
  }
  /* line 398, ../_header.scss */
  .header-container #cssmenu ul li ul li:last-child {
    padding-bottom: 10px;
  }
}
/* line 400, ../_header.scss */
.header-container #cssmenu ul li ul li.has-sub a:after {
  content: "" !important;
  border: 0 !important;
}
/* line 407, ../_header.scss */
.header-container #cssmenu ul li#nav_root_subscribe {
  display: none;
}
/* line 408, ../_header.scss */
.header-container #cssmenu ul li#nav_root_signin {
  display: none;
}
/* line 412, ../_header.scss */
.header-container #cssmenu a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
/* line 418, ../_header.scss */
.header-container #cssmenu .has_arrow:after {
  content: "\20";
  margin-left: 2px;
  border-top: 6px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  display: inline-block;
  position: relative;
  vertical-align: top;
  top: 16px;
}
@media (max-width: 800px) {
  /* line 418, ../_header.scss */
  .header-container #cssmenu .has_arrow:after {
    content: "\002b";
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-color: #ececec;
    border: none;
    border-radius: 100%;
    color: #222;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    top: 9px;
  }
}
/* line 445, ../_header.scss */
.header-container #cssmenu > ul ul > li {
  position: relative;
  display: block;
  margin: 0;
}
/* line 451, ../_header.scss */
.header-container #cssmenu ul ul a {
  color: #262626;
  font-size: 13px;
  background-color: #fff;
  padding: 4px 12px;
  display: block;
  -webkit-transition: background-color .1s;
  -moz-transition: background-color .1s;
  -o-transition: background-color .1s;
  transition: background-color .1s;
}
@media (max-width: 800px) {
  /* line 451, ../_header.scss */
  .header-container #cssmenu ul ul a {
    padding: 0;
    background: none;
    color: #eee;
    line-height: 2;
  }
}
/* line 467, ../_header.scss */
.header-container #cssmenu ul ul a:hover {
  background: #a9091f;
  color: #ccc;
}
@media (max-width: 800px) {
  /* line 467, ../_header.scss */
  .header-container #cssmenu ul ul a:hover {
    background: none;
    color: #ccc;
    text-decoration: underline;
  }
}
/* line 478, ../_header.scss */
.header-container #cssmenu ul > li:hover > ul {
  height: auto;
  opacity: 1;
  top: 41px;
  visibility: visible;
}
@media (max-width: 800px) {
  /* line 478, ../_header.scss */
  .header-container #cssmenu ul > li:hover > ul {
    top: inherit;
  }
}

/* Sticky Nav */
/* line 488, ../_header.scss */
.header-container.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #a9091f;
  border-bottom: 1px solid #a9091f;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
}
/* line 497, ../_header.scss */
.header-container.sticky .wrapcontainer {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 502, ../_header.scss */
.header-container.sticky header#mainnav {
  margin: auto;
  padding: 0;
  position: relative;
}
/* line 507, ../_header.scss */
.header-container.sticky header#mainnav div.topper .headcol.sitelogo {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
}
/* line 513, ../_header.scss */
.header-container.sticky header#mainnav div.topper .headcol.sitelogo img {
  width: 40px;
  height: auto;
  margin-top: 1px;
}
@media (max-width: 1225px) {
  /* line 513, ../_header.scss */
  .header-container.sticky header#mainnav div.topper .headcol.sitelogo img {
    margin-left: 20px;
  }
}
/* line 519, ../_header.scss */
.header-container.sticky header#mainnav div.topper .headcol.sitelogo em {
  display: none;
}
/* line 520, ../_header.scss */
.header-container.sticky header#mainnav div.topper .headcol.sitelogo .whitelogo {
  display: inline-block !important;
}
/* line 521, ../_header.scss */
.header-container.sticky header#mainnav div.topper .headcol.sitelogo .blacklogo {
  display: none;
}
/* line 524, ../_header.scss */
.header-container.sticky header#mainnav div.topper .headcol.signin,
.header-container.sticky header#mainnav div.topper .headcol.sponsor {
  display: none;
}
/* line 530, ../_header.scss */
.header-container.sticky #cssmenu {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
}
/* line 532, ../_header.scss */
.header-container.sticky #cssmenu ul {
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  /* line 536, ../_header.scss */
  .header-container.sticky #cssmenu ul li {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 1050px) {
  /* line 539, ../_header.scss */
  .header-container.sticky #cssmenu ul li a {
    padding: 15px 3px;
    font-size: 15px;
  }
}
/* line 544, ../_header.scss */
.header-container.sticky #cssmenu ul li a:hover {
  color: #fff;
}
/* line 546, ../_header.scss */
.header-container.sticky #cssmenu ul li ul {
  text-align: left;
  padding-right: 0;
}
/* line 551, ../_header.scss */
.header-container.sticky #cssmenu ul li#nav_root_advertise {
  display: none;
}
/* line 552, ../_header.scss */
.header-container.sticky #cssmenu ul li#nav_root_subscribe {
  display: inline-block;
  min-height: 41px;
  padding: 0px 20px 0px 10px;
  background: #000;
}
/* line 557, ../_header.scss */
.header-container.sticky #cssmenu ul li#nav_root_subscribe a {
  background: #000;
  padding: 15px 5px 9px 0px;
  margin: 0;
}
/* line 562, ../_header.scss */
.header-container.sticky #cssmenu ul li#nav_root_subscribe a:after {
  border: 0;
}
/* line 566, ../_header.scss */
.header-container.sticky #cssmenu ul li#nav_root_signin {
  display: inline-block;
  margin: 0 0 0 -20px;
  background: #fff;
  min-height: 41px;
}
/* line 571, ../_header.scss */
.header-container.sticky #cssmenu ul li#nav_root_signin a {
  background: #fff;
  color: #000;
  padding: 15px 5px 9px 5px;
}
/* line 576, ../_header.scss */
.header-container.sticky #cssmenu ul li#nav_root_signin a:after {
  border: 0;
}
/* line 580, ../_header.scss */
.header-container.sticky #cssmenu ul li.social {
  display: none;
}
/* line 583, ../_header.scss */
.header-container.sticky .topics {
  display: none;
}
/* line 584, ../_header.scss */
.header-container.sticky .info-bar {
  display: none;
}

/* trending topics */
/* line 589, ../_header.scss */
.topics {
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  margin-top: 12px;
}
/* line 595, ../_header.scss */
.topics div {
  padding: 0 5px;
  border-left: 1px solid #000;
  display: inline;
}
/* line 598, ../_header.scss */
.topics div:first-of-type {
  border-left: 0;
}
/* line 601, ../_header.scss */
.topics div a {
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
}
/* line 608, ../_header.scss */
.topics .noborder {
  border-left: 0;
}

/* sticky navbar */
/* line 612, ../_header.scss */
#stickyNav {
  background-color: #fff;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7900;
  display: table;
  display: none;
  width: 100%;
}
/* line 624, ../_header.scss */
#stickyNav .header-wrapper {
  margin: auto;
  width: 1200px;
  position: relative;
}
/* line 629, ../_header.scss */
#stickyNav .header-wrapper .site-header-logo {
  display: table-cell !important;
  vertical-align: middle;
}
/* line 633, ../_header.scss */
#stickyNav .header-wrapper .site-header-logo img {
  width: 200px !important;
  height: auto;
}
/* line 639, ../_header.scss */
#stickyNav .header-wrapper #cssmenu {
  display: none;
  width: 950px;
  padding-left: 50px;
  box-shadow: 0px 0px 0px transparent;
  background: #fff !important;
}
/* line 648, ../_header.scss */
#stickyNav .header-wrapper #cssmenu > ul {
  text-align: left !important;
}

/* line 655, ../_header.scss */
.slide_menu {
  display: none !important;
}
@media (max-width: 1500px) {
  /* line 655, ../_header.scss */
  .slide_menu {
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    background-color: #ccc;
    height: 100%;
    z-index: 5000001;
    overflow: hidden;
    width: 340px;
  }
  /* line 668, ../_header.scss */
  .slide_menu ul {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  /* line 676, ../_header.scss */
  .slide_menu ul li {
    line-height: 40px;
    min-height: 50px;
    position: relative;
    color: #000;
    font-size: 20px;
  }
  /* line 683, ../_header.scss */
  .slide_menu ul li a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    display: block;
    padding: 0 0 0 20px;
  }
  /* line 691, ../_header.scss */
  .slide_menu ul li .has_arrow:after {
    display: inline-block;
    content: "\20";
    border-top: 6px solid #000;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    right: 18px;
    position: absolute;
    top: 17px;
  }
  /* line 702, ../_header.scss */
  .slide_menu ul li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
    background: #fff;
    color: #262626;
    font-size: 13px;
    background-color: #fff;
    padding: 5px 8px 7px 16px;
  }
  /* line 713, ../_header.scss */
  .slide_menu ul li ul li {
    line-height: 30px;
    min-height: 30px;
  }
  /* line 717, ../_header.scss */
  .slide_menu ul li ul li a {
    color: #262626;
    font-size: 13px;
  }
}

/* line 729, ../_header.scss */
#mobileMenuButton {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  left: 15px;
  display: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 999;
}
@media (max-width: 800px) {
  /* line 729, ../_header.scss */
  #mobileMenuButton {
    display: block;
  }
}
/* line 748, ../_header.scss */
#mobileMenuButton span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* line 768, ../_header.scss */
#mobileMenuButton span:nth-child(1) {
  top: 0px;
}

/* line 772, ../_header.scss */
#mobileMenuButton span:nth-child(2), #mobileMenuButton span:nth-child(3) {
  top: 9px;
}

/* line 776, ../_header.scss */
#mobileMenuButton span:nth-child(4) {
  top: 18px;
}

/* line 780, ../_header.scss */
#mobileMenuButton.open {
  position: fixed;
}
/* line 783, ../_header.scss */
#mobileMenuButton.open span {
  background-color: #ececec;
}

/* line 786, ../_header.scss */
#mobileMenuButton.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

/* line 792, ../_header.scss */
#mobileMenuButton.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 799, ../_header.scss */
#mobileMenuButton.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 806, ../_header.scss */
#mobileMenuButton.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

/* line 812, ../_header.scss */
.piano-fixed-footer-one {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* line 820, ../_header.scss */
.piano-fixed-footer-two {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* line 828, ../_header.scss */
.piano-register-container {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1257px) {
  /* line 834, ../_header.scss */
  body.flatpage aside#secondary {
    display: none;
  }
}

/* line 18, ../pages/homepage.scss */
.homecontainer {
  max-width: 1225px;
  margin: 0 auto;
}
/* line 21, ../pages/homepage.scss */
.homecontainer .homewrapper {
  display: table;
  width: 100%;
  margin: 20px 0;
}
@media only screen and (max-width: 800px) {
  /* line 21, ../pages/homepage.scss */
  .homecontainer .homewrapper {
    display: inline-block;
  }
}
/* line 28, ../pages/homepage.scss */
.homecontainer .homewrapper .homeholding {
  display: table-row;
}
@media only screen and (max-width: 800px) {
  /* line 28, ../pages/homepage.scss */
  .homecontainer .homewrapper .homeholding {
    display: inline-block;
  }
}
/* line 33, ../pages/homepage.scss */
.homecontainer .homewrapper .homeholding .homecolumns {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 800px) {
  /* line 33, ../pages/homepage.scss */
  .homecontainer .homewrapper .homeholding .homecolumns {
    display: inline-block;
  }
}
/* line 40, ../pages/homepage.scss */
.homecontainer .homewrapper .homeholding .leftcolumn {
  width: 320px;
  padding-right: 16px;
}
@media only screen and (max-width: 1024px) {
  /* line 40, ../pages/homepage.scss */
  .homecontainer .homewrapper .homeholding .leftcolumn {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 40, ../pages/homepage.scss */
  .homecontainer .homewrapper .homeholding .leftcolumn {
    padding-left: 16px;
    padding-right: 16px;
    display: inline-block;
  }
}
/* line 53, ../pages/homepage.scss */
.homecontainer .homewrapper .homeholding .centercolumn {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 0 16px;
}
@media only screen and (max-width: 1024px) {
  /* line 53, ../pages/homepage.scss */
  .homecontainer .homewrapper .homeholding .centercolumn {
    width: 370px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 53, ../pages/homepage.scss */
  .homecontainer .homewrapper .homeholding .centercolumn {
    border-left: 0;
    display: inline-block;
    width: 445px;
  }
}
/* line 66, ../pages/homepage.scss */
.homecontainer .homewrapper .homeholding .rightcolumn {
  width: 320px;
  padding-left: 16px;
}
@media only screen and (max-width: 1024px) {
  /* line 66, ../pages/homepage.scss */
  .homecontainer .homewrapper .homeholding .rightcolumn {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media only screen and (max-width: 800px) {
  /* line 66, ../pages/homepage.scss */
  .homecontainer .homewrapper .homeholding .rightcolumn {
    width: 100%;
    clear: both;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* line 82, ../pages/homepage.scss */
.homecontainer .homewrapper .homeholding .rightcolumn aside section.block.our-voices article {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 12px;
}
/* line 85, ../pages/homepage.scss */
.homecontainer .homewrapper .homeholding .rightcolumn aside section.block.our-voices article .article-headline {
  color: #a9091f;
  font-size: 18px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 8px;
  margin-left: 100px;
}
/* line 92, ../pages/homepage.scss */
.homecontainer .homewrapper .homeholding .rightcolumn aside section.block.our-voices article p {
  font-weight: bold;
  margin: 0;
}
/* line 96, ../pages/homepage.scss */
.homecontainer .homewrapper .homeholding .rightcolumn aside section.block.our-voices article:last-child {
  border-bottom: none;
}

/* line 105, ../pages/homepage.scss */
.news-section {
  width: 100% !important;
}
/* line 107, ../pages/homepage.scss */
.news-section:nth-child(odd) {
  float: none !important;
}

@media only screen and (max-width: 1024px) {
  /* line 112, ../pages/homepage.scss */
  section#content .block-title {
    left: 0;
  }
}
@media only screen and (max-width: 800px) {
  /* line 112, ../pages/homepage.scss */
  section#content .block-title {
    left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 122, ../pages/homepage.scss */
  section#content section article.lead-story {
    float: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  /* line 129, ../pages/homepage.scss */
  .top-news .lead-story {
    width: 100%;
  }
}

/* line 21, ../pages/subscriber.scss */
.offer-header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #a9091f;
  padding: 20px 0;
}
@media only screen and (max-width: 500px) {
  /* line 27, ../pages/subscriber.scss */
  .offer-header img {
    width: 90%;
  }
}
/* line 32, ../pages/subscriber.scss */
.offer-header p {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 7px;
}

/* line 41, ../pages/subscriber.scss */
.offer-container {
  margin: 0 auto;
  max-width: 1100px;
}
@media only screen and (max-width: 800px) {
  /* line 41, ../pages/subscriber.scss */
  .offer-container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 41, ../pages/subscriber.scss */
  .offer-container {
    max-width: 100%;
    padding: 0 15px;
  }
}
/* line 53, ../pages/subscriber.scss */
.offer-container h2 {
  text-align: center;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 45px;
  margin-top: 70px;
}
/* line 59, ../pages/subscriber.scss */
.offer-container p.infobox {
  text-align: center;
  font-size: 22px;
  margin-top: 35px;
  margin-bottom: 100px;
}
/* line 65, ../pages/subscriber.scss */
.offer-container .offerwrap {
  display: table;
  width: 100%;
  clear: both;
}
@media only screen and (max-width: 500px) {
  /* line 65, ../pages/subscriber.scss */
  .offer-container .offerwrap {
    display: inline-block;
  }
}
/* line 72, ../pages/subscriber.scss */
.offer-container .offerwrap .offers {
  display: table-row;
}
@media only screen and (max-width: 500px) {
  /* line 72, ../pages/subscriber.scss */
  .offer-container .offerwrap .offers {
    display: inline-block;
  }
}
/* line 77, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item {
  display: table-cell;
  width: 33%;
  vertical-align: top;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  /* line 77, ../pages/subscriber.scss */
  .offer-container .offerwrap .offers .offer-item {
    width: 100%;
    display: inline-block;
  }
}
/* line 86, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item span {
  background: #164a6e;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 25px;
  font-size: 10px;
  position: relative;
  margin-left: 0;
  margin-top: -10px;
}
/* line 96, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-element {
  border: 1px solid #ccc;
  margin: 0 20px;
  padding: 20px 30px;
  width: 340px;
  -webkit-box-shadow: 0px 0px 29px -6px #757575;
  -moz-box-shadow: 0px 0px 29px -6px #757575;
  box-shadow: 0px 0px 29px -6px #757575;
}
@media only screen and (max-width: 800px) {
  /* line 96, ../pages/subscriber.scss */
  .offer-container .offerwrap .offers .offer-item .offer-element {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  /* line 96, ../pages/subscriber.scss */
  .offer-container .offerwrap .offers .offer-item .offer-element {
    width: 100%;
    margin: 0;
  }
}
/* line 112, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-element button {
  background: #a9091f;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px 0;
}
/* line 119, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-element button:hover {
  background: #000;
}
/* line 121, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-element h3 {
  color: #a9091f;
  font-size: 26px;
  font-weight: normal;
}
@media only screen and (max-width: 800px) {
  /* line 121, ../pages/subscriber.scss */
  .offer-container .offerwrap .offers .offer-item .offer-element h3 {
    font-size: 19px;
  }
}
/* line 129, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-element hr {
  border: 0;
  border-bottom: 2px solid #164a6e;
  width: 80%;
}
/* line 134, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-element p.note {
  margin: 0 !important;
  padding-top: 0;
  color: #000;
  font-size: 14px;
}
/* line 139, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-element p.note a {
  color: #000;
  text-decoration: underline;
}
/* line 144, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-element p.offer {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  height: 7px;
  font-size: 13px;
}
@media only screen and (max-width: 800px) {
  /* line 144, ../pages/subscriber.scss */
  .offer-container .offerwrap .offers .offer-item .offer-element p.offer {
    height: 25px;
  }
}
/* line 154, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-element p.desc {
  height: 75px;
}
@media only screen and (max-width: 800px) {
  /* line 154, ../pages/subscriber.scss */
  .offer-container .offerwrap .offers .offer-item .offer-element p.desc {
    height: 110px;
  }
}
/* line 161, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-element.first {
  margin-left: 0;
}
/* line 162, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-element.last {
  margin-right: 0;
}
/* line 163, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-text-item {
  display: table-cell;
  width: 33%;
  vertical-align: top;
}
@media only screen and (max-width: 800px) {
  /* line 163, ../pages/subscriber.scss */
  .offer-container .offerwrap .offers .offer-item .offer-text-item {
    width: 33%;
  }
}
@media only screen and (max-width: 500px) {
  /* line 163, ../pages/subscriber.scss */
  .offer-container .offerwrap .offers .offer-item .offer-text-item {
    width: 100%;
  }
}
/* line 173, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-text-item ul {
  margin: 0;
  padding: 0;
}
/* line 176, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-text-item ul li {
  list-style-type: none;
  clear: both;
  padding-bottom: 8px;
  text-align: left;
}
/* line 181, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-text-item ul li span {
  float: left;
  padding: 0;
  padding-bottom: 10px;
  padding-right: 8px;
  color: #a9091f;
  margin-top: 0;
  background: transparent;
  font-size: 13px;
  position: static;
}
@media only screen and (max-width: 800px) {
  /* line 181, ../pages/subscriber.scss */
  .offer-container .offerwrap .offers .offer-item .offer-text-item ul li span {
    padding-bottom: 22px;
  }
}
/* line 195, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-text-item ul li span.label {
  float: none;
  background: #164a6e;
  color: #fff;
  padding: 1px 3px !important;
  margin-left: 5px;
}
/* line 204, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-text-item ul li.longer span {
  padding-bottom: 45px;
}
/* line 209, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-text-item .offer-text-element {
  margin: 0 20px;
  font-size: 13px;
  line-height: 21px;
  width: 340px;
}
@media only screen and (max-width: 800px) {
  /* line 209, ../pages/subscriber.scss */
  .offer-container .offerwrap .offers .offer-item .offer-text-item .offer-text-element {
    width: 250px;
    margin: 0;
    margin-bottom: 60px;
    clear: both;
  }
}
@media only screen and (max-width: 500px) {
  /* line 209, ../pages/subscriber.scss */
  .offer-container .offerwrap .offers .offer-item .offer-text-item .offer-text-element {
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
    clear: both;
  }
}
/* line 226, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-text-item .offer-text-element p {
  text-align: center;
  font-weight: bold;
  color: #a9091f;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 60px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  /* line 226, ../pages/subscriber.scss */
  .offer-container .offerwrap .offers .offer-item .offer-text-item .offer-text-element p {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 226, ../pages/subscriber.scss */
  .offer-container .offerwrap .offers .offer-item .offer-text-item .offer-text-element p {
    margin-top: 25px;
  }
}
/* line 243, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-text-item .offer-text-element.first {
  margin-left: 0;
}
/* line 244, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item .offer-text-item .offer-text-element.last {
  margin-right: 0;
}
/* line 247, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item.first {
  padding-top: 20px;
}
/* line 248, ../pages/subscriber.scss */
.offer-container .offerwrap .offers .offer-item.last {
  padding-top: 20px;
}
/* line 250, ../pages/subscriber.scss */
.offer-container .offerwrap .offer-text {
  display: table-row;
}
/* line 254, ../pages/subscriber.scss */
.offer-container .subscriber-feedback {
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
}
@media only screen and (max-width: 800px) {
  /* line 254, ../pages/subscriber.scss */
  .offer-container .subscriber-feedback {
    width: 90%;
  }
}
@media only screen and (max-width: 500px) {
  /* line 254, ../pages/subscriber.scss */
  .offer-container .subscriber-feedback {
    width: 90%;
  }
}
/* line 264, ../pages/subscriber.scss */
.offer-container .subscriber-feedback h3 {
  color: #a9091f;
  font-weight: normal;
  text-align: center;
  margin-top: 40px;
}
/* line 270, ../pages/subscriber.scss */
.offer-container .subscriber-feedback h4 {
  text-align: center;
  margin-top: 40px;
  font-weight: normal;
  margin-bottom: 40px;
}
/* line 276, ../pages/subscriber.scss */
.offer-container .subscriber-feedback hr {
  border: 0;
  border-bottom: 2px solid #164a6e;
}
/* line 280, ../pages/subscriber.scss */
.offer-container .subscriber-feedback .testimonial {
  display: table;
  margin: 40px 0;
}
@media only screen and (max-width: 800px) {
  /* line 280, ../pages/subscriber.scss */
  .offer-container .subscriber-feedback .testimonial {
    display: inline-block;
  }
}
@media only screen and (max-width: 500px) {
  /* line 280, ../pages/subscriber.scss */
  .offer-container .subscriber-feedback .testimonial {
    display: inline-block;
  }
}
/* line 289, ../pages/subscriber.scss */
.offer-container .subscriber-feedback .testimonial .reader {
  display: table-row;
}
@media only screen and (max-width: 500px) {
  /* line 289, ../pages/subscriber.scss */
  .offer-container .subscriber-feedback .testimonial .reader {
    display: inline-block;
  }
}
/* line 294, ../pages/subscriber.scss */
.offer-container .subscriber-feedback .testimonial .reader .reader-info {
  display: table-cell;
  width: 33%;
  color: #164a6e;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  /* line 294, ../pages/subscriber.scss */
  .offer-container .subscriber-feedback .testimonial .reader .reader-info {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
  }
}
/* line 306, ../pages/subscriber.scss */
.offer-container .subscriber-feedback .testimonial .reader .reader-info hr {
  width: 10%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #164a6e;
}
/* line 312, ../pages/subscriber.scss */
.offer-container .subscriber-feedback .testimonial .reader .reader-info p {
  color: #164a6e;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
/* line 321, ../pages/subscriber.scss */
.offer-container .subscriber-feedback .other-offer-element {
  border: 1px solid #ccc;
  padding: 40px 30px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 29px -6px #757575;
  -moz-box-shadow: 0px 0px 29px -6px #757575;
  box-shadow: 0px 0px 29px -6px #757575;
}
/* line 328, ../pages/subscriber.scss */
.offer-container .subscriber-feedback .other-offer-element button {
  background: #a9091f;
  color: #fff;
  border: 0;
  margin-bottom: 10px;
  width: 60%;
  padding: 10px 0;
}
/* line 335, ../pages/subscriber.scss */
.offer-container .subscriber-feedback .other-offer-element button:hover {
  background: #000;
}
/* line 337, ../pages/subscriber.scss */
.offer-container .subscriber-feedback .other-offer-element h3 {
  color: #a9091f;
  font-size: 26px;
  font-weight: normal;
  margin-top: 0;
}
/* line 343, ../pages/subscriber.scss */
.offer-container .subscriber-feedback .other-offer-element p.note {
  margin: 0 !important;
  padding-top: 20px;
  color: #000;
  font-size: 14px;
}
/* line 348, ../pages/subscriber.scss */
.offer-container .subscriber-feedback .other-offer-element p.note a {
  color: #a9091f;
  text-decoration: underline;
}
/* line 353, ../pages/subscriber.scss */
.offer-container .subscriber-feedback .other-offer-element p.offer {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  height: 7px;
  font-size: 13px;
}
/* line 360, ../pages/subscriber.scss */
.offer-container .subscriber-feedback .other-offer-element p.desc {
  height: 75px;
}
/* line 363, ../pages/subscriber.scss */
.offer-container .subscriber-feedback .other-offer-element .other-offer-wrap {
  width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 500px) {
  /* line 363, ../pages/subscriber.scss */
  .offer-container .subscriber-feedback .other-offer-element .other-offer-wrap {
    width: 100%;
  }
}

/* line 374, ../pages/subscriber.scss */
.piano-container {
  clear: both;
  margin: 0 auto;
  max-width: 1022px;
  width: 100%;
}

/* line 381, ../pages/subscriber.scss */
.more-piano-container {
  clear: both;
  margin: 0 auto;
  max-width: 680px;
}

/* page: /subscribe/ */
/* line 388, ../pages/subscriber.scss */
img.subscriber-banner {
  width: 100%;
  height: auto;
}

/* line 393, ../pages/subscriber.scss */
.print-subscriber-tool {
  max-width: 1175px;
  margin: 0 auto;
}
/* line 396, ../pages/subscriber.scss */
.print-subscriber-tool h2 {
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 20px;
}
/* line 402, ../pages/subscriber.scss */
.print-subscriber-tool .tablewrap {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 500px) {
  /* line 402, ../pages/subscriber.scss */
  .print-subscriber-tool .tablewrap {
    display: inline-block;
  }
}
/* line 408, ../pages/subscriber.scss */
.print-subscriber-tool .tablewrap .tablerow {
  display: table-row;
}
@media only screen and (max-width: 500px) {
  /* line 408, ../pages/subscriber.scss */
  .print-subscriber-tool .tablewrap .tablerow {
    display: inline-block;
  }
}
/* line 413, ../pages/subscriber.scss */
.print-subscriber-tool .tablewrap .tablerow .tablecell {
  display: table-cell;
  width: 49%;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  /* line 413, ../pages/subscriber.scss */
  .print-subscriber-tool .tablewrap .tablerow .tablecell {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 422, ../pages/subscriber.scss */
.print-subscriber-tool .tablewrap .tablerow .tablecell span.labelitem {
  text-align: center;
  background: #003768;
  color: #fff;
  padding: 3px 6px;
  text-transform: uppercase;
}
/* line 429, ../pages/subscriber.scss */
.print-subscriber-tool .tablewrap .tablerow .tablecell .offerbox {
  border: 2px solid #003768;
  margin: 0 10px;
  text-align: center;
  padding: 5px 15px;
}
/* line 434, ../pages/subscriber.scss */
.print-subscriber-tool .tablewrap .tablerow .tablecell .offerbox h3 {
  font-size: 22px;
  font-weight: bold;
  color: #a9091f;
}
/* line 439, ../pages/subscriber.scss */
.print-subscriber-tool .tablewrap .tablerow .tablecell .offerbox p {
  font-size: 15px;
  line-height: 24px;
}
/* line 445, ../pages/subscriber.scss */
.print-subscriber-tool .tablewrap .tablerow .threecol {
  width: 32%;
}
@media only screen and (max-width: 500px) {
  /* line 445, ../pages/subscriber.scss */
  .print-subscriber-tool .tablewrap .tablerow .threecol {
    width: 100%;
  }
}
/* line 453, ../pages/subscriber.scss */
.print-subscriber-tool .ordertext {
  color: #003768;
  font-size: 22px;
}
/* line 457, ../pages/subscriber.scss */
.print-subscriber-tool p.currentsubscriber {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* line 462, ../pages/subscriber.scss */
.print-subscriber-tool button.redbutton {
  background: #a9091f;
  color: #fff;
  padding: 7px 20px;
  text-align: center;
  border: 0;
  font-size: 20px;
  width: 140px;
}
/* line 470, ../pages/subscriber.scss */
.print-subscriber-tool button.redbutton:hover {
  background: #000;
}
/* line 473, ../pages/subscriber.scss */
.print-subscriber-tool button.redbutton a {
  color: #fff;
}

/* line 22, ../pages/faqs.scss */
.faq-main-content {
  max-width: 1000px;
  margin: 50px auto;
}
@media (max-width: 600px) {
  /* line 22, ../pages/faqs.scss */
  .faq-main-content {
    margin: 50px 20px;
  }
}

/* line 30, ../pages/faqs.scss */
.faq,
.tall {
  height: 54px;
  margin: 0 auto 15px 0;
  padding: 13px 20px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  text-align: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-left: 10px solid #a9091f;
}
@media (max-width: 500px) {
  /* line 30, ../pages/faqs.scss */
  .faq,
  .tall {
    height: auto;
    padding: 13px 20px;
  }
}
/* line 47, ../pages/faqs.scss */
.faq h3,
.tall h3 {
  margin: 0;
  color: #000;
  font-weight: 300;
  font-size: 1.6em;
}
@media (max-width: 600px) {
  /* line 47, ../pages/faqs.scss */
  .faq h3,
  .tall h3 {
    font-size: 1.4em;
  }
}
/* line 57, ../pages/faqs.scss */
.faq i.fa-plus,
.tall i.fa-plus {
  color: #000;
  font-size: 2em;
  font-weight: lighter;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-text-stroke: 4px #fff;
}
@media (max-width: 800px) {
  /* line 57, ../pages/faqs.scss */
  .faq i.fa-plus,
  .tall i.fa-plus {
    display: none;
  }
}
/* line 68, ../pages/faqs.scss */
.faq p,
.tall p {
  margin: 20px 0 0;
}
@media (max-width: 600px) {
  /* line 68, ../pages/faqs.scss */
  .faq p,
  .tall p {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1.4;
  }
}

/* line 78, ../pages/faqs.scss */
.tall {
  height: 81px;
}

/* line 82, ../pages/faqs.scss */
.faqcontain {
  display: table;
  width: 100%;
}
/* line 85, ../pages/faqs.scss */
.faqcontain .faq-row {
  display: block;
}
/* line 87, ../pages/faqs.scss */
.faqcontain .faq-row .faq-box {
  display: inline-block;
  vertical-align: middle;
  width: 298px;
  text-align: center;
  margin: 0 100px 30px;
  height: 150px;
  border: 2px solid #ccc;
  background: #f2f2f2;
}
@media (max-width: 600px) {
  /* line 87, ../pages/faqs.scss */
  .faqcontain .faq-row .faq-box {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    display: block;
  }
}
/* line 102, ../pages/faqs.scss */
.faqcontain .faq-row .faq-box .faq-wrap {
  line-height: 150px;
}
/* line 104, ../pages/faqs.scss */
.faqcontain .faq-row .faq-box .faq-wrap a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

/* line 114, ../pages/faqs.scss */
.faq-heading {
  background: #a90e1a;
  text-align: center;
  padding: 20px;
  color: #fff;
  border-top: 1px solid #fff;
}
/* line 120, ../pages/faqs.scss */
.faq-heading h2 {
  margin-top: 0;
}
/* line 121, ../pages/faqs.scss */
.faq-heading h2, .faq-heading h3 {
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  /* line 5, ../_tablet.scss */
  .desktop-only,
  .mobile-only {
    display: none;
  }

  /* line 10, ../_tablet.scss */
  .container {
    width: 100%;
  }

  /* line 13, ../_tablet.scss */
  aside#primary {
    clear: both;
  }

  /* line 16, ../_tablet.scss */
  aside#primary, aside#secondary {
    margin-bottom: 40px;
  }

  /* line 19, ../_tablet.scss */
  .aside-inner {
    max-width: none !important;
  }

  /* Homepage */
  /* line 24, ../_tablet.scss */
  .news-sections {
    clear: both;
    width: 100%;
  }

  /* line 28, ../_tablet.scss */
  .news-section {
    width: 48%;
  }
  /* line 30, ../_tablet.scss */
  .news-section:nth-child(even) {
    clear: both;
    float: left;
    margin-right: 4%;
  }
  /* line 35, ../_tablet.scss */
  .news-section:nth-child(odd) {
    float: right;
  }
  /* line 37, ../_tablet.scss */
  .news-section:nth-child(odd) .block-title {
    left: 0 !important;
  }

  /* line 43, ../_tablet.scss */
  .news-section.breaking-news .block-title {
    background: #9ea7b3;
  }

  /* email alerts */
  /* line 49, ../_tablet.scss */
  .top-news .email-alerts {
    display: block;
  }

  /* line 52, ../_tablet.scss */
  .mobile-newsletter {
    margin-top: -60px;
  }

  /* top news */
  /* line 57, ../_tablet.scss */
  .equal-heights-column-inner {
    border-right: none !important;
  }

  /* line 60, ../_tablet.scss */
  #content .container-inner section {
    overflow: hidden;
    width: 50%;
    border: 1px solid black;
  }

  /* line 66, ../_tablet.scss */
  .top-news .block-title.ribbon {
    display: block;
    max-width: 250px;
    left: -16px;
  }
  /* line 72, ../_tablet.scss */
  .top-news article .article-headline {
    font-size: 14px;
  }

  /* line 78, ../_tablet.scss */
  section#content section article.lead-story {
    margin-left: 0;
    float: left;
    border-bottom: none;
    margin-right: 4%;
  }

  /* line 86, ../_tablet.scss */
  aside .email-alerts {
    display: none;
  }

  /* line 90, ../_tablet.scss */
  .shareaholic-canvas,
  .ob-widget,
  .ob_what {
    clear: none !important;
  }
}
