/* 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: 109px;
  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;
}
/* line 195, ../_header.scss */
.header-container .signin .signinbox .leftSignin {
  border: 1px solid #000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #000;
  color: #fff;
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  padding: 3px 10px;
  font-size: 18px;
}
/* line 208, ../_header.scss */
.header-container .signin .signinbox .leftSignin span {
  font-size: 12px;
}
/* line 209, ../_header.scss */
.header-container .signin .signinbox .leftSignin a {
  color: #fff;
}
/* line 211, ../_header.scss */
.header-container .signin .signinbox .rightSignin {
  border: 1px solid #ccc;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #fff;
  color: #000;
  text-align: center;
  display: table-cell;
  padding: 3px 10px;
}
/* line 220, ../_header.scss */
.header-container .signin .signinbox .rightSignin span {
  font-size: 12px;
}
/* line 221, ../_header.scss */
.header-container .signin .signinbox .rightSignin a {
  color: #000;
}
/* line 226, ../_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 226, ../_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 246, ../_header.scss */
.header-container #cssmenu ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
@media (max-width: 800px) {
  /* line 246, ../_header.scss */
  .header-container #cssmenu ul {
    padding: 50px 20px;
  }
}
/* line 253, ../_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 253, ../_header.scss */
  .header-container #cssmenu ul li {
    margin: auto;
    display: block;
    text-align: left;
    border-bottom: 1px solid #7d1624;
    margin: 0;
  }
}
/* line 267, ../_header.scss */
.header-container #cssmenu ul li a {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  padding: 15px 5px;
}
@media (max-width: 800px) {
  /* line 267, ../_header.scss */
  .header-container #cssmenu ul li a {
    color: #ececec;
  }
}
/* line 275, ../_header.scss */
.header-container #cssmenu ul li a:hover {
  color: #fafafa;
}
/* line 281, ../_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 293, ../_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 293, ../_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 318, ../_header.scss */
.header-container #cssmenu ul li ul a {
  line-height: 20px;
}
@media (max-width: 800px) {
  /* line 323, ../_header.scss */
  .header-container #cssmenu ul li ul li {
    border-bottom: 0;
    padding-left: 20px;
  }
  /* line 327, ../_header.scss */
  .header-container #cssmenu ul li ul li:last-child {
    padding-bottom: 10px;
  }
}
/* line 329, ../_header.scss */
.header-container #cssmenu ul li ul li.has-sub a:after {
  content: "" !important;
  border: 0 !important;
}
/* line 338, ../_header.scss */
.header-container #cssmenu a {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
/* line 344, ../_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 344, ../_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 371, ../_header.scss */
.header-container #cssmenu > ul ul > li {
  position: relative;
  display: block;
  margin: 0;
}
/* line 377, ../_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 377, ../_header.scss */
  .header-container #cssmenu ul ul a {
    padding: 0;
    background: none;
    color: #eee;
    line-height: 2;
  }
}
/* line 393, ../_header.scss */
.header-container #cssmenu ul ul a:hover {
  background: #a9091f;
  color: #ccc;
}
@media (max-width: 800px) {
  /* line 393, ../_header.scss */
  .header-container #cssmenu ul ul a:hover {
    background: none;
    color: #ccc;
    text-decoration: underline;
  }
}
/* line 404, ../_header.scss */
.header-container #cssmenu ul > li:hover > ul {
  height: auto;
  opacity: 1;
  top: 41px;
  visibility: visible;
}
@media (max-width: 800px) {
  /* line 404, ../_header.scss */
  .header-container #cssmenu ul > li:hover > ul {
    top: inherit;
  }
}

/* Sticky Nav */
/* line 414, ../_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 423, ../_header.scss */
.header-container.sticky .wrapcontainer {
  max-width: 1200px;
  margin: 0 auto;
}
/* line 428, ../_header.scss */
.header-container.sticky header#mainnav {
  margin: auto;
  padding: 0;
  position: relative;
}
/* line 434, ../_header.scss */
.header-container.sticky header#mainnav div.topper .headcol.sitelogo {
  padding: 0;
  position: absolute;
  top: 0;
  left: 20px;
  width: 200px;
}
/* line 440, ../_header.scss */
.header-container.sticky header#mainnav div.topper .headcol.sitelogo img {
  width: 200px;
  height: auto;
  margin-top: 10px;
}
/* line 445, ../_header.scss */
.header-container.sticky header#mainnav div.topper .headcol.sitelogo em {
  display: none;
}
/* line 446, ../_header.scss */
.header-container.sticky header#mainnav div.topper .headcol.sitelogo .whitelogo {
  display: inline-block !important;
}
/* line 447, ../_header.scss */
.header-container.sticky header#mainnav div.topper .headcol.sitelogo .blacklogo {
  display: none;
}
/* line 450, ../_header.scss */
.header-container.sticky header#mainnav div.topper .headcol.signin,
.header-container.sticky header#mainnav div.topper .headcol.sponsor {
  display: none;
}
/* line 456, ../_header.scss */
.header-container.sticky #cssmenu {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
}
/* line 458, ../_header.scss */
.header-container.sticky #cssmenu ul {
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  /* line 462, ../_header.scss */
  .header-container.sticky #cssmenu ul li {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 1000px) {
  /* line 465, ../_header.scss */
  .header-container.sticky #cssmenu ul li a {
    padding: 15px 3px;
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 470, ../_header.scss */
.header-container.sticky #cssmenu ul li a:hover {
  color: #fff;
}
/* line 472, ../_header.scss */
.header-container.sticky #cssmenu ul li ul {
  text-align: left;
  padding-right: 0;
}
/* line 478, ../_header.scss */
.header-container.sticky #cssmenu ul li.social {
  display: none;
}
/* line 481, ../_header.scss */
.header-container.sticky .topics {
  display: none;
}
/* line 482, ../_header.scss */
.header-container.sticky .info-bar {
  display: none;
}

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

/* sticky navbar */
/* line 510, ../_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 522, ../_header.scss */
#stickyNav .header-wrapper {
  margin: auto;
  width: 1200px;
  position: relative;
}
/* line 527, ../_header.scss */
#stickyNav .header-wrapper .site-header-logo {
  display: table-cell !important;
  vertical-align: middle;
}
/* line 531, ../_header.scss */
#stickyNav .header-wrapper .site-header-logo img {
  width: 200px !important;
  height: auto;
}
/* line 537, ../_header.scss */
#stickyNav .header-wrapper #cssmenu {
  display: none;
  width: 950px;
  padding-left: 50px;
  box-shadow: 0px 0px 0px transparent;
  background: #fff !important;
}
/* line 546, ../_header.scss */
#stickyNav .header-wrapper #cssmenu > ul {
  text-align: left !important;
}

/* line 553, ../_header.scss */
.slide_menu {
  display: none !important;
}
@media (max-width: 1500px) {
  /* line 553, ../_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 566, ../_header.scss */
  .slide_menu ul {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  /* line 574, ../_header.scss */
  .slide_menu ul li {
    line-height: 40px;
    min-height: 50px;
    position: relative;
    color: #000;
    font-size: 20px;
  }
  /* line 581, ../_header.scss */
  .slide_menu ul li a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    display: block;
    padding: 0 0 0 20px;
  }
  /* line 589, ../_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 600, ../_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 611, ../_header.scss */
  .slide_menu ul li ul li {
    line-height: 30px;
    min-height: 30px;
  }
  /* line 615, ../_header.scss */
  .slide_menu ul li ul li a {
    color: #262626;
    font-size: 13px;
  }
}

/* line 627, ../_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 627, ../_header.scss */
  #mobileMenuButton {
    display: block;
  }
}
/* line 646, ../_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 666, ../_header.scss */
#mobileMenuButton span:nth-child(1) {
  top: 0px;
}

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

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

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

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

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

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

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

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

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

/* 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;
}

/* line 379, ../pages/subscriber.scss */
.more-piano-container {
  clear: both;
  margin: 0 auto;
}

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

/* line 390, ../pages/subscriber.scss */
.print-subscriber-tool {
  max-width: 1175px;
  margin: 0 auto;
}
/* line 393, ../pages/subscriber.scss */
.print-subscriber-tool h2 {
  text-align: center;
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 20px;
}
/* line 399, ../pages/subscriber.scss */
.print-subscriber-tool .tablewrap {
  display: table;
  width: 100%;
}
/* line 402, ../pages/subscriber.scss */
.print-subscriber-tool .tablewrap .tablerow {
  display: table-row;
}
/* line 404, ../pages/subscriber.scss */
.print-subscriber-tool .tablewrap .tablerow .tablecell {
  display: table-cell;
  width: 49%;
  text-align: center;
}
/* line 408, ../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 415, ../pages/subscriber.scss */
.print-subscriber-tool .tablewrap .tablerow .tablecell .offerbox {
  border: 2px solid #003768;
  margin: 0 10px;
  text-align: center;
  padding: 5px 15px;
}
/* line 420, ../pages/subscriber.scss */
.print-subscriber-tool .tablewrap .tablerow .tablecell .offerbox h3 {
  font-size: 22px;
  font-weight: bold;
  color: #a9091f;
}
/* line 425, ../pages/subscriber.scss */
.print-subscriber-tool .tablewrap .tablerow .tablecell .offerbox p {
  font-size: 15px;
  line-height: 24px;
}
/* line 433, ../pages/subscriber.scss */
.print-subscriber-tool .ordertext {
  color: #003768;
  font-size: 22px;
}
/* line 437, ../pages/subscriber.scss */
.print-subscriber-tool p.currentsubscriber {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
/* line 442, ../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 450, ../pages/subscriber.scss */
.print-subscriber-tool button.redbutton:hover {
  background: #000;
}
/* line 453, ../pages/subscriber.scss */
.print-subscriber-tool button.redbutton a {
  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;
  }
}
