@font-face {
  font-family: 'WCROUGHTRADBtaRegular';
  src: url('/fonts/WC_RoughTrad-webfont.eot');
  src: url('/fonts/WC_RoughTrad-webfont.eot?#iefix') format('embedded-opentype'),
       url('/fonts/WC_RoughTrad-webfont.woff') format('woff'),
       url('/fonts/WC_RoughTrad-webfont.ttf') format('truetype'),
       url('/fonts/WC_RoughTrad-webfont.svg#WCROUGHTRADBtaRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
html, body {
  min-height:100%;
  padding: 0;
  margin: 0;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Rubik', Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  background: #fff;
  color: #555;
}
img {
  max-width: 100%;
  height: auto;
}
.wrap {width: 964px; margin: 0 auto;}

span.block {
  display: block;
}
form {
  position: relative;
}
div.footer {
  clear: both;
}


/*Typography*/
h1, h2, h3 {
  color: #333;
}
h3 {font-size: 16px;}
h4 {margin: 0.1em;}

a,
input.link {
  color: #24BAE6;
  cursor: pointer;
  text-decoration: none;
}
a:hover, a:active {
  color: #18a8d2;
}
input.link {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  margin-right: 0.5em;
  color: #24BAE6 !important;
}
input.link:hover, input.link:active {
  color: #18a8d2 !important;
}
a img {
  border: none;
}
div, p {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1em;
}
.section .section-intro p {
  font-size: 24px;
  font-size: 2.4rem;
}
blockquote {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  margin: 2em 0;
}
blockquote p {
  font-size: 24px;
  font-size: 2.4rem;
}
blockquote:before,
blockquote:after {
  content: " ";
  position: absolute;
}
blockquote:before {
  left: 0;
  top: 0;
  width: 54px;
  height: 29px;
  background: url(/imgs/left_quote.png) no-repeat 0 0;
  background-size: contain;
}
blockquote:after {
  right: 0;
  bottom: 0;
  width: 56px;
  height: 30px;
  background: url(/imgs/right_quote.png) no-repeat 0 0;
  background-size: contain;
}
textarea {
  font-family: inherit;
}

/*Utility Classes*/
.clear {clear:both;}
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.hide {
  display: none !important;
}
.iblock {
  position: relative;
  display: inline-block !important;
  zoom:1;
  *display: inline !important;
  vertical-align: top;
  width: auto;
  max-width: 100%;
}
.block {
  display: block !important;
}
.block-align-center {
  margin-left: auto;
  margin-right: auto;
}
.unstyled {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.valign-top,
.valign-top th,
.valign-top td,
.valign-top .grid-col,
.valign-top .iblock {
  vertical-align: top !important;
}
.valign-middle,
.valign-middle th,
.valign-middle td,
.valign-middle .grid-col,
.valign-middle .iblock {
  vertical-align: middle !important;
}
.valign-bottom,
.valign-bottom th,
.valign-bottom td,
.valign-bottom .grid-col,
.valign-bottom .iblock {
  vertical-align: bottom !important;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.caps {
  text-transform: uppercase;
}

/*Grids*/
.container {
  max-width: 100%;
  width: 1230px;
  padding: 0 15px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container-580 {
  width: 610px;
}
.container-890 {
  width: 920px;
}
.container-1080 {
  width: 1110px;
}

.grid-container {
  position: relative;
  zoom: 1;
  font-size: 0 !important;
  text-align: center;
  padding: 0;
  margin: 0;
}
.grid-col {
  position: relative;
  display: inline-block !important;
  zoom: 1;
  *display: inline !important;
  vertical-align: top;
  font-size: 18px !important;
  font-size: 1.8rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.grid-col-1 {
  width: 8.333333333%;
}
.grid-col-2 {
  width: 16.666666667%;
}
.grid-col-3 {
  width: 25%;
}
.grid-col-4 {
  width: 33.333333333%;
}
.grid-col-5 {
  width: 41.666666667%;
}
.grid-col-6 {
  width: 50%;
}
.grid-col-7 {
  width: 58.333333333%;
}
.grid-col-8 {
  width: 66.666666667%;
}
.grid-col-9 {
  width: 75%;
}
.grid-col-10 {
  width: 83.333333333%;
}
.grid-col-11 {
  width: 91.666666667%;
}
.grid-col-12 {
  width: 100%;
}

/*Buttons*/
.button {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  padding: 1em 1.75em !important;
  border: none !important;
  font-weight: 400 !important;
  background: #D80000;
  color: #fff !important;
  -webkit-border-radius: 2.5em;
  -moz-border-radius: 2.5em;
  -ms-border-radius: 2.5em;
  -o-border-radius: 2.5em;
  border-radius: 2.5em;
  cursor: pointer;
}
.button.cancel {
  background: #a0a09f;
}
.button:hover,
.button:focus {
  background-color: #b70000;
  color: #fff !important;
}
.button.cancel:hover,
.button.cancel:focus {
  background-color: #919190;
}


/*Common Backgrounds*/
.bg-yellow-tiles,
.bg-blue-tiles {
  background-color: none;
  backbround-repeat: repeat;
  background-position: center top;
}
#header.bg-yellow-tiles,
#header.bg-blue-tiles {
  background-position: center bottom;
}
.bg-yellow-tiles {
  background-image: url(/imgs/bg_yellow_icons_tile.png) !important;
}
.bg-blue-tiles {
  background-color: #3cb9da;
  background-image: url(/imgs/banner_bg.png) !important;
}


/*Header*/
#header .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
#header .logo {
  margin-top: 40px;
}
#header .iblock {
  vertical-align: middle;
}
#header .header-sec-nav {
  margin-top: 30px;
  margin-bottom: 30px;
}
#header a,
#footer .footer-nav a {
  text-transform: uppercase;
  font-weight: 500;
}
#header ul li.flag {
  margin-right: 5px;
  margin-left: 5px;
}
#header ul li.flag a {
  display: block;
  text-indent: -9999px;
  text-align: left;
  width: 30px;
  height: 20px;
  border: none;
  padding: 0;
}
#header ul li.usa a {
  background: url(/imgs/us.png) no-repeat 0 0;
}
#header ul li.france a {
  background: url(/imgs/fr.png) no-repeat 0 0;
}
#header ul li.germany a {
  background: url(/imgs/de.png) no-repeat 0 0;
}
#header ul li.netherlands a {
  background: url(/imgs/nl.png) no-repeat 0 0;
}
#header .header-sec-nav li.login,
#header .header-sec-nav li.logout {
  margin-left: 35px;
}
#header .header-main-nav {
  margin: 0;
}
#header .header-main-nav li,
#footer .footer-nav li {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 10px 15px;
}
#header .header-main-nav li.join {
  margin-right: 0;
}
#header .header-main-nav a,
#footer .footer-nav a {
  color: #333;
  padding-bottom: 2px;
  border-bottom: 5px solid #F8B731;
}
#header .header-main-nav a:hover,
#header .header-main-nav a:focus,
#footer .footer-nav a:hover,
#footer .footer-nav a:focus {
  border-color: #e29b07;
}
#header.reduced .grid-col {
  width: 100%;
  text-align: center !important;
}
#header.reduced .logo {
  margin-top: 0;
}
#navToggler {
  position: absolute;
  right: 0;
  top: 0;
  padding: 17px 16px;
  z-index: 1;
}
#navToggler img {
  display: block;
}


ul#social-share {
  top: 28px;
  text-align: right;
  width: 694px;
  margin-left: -347px;
}
ul#social-share li {
  display: inline;
  margin-right: -10px;
}
ul#social-share li.facebook {
  position: relative;
  top: 1px;
}
div#content {
  background: white;
  margin: 0 auto;
  width: 965px;
  min-height: 100px;
  font-size: 12px;
  padding-bottom: 30px;
  /*padding-top: 35px;*/
}
div#content.sn-2016 {
  background: none;
  width: auto;
  font-size: 1em;
  padding-bottom: 0;
  padding-top: 0;
}
div#content.default {
  position: relative;
  overflow: hidden;
}
div#maincol.default {
  width: 580px;
  margin: 20px 0 0 40px;
  float: left;
  display: inline;
}
div#sidebar {
  width: 229px;
  float: left;
  display: inline;
  margin: 30px 0 0 40px;
}
div#sidebar_top {
  background: url('/imgs/sidebar_top.gif') no-repeat top;
  width: 229px;
  height: 19px;
}
div#sidebar_bottom {
  background: url('/imgs/sidebar_bottom.gif') no-repeat top;
  width: 229px;
  height: 10px;
}
div#sidebar_content {
  background: url('/imgs/sidebar.gif') repeat-y;
  width: 202px;
  padding: 10px 12px 10px 15px;
}
div#sidebar_ad {
  background: url('/imgs/sidebar_ad.gif') no-repeat;
  margin: 10px 0;
  height: 1px;
  padding-top:357px;
  overflow: hidden;
  clear: both;
}

div#pricing.default {
  background: url('/imgs/index_pricing.gif') no-repeat;
}
div#pricing.superspecial {
  background: url('/imgs/index_pricing_superspecial.gif') no-repeat;
}
div#signup_products {
  margin-top: -10px;
}
div#signup_products h3 {
  font-family: Arial Black, Gadget, sans-serif;
  font-size: 22px;
  color: #24bde9;
  margin: 0;
}
div#signup_products h3 em {
  font-size: 16px;
}
div#signup_products h4 {
  font-family: Arial Black, Gadget, sans-serif;
  font-size: 17px;
  color: #6fc8e2;
  margin: 0;
}
div#signup_products h4 em {
  font-size: 16px;
}

div#signup_products #features {margin-top: 15px;}
div#signup_products #features #planIncludes {
  background: none;
  text-indent: 0;
  height: auto;
  width: auto;
  margin: 0 0 10px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-top: 0;
  text-transform: none;
}
div#signup_products #features ul {list-style: disc inside;}
div#signup_products #features li {
  background: none;
  font-size: 13px;
  line-height: 1.5;
  padding: 0;
  margin: 0 0 5px;
  font-family: Arial, Helvetica, sans-serif;
}
div#signup_products #features li.marquee {
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  height: auto;
  width: auto;
  text-align: left;
}
div#signup_products #features li.marquee .highlight {
  color: #D7081C;
}
div#signup_products #features .highlight {font-family: inherit; font-size: inherit;}
div#signup_products #features li strong {background: none; display: inline; width: auto; text-decoration: underline;}
div#signup_products h3, div#signup_products h4, div#signup_products #features ul {
  /*padding-left: 35px;*/
}

#free_trial_notice {
  margin-top: 1em;
}
#free_trial_blurb {
  background: url('/imgs/trial_arrow.gif') no-repeat top left;
  position: absolute;
  right: -50%;
  top: 635px;
  padding-top: 10px;
  padding-left: 60px;
  font-size: 14px;
  text-align:  center;
  width: 230px;
  line-height: 1em;
}
#free_trial_blurb h3 {
  margin: 0.5em 0em;
  padding: 0em;
  font-size: 24px;
  font-family: 'Arial Black', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', sans-serif;
}
#free_trial_sticker,
#fifty_percent_off_sticker {
  position: absolute;
  left: 360px;
  top: 70px;
  background: url('/imgs/free_trial_sticker.gif') no-repeat center center;
  width: 130px;
  height: 125px;
}
#fifty_percent_off_sticker {
  width: 141px;
  height: 141px;
  background-image: url('/imgs/50_percent_off_badge.png');
}

table.tabletop {
  width: 615px;
}
table.tabletop td.label {
  width: 145px;
}
table.tabletop td.note {
  vertical-align: top;
}
.signupHeading { font-size: 24px; }
a#signup {
 text-decoration: none;
}

/*Footer*/
#footer {
  position: relative;
  background: url(/imgs/bg_blue_lines.png) repeat center top;
}
#footer.footer-alt {
  background: none;
}
#footer .footer-wrap {
  padding: 60px 0 355px;
  background: url(/imgs/image_banner_city_blue.png) no-repeat center bottom;
}
#footer.footer-alt .footer-wrap {
  background: none;
  padding-bottom: 60px;
}
#footer .footer-social {
  font-size: 0;
}
#footer .footer-social li {
  margin-left: 8px;
  margin-right: 8px;
}
#footer .footer-social li:last-child {
  margin-right: 0;
}
#footer .legal{
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer .section-about-supernews {
  margin-top: 40px;
}

div#menu {
  position: absolute;
  top: 25px;
  text-align: center;
  width: 100%;
  color: grey;
  font-size: 12px;
}

div#features {
  font-family: Arial Black, Gadget, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 0;
}
div#features b {
  color: #ed1c24;
}
div#features ul {
  margin-top: 0;
  margin-left: 0;
  list-style: none;
  padding: 0 0 0 11px;
}
div#features ul li {
  background: url(/imgs/bullet.gif) no-repeat 0 14px;
  line-height: 2;
  padding-left: 13px;
  position: relative;
  zoom:1;
}
div#features ul li ul {
  padding-left: 40px;
}
div#features ul li ul li {
  line-height: 2;
}
input {
  margin: 2px 0;
}
div#members form {
  font-size: 11px;
}
#cptitle, #cplogin, #cppw, #cprem, #cpfp {
  margin-left: 15px;
}
div#login-graphic {
  height:0;
  overflow:hidden;
}
div#cptitle {
  font-size: 14px;
  font-weight: bold;
}
#cplogin input, #cppw input {
  width: 155px;
  margin: 5px 0;
}
#cprem, #cpbut {
  float: left;
  display: inline;
  margin-right: 5px;
}
#cpfp {
  clear: both;
}
span.small {
  font-size: 11px;
}
.error {
  color: red !important;
  font-weight: bold;
}
.success {
  color: green;
  font-weight: bold;
}

.page-cp-login #maincol {
  margin-bottom: 110px;
}
.page-cp-login h1 {
  display: none;
}
.page-cp-login h2 {
  color: #3E3E3E;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: .2px;
}
.page-cp-login .form {
  width: 382px;
  max-width: 100%;
  margin: 30px auto;
}
.page-cp-login td.label {
  color: #3E3E3E;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: left;
}
.page-cp-login #cpfp {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 0;
  margin-right: 28px;
}

div.notice {
  line-height: 1.3;
  color: #6EB77F !important;
  color: rgba(28, 104, 46, 0.75) !important;
  border: 2px solid #6EB77F;
  background: #DFFFE6;
  padding: 15px 20px;
  margin-top: 2em;
  margin-bottom: 2em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.notice.warning {
  border-color: #F9E055;
  background-color: #FEFEEE;
}
div.notice.success {
  border-color: #77B93A;
  background-color: #F7FFEE;
}
div.notice,
div.notice p {
  font-weight: normal;
}
div.notice * {
  color: inherit !important;
}
div.notice h3 {
  font-family: 'Rubik', Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  font-weight: 700;
  font-size: 1.25em;
}
div.notice :last-child {
  margin-bottom: 0;
}

fieldset {
  margin-top: 20px;
}
fieldset label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 30%;
}
fieldset input {
  float: left;
  width: 50%;
}
p#ideal_amount {
  margin: 15px 0;
}
select option.divider {
  border-top:1px solid #DDDDDD;
  margin-top:2px;
  padding-top:2px;
}


/*Redesign Styles*/
.sn-2016 .section > .container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section .section-main {
  margin-top: 3em;
}
.sn-2016 h2 {
  font-family: 'Love Ya Like A Sister';
  font-weight: 300;
  font-size: 55px;
  font-size: 5.5rem;
  margin: 1em 0 0.35em;
  letter-spacing: 4px;
  line-height: 1.2;
}
.sn-2016 .h2-alt {
  font-family: 'Rubik One';
  font-size: 41px;
  font-size: 4.1rem;
  color: #A262A2;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.sn-2016 h3 {
  font-family: 'Love Ya Like A Sister';
  font-weight: 300;
  font-size: 32px;
  font-size: 3.2rem;
  margin: 1em 0 0.5em;
  letter-spacing: 6px;
  line-height: 1.3;
}
.sn-2016 h2:first-child,
.sn-2016 h3:first-child {
  margin-top: 0;
}

/* Home Page */
.page-home .main-intro {
  background: url(/imgs/bg_blue_lines.png) repeat-x center top;
}
.page-home .main-intro .container {
  padding-top: 70px;
  padding-bottom: 0;
}
.page-home .main-intro h1 {
  font-size: 75px;
  font-size: 7.5rem;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.page-home .main-intro p {
  font-family: 'Love Ya Like A Sister';
  font-weight: 300;
  font-size: 42px;
  font-size: 4.2rem;
  color: #A362A3;
  margin-bottom: 20px;
}
.page-home .main-intro p strong {
  font-family: 'Rubik', Arial, Helvetica, sans-serif;
  font-size: 80px;
  font-size: 8rem;
  font-weight: 500;
  color: #24BAE6;
  vertical-align: middle;
  margin-left: 20px;
}
.page-home .main-intro .button {
  margin-bottom: 50px;
}
.page-home .section-features .feature-unlimited-speed img {
  margin-top: 7px;
}
.page-home .section-features .feature-unlimited-access img {
  margin-top: 60px;
  margin-bottom: 10px;
}
.page-home .section-features li {
  padding: 0 10px;
}
.page-home .section-features li p {
  margin-bottom: 0;
}
.page-home .section-more-features li {
  margin-bottom: 70px;
}
.page-home .section-more-features li:last-child {
  margin-bottom: 0;
}
.page-home .section-more-features img {
  max-width: 80%;
  margin-bottom: 20px;
}
#section-opop-callout {
  background: url(/imgs/bg_small_lines.png) repeat center top;
  background-size: contain;
  text-align: center;
  min-height: 210px;
  width: auto;
  margin-top: 0;
}
#section-opop-callout * {
  vertical-align: middle;
}
#section-opop-callout .iblock,
#section-opop-callout .button {
  margin-top: 10px;
  margin-bottom: 10px;
}
#section-opop-callout p {
  font-family: 'Love Ya Like A Sister';
  font-weight: 300;
  font-size: 48px;
  font-size: 4.8rem;
  color: #7B3D7A;
}
#section-opop-callout p strong {
  font-family: 'Rubik', Arial, Helvetica, sans-serif;
  font-size: 80px;
  font-size: 8rem;
  color: #24BAE6;
  font-weight: 500;
  margin-left: 20px;
  line-height: 1.2;
}
#section-opop-callout p strong small {
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: 300;
}
#section-opop-callout .button {
  margin-left: 50px;
}
#section-opop-callout .container {
  padding-top: 35px;
  padding-bottom: 35px;
}
#section-about-supernews .container {
  padding-top: 75px;
  padding-bottom: 75px;
}
#section-about-supernews p {
  max-width: 720px;
}
#section-about-supernews img {
  margin: 20px auto;
  display: block;
  position: relative;
  left: -20px;
}
#customer-reviews-slider .bx-wrapper {
  box-shadow: none;
  border: none;
  background: none;
}
#customer-reviews-slider {
  margin-left: 135px;
  margin-right: 135px;
}
#customer-reviews-slider ul,
#customer-reviews-slider ul li {
  display: block;
  margin: 0;
  padding: 0;
}
#customer-reviews-slider .bx-wrapper .bx-prev,
#customer-reviews-slider .bx-wrapper .bx-next {
  width: 25px;
  height: 72px;
  margin-top: -36px;
}
#customer-reviews-slider .bx-wrapper .bx-prev {
  background:url(/imgs/icon_back_arrow.png) no-repeat 0 0 !important;
  left: -100px;
}
#customer-reviews-slider .bx-wrapper .bx-next {
  background:url(/imgs/icon_forward_arrow.png) no-repeat 0 0 !important;
  right: -100px;
}

.index #maincol {
  background: #fff;
  position: relative;
  overflow: hidden;
  zoom:1;
}

.index #pricing, .index #features {position: relative; margin-bottom: 20px;}
.index #pricing {
  float: right;
  width: 485px;
  height: 345px;
  padding-top: 20px;
}
.index #pricing #price.default {
  background: url(/imgs/one_plan_one_price.jpg) no-repeat 0 0;
  width: 386px;
  height: 236px;
  text-indent: -9999px;
  margin: 0 0 0 65px;
}
.index #pricing #price.superspecial {
  background: url(/imgs/super_special_price.png) no-repeat 0 0;
  width: 386px;
  height: 236px;
  text-indent: -9999px;
  margin-left: 67px;
}
#specialOffer {
  background: url(/imgs/home_sprite.gif) no-repeat -122px 0;
  width: 91px;
  height: 91px;
  text-indent: -9999px;
  position: absolute;
  z-index: 250;
  zoom: 1;
}
#pricing #specialOffer {
  top: 179px;
  left: 41px;
  display: none;
}
#specialOffer.superspecial {
  background: url(/imgs/super_special_offer.png) no-repeat 0 0;
  width: 100px;
  height: 91px;
}
#pricing #specialOffer.superspecial {
  top: 78px;
  left: 10px;
}
#pricing {
  position: relative;
}
#pricing #arrow {
  background: url(/imgs/home_sprite.gif) no-repeat 0 0;
  width: 112px;
  height: 149px;
  text-indent: -9999px;
  position: absolute;
  left: -55px;
  top: 86px;
}

#joinToday,
a.joinToday {
  width: 209px;
  text-indent: -9999px;
},
a.joinToday {
  background: url(/imgs/join_today_btn.gif) no-repeat top left;
  height: 49px;
}
#joinToday,
#whyChooseSN .joinToday {
  background: url(/imgs/home_sprite.gif) no-repeat 0 -159px;
  display: block;
  height: 79px;
}
#pricing #joinToday {
  position: absolute;
  left: 160px;
  bottom: 1px;
}
#pricing #joinToday.superspecial {
  bottom: 55px;
}

.index #features {
  float: right;
  width: 435px;
  font-size: 18px;
  font-family: 'Arial Black', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', sans-serif;
  padding-top: 3px;
  }
#features #planIncludes {
  font-family: 'WCROUGHTRADBtaRegular';
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  color: #FBCE60;
  margin: 0 0 10px 2px;
  }

span.highlight {
  font-family: 'WCROUGHTRADBtaRegular';
  font-weight: bold;
  color: #d7081c;
  font-size: 18px;
  text-transform: uppercase;
  }
#features li.marquee {
  font-family: 'WCROUGHTRADBtaRegular';
  font-weight: bold;
  background: url(/imgs/underline_bkgd.gif) no-repeat 0 bottom;
  width: 320px;
  height: 70px;
  line-height: 50px;
  padding: 0px;
  margin: 0.5em 0em;
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  -o-transform: rotate(355deg);
  -ms-transform: rotate(355deg);
  -moz-transform: rotate(355deg);
  -webkit-transform: rotate(355deg);
  }
#features li span.normal {
  font-family: 'Arial';
  font-weight: normal;
  }
#features li.marquee span.highlight {
  color: #FFFFFF;
  }
/* Removed from design - 20120417
#features li strong {
  background: url(/imgs/underline_1.gif) repeat-x 0 bottom;
  padding-right: 2px;
  position: relative;
  display: inline-block;
  zoom:1;
  *display: inline;
}
*/
.index #categories {
  background-image: url(/imgs/bg_skyline_tags_big.gif);
  text-indent: -9999px;
  margin: 0 0 40px;
  height: 271px;
}
div#aboutSN {
  margin: 20px auto;
  width: 650px;
  padding-left: 130px;
  background: url(/imgs/paper_run_111x119.png) no-repeat 0 0;
  min-height: 119px;
  zoom:1;
  position: relative;
  _height: 119px;
}
.index #features ul li#support strong {width: 94px; background-position-x: 1px;}
p.index {}
.index p.index { }
p#lcol.index {}
hr.dashed {
  background: url(/imgs/dashed_sep.png) no-repeat center 0;
  border: 0;
  margin: 1em 0;
  height: 5px;
  *list-style: url(/imgs/dashed_sep.png) inside;
  *filter: alpha(opacity=0);
  *width: 0;
  *display: list-item;
}

/* Cancellation Page Update 05/2011 */
div.ruler {
  background: url(/imgs/yellow_sep.gif) no-repeat center center;
  height: 8px;
  margin: 15px 0;
  border: none;
  outline: none;
}
div.ruler hr {display: none;}
#cancelSuperSpecialBanner {
  text-indent: -9999px;
  background: url(/imgs/cancellation_special.gif) no-repeat 0 0;
  width: 590px;
  height: 205px;
}
#cancelSuperSpecialBanner ul {list-style: none;}

#features.cancelSuperSpecial {margin-top: 15px;}
#features.cancelSuperSpecial p {font-size: 14px;}
#features.cancelSuperSpecial ul {margin: 0; padding: 0 0 0 2px;}
#features.cancelSuperSpecial li {background-position: 0 4px; font-size: 13px; line-height: 1.5; color: #7d7d7d;}
#features.cancelSuperSpecial .highlight {font-family: Arial Black; font-size: 13px; text-transform: none;}
#features.cancelSuperSpecial li strong {background: none; display: inline; width: auto;}
input.voidCancellation {
  background: url(/imgs/btn_void_cancelation.gif) no-repeat 0 0;
  width: 418px;
  height: 54px;
  border: none;
  margin: 30px 0;
  cursor: pointer;
  line-height: 999px;
  position: relative;
  overflow: hidden;
  font-size: 0;
}


/* Reactivation Page 05/2011 */
#reactivationSpecial {
  text-indent: -9999px;
  background: url(/imgs/reactivation_special.gif) no-repeat 0 center;
  width: 612px;
  height: 176px;
  margin: 0 auto 30px;
}
#reactivationSpecial ul {
  list-style: none;
}

p#categories {
  background: #fff;
  height:264px;
  position: relative;
  overflow: hidden;
  background: url(/imgs/bg_skyline_tags.gif) no-repeat top center;
  text-indent: -9999px;
  margin-bottom: 0;
}
.default p.index {margin-top: 0;}

.full-width h3, .full-width #cpfp, .full-width form {text-align: center;}
.full-width #cpfp {margin: 0;}
.full-width form table {margin: 0 auto;}
.full-width p.error {text-align: center;}
input.login {
  background: url(/imgs/btn_login.gif) no-repeat 0 0;
  width: 147px;
  height: 49px;
  border: none;
  margin: 20px 0;
  cursor: pointer;
  line-height: 999px;
  position: relative;
  overflow: hidden;
  font-size: 0;
}
input.reactivate {
  background: url(/imgs/btn_reactivate.gif) no-repeat 0 0;
  width: 209px;
  height: 49px;
  border: none;
  margin: 20px 0;
  cursor: pointer;
  line-height: 999px;
  position: relative;
  overflow: hidden;
  font-size: 0;
}

#maincol div.reactivate {
  width: 612px;
  margin-left: 135px;
  min-height: 800px;
}

.tracking-block {
  display: block;
  height: 0;
  overflow: hidden;
}

/* Reactivation Super Special Page 07/2011 */
#reactivationSuperSpecial #superSpecialHeader {
  width: 779px;
  height: 158px;
  margin: 0 0 10px 110px;
  background: url(/imgs/reactivationSuperSpecial779x158.gif) no-repeat 0 0;
  text-indent: -9999px;
  left: 0;
}
#reactivationSuperSpecial {
  position: relative;
  overflow: hidden;
  zoom:1;
}
#reactivationSuperSpecial .step{
  font-size: 32px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'Arial Black',Impact,Haettenschweiler,'Franklin Gothic Bold',Charcoal,'Helvetica Inserat','Bitstream Vera Sans Bold',sans-serif;
}
#reactivationSuperSpecial p.headline {
  font-size: 16px;
  font-family: 'Arial Black',Impact,Haettenschweiler,'Franklin Gothic Bold',Charcoal,'Helvetica Inserat','Bitstream Vera Sans Bold',sans-serif;
}
#reactivationSuperSpecial #chooseAPlan {
  float: left;
  padding-left: 100px;
  width: 510px;
  text-align: left;
  background: url(/imgs/crayonVertSep.gif) no-repeat right top;
  margin-right: 20px;
  margin-bottom: 15px;
}
#reactivationSuperSpecial #chooseAPlan .step {
  margin-left: 15px;
}
#reactivationSuperSpecial #chooseAPlan #plans{
  position: relative;
  overflow: hidden;
  background: url(/imgs/superSpecialChooseAPlan494x314.gif) no-repeat 0 0;
  width: 494px;
  height: 314px;
  margin-top: -10px;
}
#reactivationSuperSpecial #chooseAPlan #plans span.new{
  position: absolute;
  background: url(/imgs/newbadge48x48.gif) no-repeat 0 0;
  width: 48px;
  height: 48px;
  top: 33px;
  right: 32px;
  text-indent: -9999px;
}

#reactivationSuperSpecial #chooseAPlan #plans div{
  float: left;
  margin-top: 57px;
}
#reactivationSuperSpecial #chooseAPlan #plans div#monthlyPlan{
  margin-right: 33px;
  padding-left: 25px;
  width: 215px;
}
#reactivationSuperSpecial #chooseAPlan #plans p{
  margin-bottom: 10px;
  text-indent: -9999px;
}
#reactivationSuperSpecial #chooseAPlan #plans div ul{
  padding-left: 15px;
  margin: 0 0 10px;
  text-indent: -9999px;
  list-style: none;
}
#reactivationSuperSpecial #login {
  float: left;
  text-align: center;
  width: 280px;
  position: relative;
  overflow:hidden;
}
#reactivationSuperSpecial #login .step {
  margin-bottom: 30px;
}
#reactivationSuperSpecial #login .headline {
  margin: 0 0 20px 7px;
  text-transform: uppercase;
}
#reactivationSuperSpecial #login table {
 margin: 0;
}
#reactivationSuperSpecial #login p,
#reactivationSuperSpecial #login td{
  text-align: left;
}
#reactivationSuperSpecial #login #cpfp {
  clear: none;
}
#reactivationSuperSpecial #login #loginForm {
  margin-left: 6px;
}
#reactivationSuperSpecial #productFeatures {
  width: 818px;
  margin: 0 0 0 76px;
  background: url(/imgs/crayonBox818x202.gif) no-repeat 0 0;
  position: relative;
  height: 202px;
  clear:both;
  *margin-left: 0;
  _margin-left: 20px;
}
#reactivationSuperSpecial #productFeatures #planIncludes {
  background: url(/imgs/allPlansIncludeButton106x106.gif) no-repeat 0 0;
  width: 106px;
  height: 106px;
  text-indent: -9999px;
  position: absolute;
  left: 15px;
  top: -55px;
}
#reactivationSuperSpecial #productFeatures ul {
  list-style: none;
  padding: 0;
  position: relative;
  overflow: hidden;
  padding: 45px 0 0 45px;
  *padding-left: 0;
  zoom:1;
}
#reactivationSuperSpecial #productFeatures ul li {
  background: url(/imgs/bullet.gif) no-repeat 0 10px;
  font-size: 16px;
  line-height: 2;
  padding-left: 15px;
  position: relative;
  zoom:1;
  float: left;
  width: 350px;
  *width: 350px;
  margin-right: 20px;
  font-family: 'Arial Black',Impact,Haettenschweiler,'Franklin Gothic Bold',Charcoal,'Helvetica Inserat','Bitstream Vera Sans Bold',sans-serif;
  text-align:left;
}
#reactivationSuperSpecial #productFeatures ul li span.highlight{
  font-size: 16px;
}
#reactivationSuperSpecial #productFeatures ul li strong{
  text-decoration: underline;
}
#reactivationSuperSpecial #productFeatures ul li ul{
  padding: 0 0 0 20px;
  *padding-left:0;
}
#reactivationSuperSpecial #productFeatures ul li ul li{
  margin: 0;
  width: auto;
  float: none;
}

/*SIDEBAR SUPPORT BLOCK 110706*/
#sidebar_support {
  background: url(/imgs/sidebarSupportBG220x123.gif) no-repeat 0 0;
  width: 220px;
  height: 123px;
  margin-bottom: 8px;
}
#sidebar_support h4{
  font-size: 17px;
  font-weight: bold;
  padding: 10px 10px 7px 50px;
  margin: 0;
  line-height: 1.2;
}
#sidebar_support p{
  font-size: 12px;
  padding: 0 20px 0 30px;
  margin: 0;
}
#sidebar_support p a {
  color: #0033ff;
  font-weight: normal;
}
#sidebar_support p a:hover {
  text-decoration: underline;
}

/*SUPER SPECIAL PAGE UPDATE 141125*/
.superspecial #header-text {
  top: 50px;
}
.superspecial #header-text img {
  margin-top: 80px;
}
.superspecial #features {
  margin-top: 40px;
}
#superSpecialHeader {
  background: url(/imgs/superSpecialHeader433x114.gif) no-repeat 0 0;
  width: 433px;
  height: 114px;
  text-indent: -9999px;
  margin: -4px 0 0 -216px;
  position: relative;
  left: 50%;
}
.superSpecialHeader {
  text-align: center;
}
#superSpecialPricing {
  background: url(/imgs/superSpecialPricing406x476.gif) no-repeat 0 0;
  width: 406px;
  height: 490px;
  position: relative;
  float: right;
  text-indent: -9999px;
  padding-right: 60px;
  margin-top: -10px;
  margin-bottom: -50px;
  z-index: 200;
}
.chelloo #superSpecialPricing {
  background-image: url(/imgs/superSpecialPricing406x476_euro.gif);
  height: 476px;
}
div#netspace #superSpecialPricing {
  width: 335px;
  height: 355px;
  float: left;
  padding: 0px;
  margin-top: 75px;
  background-image: url(/imgs/superSpecialPricing335x355.gif);
}
div#netspace div.footer #superSpecialPricing {
  position: relative;
  left: 0px;
  top: 0px;
  float: none;
  margin: -20px auto 0px;
}
#superSpecialPricing p { margin: 0; }
#superSpecialPricing ul{
  list-style: none;
}
a#joinMonthly,
a#joinYearly {
  background-repeat: no-repeat;
  background-position: 0 0;
  text-indent: -9999px;
  display: block;
  width: 147px;
  height: 49px;
}
#superSpecialPricing a#joinMonthly,
#superSpecialPricing a#joinYearly {
  position: absolute;
  bottom: 130px;
}
div#netspace #superSpecialPricing a#joinMonthly,
div#netspace #superSpecialPricing a#joinYearly {
  bottom: 80px;
}
a#joinMonthly {
  background-image: url(/imgs/btnMonthlyPlan.gif);
}
#superSpecialPricing a#joinMonthly {
  left: 30px;
}
div#netspace #superSpecialPricing a#joinMonthly {
  background-image: url(/imgs/btnMonthlyPlan_small.gif);
  width: 127px;
  height: 45px;
  left: 25px;
}
a#joinYearly {
  background-image: url(/imgs/btnYearlyPlan.gif);
}
#superSpecialPricing a#joinYearly {
  left: 220px;
}
div#netspace #superSpecialPricing a#joinYearly {
  background-image: url(/imgs/btnYearlyPlan_small.gif);
  width: 127px;
  height: 45px;
  left: 180px;
}

/*World Cup 2014*/
.world-cup-special-banner {
  text-align: center;
  background: url(/imgs/line.png) repeat-x center bottom;
  padding-bottom: 4em;
  margin-bottom: 1em;
}
.world-cup-special-header,
.world-cup-special-sub-head {
  text-indent: -9999em;
}
.world-cup-special-header {
  background: url(/imgs/sn_worldcup_image.png) no-repeat 0 0;
  width: 583px;
  height: 241px;
  margin: 0 auto 1em;
}
.world-cup-special-sub-head {
  background: url(/imgs/h2_celebrate_world_cup.png) no-repeat 0 0;
  width: 809px;
  height: 30px;
  margin: 0 auto 1em;
}
.world-cup-special-banner p {
  font-size: 19px;
}

/*WHY SUPERNEWS 110706*/
a.joinToday {
  display: inline-block;
  position:relative;
  zoom:1;
  *display:inline;
}
#whySN {
  width: 760px;
  margin: 0 auto;
}
#whySN p{
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#whySN li p {
  margin-bottom: 0;
}
#whySN em {
  text-decoration: underline;
  font-style: normal;
}
#whySN strong {font-weight: bold;}
#whySN .section {
  background: url(/imgs/dashed_line.png) no-repeat bottom center;
  padding: 0 0 30px;
  margin: 0 0 25px;
  position: relative;
  overflow: hidden;
  zoom:1;
}
#whySN .section h2 {
  font-family: 'Arial Black',Impact,Haettenschweiler,'Franklin Gothic Bold',Charcoal,'Helvetica Inserat','Bitstream Vera Sans Bold',sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
#whySN #whySNIntro {
  position:relative;
  overflow: hidden;
}
#whySN #whySNIntro a.joinToday {
  float: right;
}
#whySN #whySNIntro .heading {
  float: left;
  margin:0;
  background: url(/imgs/why_supernews_header.png) no-repeat 0 0;
  width: 517px;
  height: 44px;
  text-indent: -9999px;
}
#whySN #whySNFeatures img {
  margin: 0 0 30px;
}
#whySN #whySNFeatures ul {
  width: 350px;
  _width: 300px;
  margin: -10px 10px 0 0;
  float: left;
  padding: 0 0 0 15px;
}
#whySN #whySNFeatures ul li{
  margin-bottom: 5px;
}
#whySN #whySNFeatures ul.retention{
  list-style: none;
  padding: 0;
}
#whySN #whySNFeatures ul.retention li p{
  margin-bottom: 5px;
}
#whySN #whySNFeatures ul.retention li ul{
  list-style: disc;
  padding-left: 35px;
  margin: 0;
}
#whySN #whySNFeatures ul.retention li ul li{
  color: #999;
}
#whySN #whySNFeatures ul.retention li ul li p{
  color: #000;
  margin-bottom:0;
}
#whySN #whySNFeatures ul.otherFeatures{
  margin-right: 0;
  width: 380px;
}
#whySN #whySNUnlimited h4{
  margin-bottom: 15px;
  text-decoration: underline;
}
#whySN #whySNUnlimited #unlimitedAccess,
#whySN #whySNUnlimited #unlimitedSpeed {
  background: url(/imgs/blue_box.png) no-repeat 0 0;
  width: 367px;
  height: 258px;
  float: left;
}
#whySN #whySNUnlimited p {
  padding: 0 20px 0 25px;
  margin: 0;
}
#whySN #whySNUnlimited p.subHeading {
  font-family: 'Arial Black',Impact,Haettenschweiler,'Franklin Gothic Bold',Charcoal,'Helvetica Inserat','Bitstream Vera Sans Bold',sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#whySN #whySNUnlimited #unlimitedAccess {
  margin-right: 20px;
}
#whySN #whySNUnlimited #unlimitedAccess p.subHeading {
  background: url("/imgs/unlimited_access.png") no-repeat scroll 0 0 transparent;
  height: 71px;
  line-height: 1.2;
  margin: 30px 15px 10px 35px;
  padding: 10px 0 0 100px;
}
#whySN #whySNUnlimited #unlimitedSpeed {
  background: url(/imgs/blue_box.png) no-repeat 0 0;
  width: 367px;
  height: 258px;
}
#whySN #whySNUnlimited #unlimitedSpeed p.subHeading {
  background: url("/imgs/unlimited_speed.png") no-repeat scroll 0 0 transparent;
  height: 64px;
  line-height: 1.2;
  margin: 30px 10px 10px 35px;
  padding: 10px 0 0 140px;
}
#whySN #whySNMarketing {
  background: none;
}
#whySN #whySNMarketing h4 {
}
#whySN #whySNMarketing .subsection{
  position:relative;
  clear: both;
  padding: 0 70px 0 80px;
}
#whySN #whySNMarketing p{
  padding: 20px 0;
  margin: 0;
}
#whySN .alignright {
  float: right;
  margin: -25px 0 0 0;
}
#whySN .alignright img{
  margin-left: 20px;
}
#whySN .alignleft {
  float:left;
  margin: 0 0 10px 0;
}
#whySN .alignleft img{
  margin-right: 20px;
}
#whySN .aligncenter,
.aligncenter {
  text-align: center;
}
#whySN span.caption {
  text-align: left;
  font-style: italic;
  display: block;
  margin-top: 8px;
}
#whySN .alignleft span.caption {
  width: 190px;
}
#whySN .alignright span.caption {
  width: 120px;
}
#whySN #whySNMarketing p.aligncenter{
  margin: 0;
  position: relative;
  clear: both;
  padding: 10px 0 0;
}
#whySN #whySNMarketing p.aligncenter a.joinToday{
  *text-indent: 0;
  *line-height: 9999px;
  *position:relative;
  *overflow:hidden;
}

/*EDPNET/WOW LANDING PAGE*/
div#netspace {
  overflow: hidden;
}
div#edpnet, div.landing-b, div#netspace {
  position: relative;
  z-index: 500;
}
div#landing-banner {
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 702px;
  height: 138px;
  text-indent: -9999px;
  margin: 0 auto 30px;
}
div#edpnet div#landing-banner {
  background-image: url(/imgs/edp_header_702x138.gif);
}
div#wow div#landing-banner {
  background-image: url(/imgs/wow_header_706x138.gif);
  width: 706px;
}
div#netspace div#landing-banner {
  background-image: url(/imgs/netspace_header_857x138.gif);
  width: 837px;
  margin-bottom: 0px;
}
div#comp-table {
  width: 700px;
  position: relative;
  margin: 58px auto 0;
}
div#netspace div#comp-table {
  width: auto;
  float: left;
  margin-top: 28px;
  margin-left: 35px;
}
div#comp-table div.badge {
  position: absolute;
  background: url(/imgs/price_badge_118.png) no-repeat 0 0;
  height: 122px;
  width: 122px;
  text-indent: -9999px;
  right: 150px;
  top: -52px;
}
div#wow div#comp-table div.badge {
  background-image: url(/imgs/wow_price_badge.png);
}
div#netspace div#comp-table div.badge {
  display: none;
}
div#comp-table table {
  width: 100%;
  border-collapse: collapse;
}
div#netspace div#comp-table table {
  width: auto;
  table-layout: fixed;
}
div#comp-table table td {
  text-align: center;
  color: #000;
  font-family: 'Arial Black', Impact, Helvetica, Arial, sans-serif;
  padding: 10px;
  font-size: 15px;
  text-transform: uppercase;
  background: url(/imgs/border_dashed_666.png) repeat-x 6px bottom;
}
div#netspace div#comp-table table td {
  font-size: 12px;
}
div#comp-table table td.feature {
  text-align: right;
  padding-left: 0;
}
div#netspace div#comp-table table td.feature {
  width: 200px;
}
div#comp-table table td.usenet-plan {
  width: 160px;
  background: #f2f2f2 url(/imgs/border_dashed_666.png) repeat-x center bottom;
  font-size: 13px;
}
div#netspace div#comp-table table td.usenet-plan {
  width: 125px;
}
div#comp-table table tr.row td.spacing {
  width: 20px;
  padding: 0;
  background-position: -13px bottom;
}
div#netspace div#comp-table table td.spacing {
  display: none;
}
div#comp-table table td.sn-plan {
  width: 200px;
  background-color: #AEDDF2;
}
div#comp-table table tr#head td {
  height: 138px;
  font-size: 15px;
  padding: 0 10px;
}
div#comp-table table tr#head td.usenet-plan,
div#comp-table table tr#head td.sn-plan {
  background-repeat: no-repeat;
}
div#comp-table table tr#head td.usenet-plan{
  background-color: #FFFFFF;
  background-image: url(/imgs/edp_un_head_bg_180x100.gif);
  background-position: left bottom;
  padding-bottom: 35px;
  vertical-align: bottom;
  height: 103px;
}
div#netspace div#comp-table table tr#head td.usenet-plan {
  padding-bottom: 25px;
}
div#comp-table table tr#head td.sn-plan{
  background-color: #FFFFFF;
  background-image: url(/imgs/edp_sn_head_bg_220x138.gif);
  background-position: center bottom;
  text-indent: -9999px;
}
div#netspace div#comp-table table tr#head td.sn-plan{
  background-image: url(/imgs/edp_sn_head_bg_220x138_simple.gif);
}
div#comp-table table tr.row td {
  background-image: url(/imgs/border_dashed_999.png)
  background-position: 6px bottom;
}
div#comp-table table tr.last td{
  background-image: url(/imgs/border_dashed_666.png);
  background-position: 6px bottom;
}
div#comp-table table tr.row td.usenet-plan{
  background-position: -2px bottom;
}
div#comp-table table tr.row td.sn-plan{
  background-position: -7px bottom;
}
div#comp-table table tr#foot td {
  height: 60px;
  background: none;
}
div#comp-table table tr#foot td.usenet-plan {
  background: #fff url(/imgs/edp_un_foot_180x18.gif) no-repeat 0 top;
}
div#comp-table table tr#foot td.sn-plan {
  background: #fff url(/imgs/edp_sn_foot_bg_220x60.gif) no-repeat 0 top;
  position: relative;
  vertical-align: top;
  padding: 0;
}
div#comp-table table tr#foot td.sn-plan a {
  display: block;
  background: url(/imgs/btn_get_unl_un_207x77.png) no-repeat 0 0;
  width: 207px;
  height: 77px;
  margin: 0 auto;
  text-indent: -9999px;
  margin-top: 15px;
  position: relative;
  *left: 6px;
}
div#netspace div#comp-table table tr#foot td.sn-plan a {
  display: none;
}


div.chelloo div#specialOffer {
  left: 445px;
  top: 420px;
}
#chellooSpecialHeader {
  text-align: center;
  margin: 0 auto 20px;
  background: url(/imgs/ChellooSpecialHeader433x114.gif) no-repeat top center;
  text-indent: -9999px;
  height: 74px;
}

div#whyChooseSN {
  width: 820px;
  margin: 0 auto 40px;
  position: relative;
  overflow: hidden;
}
div#whyChooseSN h2{
  background: url(/imgs/why_choose_sn_802x100.png) no-repeat center top;
  height: 100px;
  margin: 0 0 40px;
  text-indent: -9999px;
}
div#whyChooseSN ul{
  width: 410px;
  float: left;
  margin: 0 0 20px;;
  padding: 0;
  list-style: none;
}
div#whyChooseSN ul li{
  padding: 0 0 0 60px;
  background: url(/imgs/checkmark_30x32.png) no-repeat 14px 0;
  margin: 0 0 20px;
}
div#whyChooseSN ul li h3{
  margin: 0;
  text-align: left;
}
div#whyChooseSN ul li p{
  font-size: 14px;
}
div#whyChooseSN .joinToday{
  position: relative;
  clear: both;
  margin: 0 0 0 -105px;
  left: 50%;
}
div#netspace div#whyChooseSN {
  margin-bottom: 0px;
}
div#netspace div#whyChooseSN .joinToday {
  display: none;
}

/*Shout Outs*/
div#snReviews {
  width: 850px;
  margin: 0 auto;
}
div#snReviews div#banner {
  margin: 0 0 30px;
  padding: 0 0 57px;
  background: url(/imgs/crayon_sep_847.png) repeat-x 0 bottom;
}
div#snReviews div#banner div.container {
  width: 620px;
  padding: 10px 0;
  background: url(/imgs/fav_shoutout_bottom_630x10.png) no-repeat 0 bottom;
  margin: 0 auto;
  position: relative;
}
div#snReviews div#banner h1 {
  background: url(/imgs/fav_shoutout_top_630x109.png) no-repeat 0 0;
  height: 91px;
  margin: 0;
  text-indent: -9999px;
}
div#snReviews div#banner blockquote {
  background: url(/imgs/fav_shoutout_body_630x10.png) repeat-y 0 0;
  margin: 0;
  padding: 0 35px 5px 70px;
}
div#snReviews div#banner blockquote:before,
div#snReviews div#banner blockquote:after {
  display: none;
}
div#snReviews div#banner span.snManSays{
  background: url(/imgs/fav_shoutout_man_92x76.png) no-repeat 0 0;
  width: 92px;
  height: 76px;
  position: absolute;
  right: -90px;
  bottom: -25px;
}
div#snReviews div#banner p {
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  top: -18px;
  color: #333;
}
div#snReviews div#banner span.author {
  display: block;
  text-align: right;
  font-weight: bold;
  margin-top: -35px;
  font-size: 14px;
}
div#snReviews div#banner span.best {
  display: none;
}
div#snReviews div#banner p strong,
div#snReviews div#shoutOut p.failure {
  color: #d7081c;
}
div#snReviews div.intro {
  margin-bottom: 40px;
  padding-left: 150px;
  text-align: center;
}
div#snReviews div.intro p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
}
div#snReviews ul#prizes {
  list-style: none;
  margin: 0 auto 40px;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: url(/imgs/shoutouts.png) no-repeat 0 -133px;
  width: 730px;
  height: 290px;
}
div#snReviews ul#prizes li {
  float: left;
  width: 229px;
  margin: 0;
  padding: 0;
  height: 100%;
}
div#snReviews ul#prizes li.first {
  width: 280px;
}
div#snReviews ul#prizes li.third {
  width: 205px;
}
div#snReviews ul#prizes li p.place {
  border-top: 1px solid #999;
  color: #666;
  font-family: 'Arial Black', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', sans-serif;
  font-size: 16px;
  margin-top: 53px;
  text-align: center;
  text-transform: uppercase;
}
div#snReviews ul#prizes li p.place span {
  position: relative;
  top: -13px;
  padding: 0 5px;
  background: #f8f8f8;
}
div#snReviews ul#prizes li.second p.place {
  margin-left: 15px;
  margin-right: 15px;
}
div#snReviews ul#prizes li.first p.place {
  margin-top: 32px;
  font-size: 18px;
}
div#snReviews ul#prizes li.first p.place span{
  top: -15px;
  padding: 0 10px;
}
div#snReviews ul#prizes li.third p.place {
  margin-left: 20px;
}
div#snReviews ul#prizes li p.prize {
  text-indent: -9999px;
}
div#snReviews div#shoutOut {
  position: relative;
  overflow: hidden;
  width: 696px;
  margin: 0;
  padding-top: 29px;
  background: url(/imgs/shout_out_top_696x29.png) no-repeat 0 0;
}
div#snReviews div#shoutOut.write {
  padding: 0;
  background: none;
}
div#snReviews div#shoutOut div.bottom {
  background: url(/imgs/shout_out_bottom_696x134.png) no-repeat 0 0;
  height: 134px;
  margin-top: -30px;
}
div#snReviews div#shoutOut ul#reviews {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
div#snReviews div#shoutOut ul#reviews, div#snReviews div#shoutOut h2.title, div#snReviews div#shoutOut h3.title {
  background: url(/imgs/shout_out_body_696.png) repeat-y 0 0;
}
div#snReviews div#shoutOut ul#reviews li {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 300px;
  font-size: 16px;
  margin: 0 0 30px 40px;
}
div#snReviews div#shoutOut.overview ul#reviews li {
  width: 290px;
  margin-left: 50px;
}
div#snReviews div#shoutOut h2, div#snReviews div#shoutOut.overview h3 {
  margin: 0 0 10px;
  text-transform: uppercase;
  font-family: 'Arial Black', Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #c00300;
  text-align: left;
}
div#snReviews div#shoutOut.overview h3 {
  font-size: 20px;
}
div#snReviews div#shoutOut.write h2 {
  color: #ff9900;
  margin-bottom: 5px;
  font-size: 24px;
}
div#snReviews div#shoutOut.write p {
  font-size: 16px;
}
div#snReviews div#shoutOut h2 span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
div#snReviews div#shoutOut ul#reviews li h2, div#snReviews div#shoutOut.overview ul#reviews li span.author {
  text-align: left;
}
div#snReviews div#shoutOut h2.title {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 24px;
}
div#snReviews div#shoutOut ul#reviews li blockquote {
  padding: 0;
  margin: 0 0 15px;
  color: #666;
  padding-right: 20px;
}
div#snReviews div#shoutOut ul#reviews li.value blockquote {
  background: url(/imgs/money_man_56x59.png) no-repeat 0 0;
  padding-left: 70px;
}
div#snReviews div#shoutOut ul#reviews li.speed blockquote {
  background: url(/imgs/flying_man_71x44.png) no-repeat 0 0;
  padding-left: 80px;
}
div#snReviews div#shoutOut ul#reviews li.support blockquote {
  background: url(/imgs/support_man_34x58.png) no-repeat 0 0;
  padding-left: 55px;
}
div#snReviews div#shoutOut ul#reviews li.funny blockquote {
  background: url(/imgs/funny_man_41x59.png) no-repeat 0 0;
  padding-left: 55px;
}
div#snReviews div#shoutOut h2 img {
  vertical-align: middle;
  margin-right: 10px;
}
div#snReviews div#shoutOut ul#reviews li blockquote:before,
div#snReviews div#shoutOut ul#reviews li blockquote:after {
  display: none;
}
div#snReviews div#shoutOut ul#reviews li blockquote p:before {
  content: "“"
}
div#snReviews div#shoutOut ul#reviews li p {
  line-height: 1.3;
  font-size: 1em;
}
div#snReviews div#shoutOut ul#reviews li span.author {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  display: block;
  text-align: right;
}
div#snReviews div#shoutOut ul#reviews li a {
  font-size: 13px;
}
div#snReviews div#shoutOut div#form {
  text-align: left;
}
div#snReviews div#shoutOut div#form h3,
div#snReviews div#shoutOut p.message {
  font-size: 20px;
  margin: 0 0 10px;
  padding-left: 2px;
  text-align: left;
  font-weight: bold;
}
div#snReviews div#shoutOut div#form h3 small {
  font-weight: normal;
  font-size: 14px;
  color: #666;
}
div#snReviews div#shoutOut p.message {
  line-height: 1.3;
  font-size: 18px;
  padding: 0;
  font-weight: normal;
}
div#snReviews div#shoutOut p.message a{
  color: #14a2cb;
}
div#snReviews div#shoutOut div#form form {
  text-align: left;
}
div#snReviews div#shoutOut div#form form textarea,
div#snReviews div#shoutOut div#form form input.text {
  background: #f7f7f7;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  padding: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #333;
}
div#snReviews div#shoutOut div#form form textarea {
  display: block;
  margin: 0 0 25px;
  width: 97%;
  height: 192px;
  overflow: auto;
  resize: none;
}
div#snReviews div#shoutOut div#form form label {
  font-weight: bold;
  font-size: 16px;
  margin-right: 10px;
}
div#snReviews div#shoutOut div#form form input.text {
  width: 265px;
  margin: 0;
}
div#snReviews div#shoutOut input.submitShoutOut {
  cursor: pointer;
  width: 240px;
  height: 50px;
  display: block;
  text-indent: -9999px;
  margin: 30px auto 20px;
  background: url(/imgs/submit_review_240x50.png) no-repeat 0 0;
  border: 0;
  *line-height: 20;
}
div#snReviews div#shoutOut div#shoutOuts {
  width: 245px;
  float: right;
}
div#snReviews div#shoutOut div#shoutOuts h2{
  background: url(/imgs/shoutouts.png) no-repeat -99px 0;
  text-indent: -9999px;
  margin: 0 0 20px;
  width: 225px;
  height: 27px;
}
div#snReviews div#shoutOut div#shoutOuts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
div#snReviews div#shoutOut div#shoutOuts ul li{
  background: url(/imgs/shoutouts.png) no-repeat 5px bottom;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
div#snReviews div#shoutOut div#shoutOuts ul li.last{
  background: none;
}
div#snReviews div#shoutOut div#shoutOuts ul li blockquote{
  margin: 0 0 10px;
  padding: 0 0 0 32px;
  background: url(/imgs/shoutouts.png) no-repeat -661px -550px;
  font-size: 16px;
}
div#snReviews div#shoutOut div#shoutOuts ul li span.author {
  display: block;
  text-align: right;
  font-weight: bold;
}
ul#reviews-nav {
  width: 150px;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul#reviews-nav li {
  font-size: 18px;
  margin-bottom: 10px;
}
ul#reviews-nav li.shoutout a {
  background: url(/imgs/shout_out_badge_82x79.png) no-repeat;
  width: 82px;
  height: 79px;
  display: block;
  text-indent: -9999px;
  position: relative;
  left: -10px;
}
div#snReviews a {
  color: #30b8df;
  font-weight: normal;
}
div#snReviews a:hover {
  color: #2daacc;
}
ul#reviews-nav li.active a {
  color: #666;
  cursor: default;
  text-decoration: none !important;
}
form div#login {
  margin-bottom: 1em;
}


/*Seasonal Special Template*/
.template-seasonal-special a.logo img,
.template-seasonal-special ul.header-main-nav {
  display: none;
}
.img-text {
  display: none !important;
}
.template-seasonal-special #header-text {
  top: 0;
}
.template-seasonal-special #header-text img {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.template-seasonal-special .cta {
  outline: none;
}
.template-seasonal-special img {
  border: none;
}
.template-seasonal-special .cta-top {
  margin-bottom: 45px;
}
.template-seasonal-special .features {
  width: 680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 0;
}
.template-seasonal-special .features p.intro {
  font-size: 18px;
  margin-bottom: 50px;
}
.template-seasonal-special .checklist {
  list-style: none;
  margin: 0 0 -20px -20px;
  padding: 0;
  font-size: 0;
}
.template-seasonal-special .checklist li {
  position: relative;
  width: 330px;
  max-width: 50%;
  padding-left: 70px;
  margin-left: 20px;
  font-size: 14px;
  margin: 0 0 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.template-seasonal-special .checklist li:before {
  position: absolute;
  content: " ";
  width: 30px;
  height: 32px;
  background: url(/imgs/orange_checkmark.jpg) no-repeat 0 0;
  left: 20px;
  top: 0;
}
.template-seasonal-special .checklist li h3 {
  margin: 0 0 0.5em;
}
.template-seasonal-special .act-now {
  padding: 45px 0;
}
.template-seasonal-special .act-now img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.template-seasonal-special .act-now .cta {
  margin-top: 50px;
}
.template-seasonal-special .share {
  position: relative;
  margin: 0 auto;
  width: 760px;
  max-width: 100%;
  font-size: 0;
  padding: 45px 0;
}
.template-seasonal-special .share .content {
  margin-top: 5px;
  margin-bottom: 5px;
  width: 57.894736842%;
}
.template-seasonal-special .share .links {
  width: 42.105263158%;
  text-align: right;
}
.template-seasonal-special .share .links li {
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
/*Autumn Special*/
div#content.template-seasonal-special {
  width: 100%;
}
#header.template-seasonal-special {
  background: url('/imgs/usenet-special-lp/header_bg.gif') no-repeat center;
}
div#maincol.theme-autumn-special {
  background-color: #FFF2CF;
}
.template-seasonal-special div.container {
  width: 865px;
  max-width: 100%;
}
.template-seasonal-special .features {
  box-sizing: border-box;
}
.template-seasonal-special #categories {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.template-seasonal-special div.share {
  width: auto;
}
.template-seasonal-special div.share .container {
  width: 790px;
}
.template-seasonal-special div.container,
.template-seasonal-special #categories,
.template-seasonal-special div.share,
.template-seasonal-special .section-about-supernews {
  background-color: #fff;
}
.template-seasonal-special .section-about-supernews .container {
  background-color: initial;
}
/*End of Autumn Special*/

/*Winter Special*/
#header.theme-winter-special {
  background: url('/imgs/usenet-special-lp/header_bg_winter.gif') no-repeat center;
}
div#maincol.theme-winter-special {
  background-color: #90BD9B;
}
/*End of Winter Special*/

/*Usenet/Newsgroup Adwords LP's*/
.template-newsgroup-usenet-adwords-lp .main-intro .container {
  padding-top: 1em;
  padding-bottom: 5em;
}
.template-newsgroup-usenet-adwords-lp .main-intro h1,
.template-newsgroup-usenet-adwords-lp .main-intro p .special-price {
  font-family: 'Rubik', Arial, Helvetica, sans-serif;
}
.template-newsgroup-usenet-adwords-lp .main-intro h1 {
  font-size: 86px;
  font-size: 8.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-text-shadow: 2px 2px 0 #3CB9DA, 5px 6px #F9C822;
  -moz-text-shadow: 2px 2px 0 #3CB9DA, 5px 6px #F9C822;
  -ms-text-shadow: 2px 2px 0 #3CB9DA, 5px 6px #F9C822;
  -o-text-shadow: 2px 2px 0 #3CB9DA, 5px 6px #F9C822;
  text-shadow: 2px 2px 0 #3CB9DA, 5px 6px #F9C822;
  color: #fff;
  line-height: 1.1;
  margin: 0 auto 30px;
}
.page-usenet-adwords-lp .main-intro h1 {
  max-width: 940px;
}
.template-newsgroup-usenet-adwords-lp .main-intro p {
  font-family: 'Love Ya Like A Sister';
  font-weight: 300;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 1px;
  -webkit-text-shadow: 2px 2px 0 #3CB9DA, 4px 4px #F9C822;
  -moz-text-shadow: 2px 2px 0 #3CB9DA, 4px 4px #F9C822;
  -ms-text-shadow: 2px 2px 0 #3CB9DA, 4px 4px #F9C822;
  -o-text-shadow: 2px 2px 0 #3CB9DA, 4px 4px #F9C822;
  text-shadow: 2px 2px 0 #3CB9DA, 4px 4px #F9C822;
  color: #fff;
}
.template-newsgroup-usenet-adwords-lp .main-intro p .special-price {
  font-size: 108px;
  font-size: 10.8rem;
  font-weight: 500;
  color: #393435;
  -webkit-text-shadow: 2px 2px 0 #F9C822, 4px 5px #fff;
  -moz-text-shadow: 2px 2px 0 #F9C822, 4px 5px #fff;
  -ms-text-shadow: 2px 2px 0 #F9C822, 4px 5px #fff;
  -o-text-shadow: 2px 2px 0 #F9C822, 4px 5px #fff;
  text-shadow: 2px 2px 0 #F9C822, 4px 5px #fff;
  display: block;
  background: url(/imgs/adwords-lps/banner_price_bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  width: 517px;
  max-width: 100%;
  min-height: 189px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 40px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  margin-bottom: 25px;
}
.template-newsgroup-usenet-adwords-lp .main-intro p .special-price small {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
  width: 30%;
  text-align: left;
  text-transform: uppercase;
  margin-top: 20px;
  float: right;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.template-newsgroup-usenet-adwords-lp .main-intro .button {
  font-size: 24px;
  font-size: 2.4rem;
  min-width: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0.75em !important;
  padding-bottom: 0.75em !important;
  letter-spacing: 1.3px;
}
.template-newsgroup-usenet-adwords-lp .section-features .section-main {
  margin-bottom: -3em;
}
.template-newsgroup-usenet-adwords-lp .section-features h2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.template-newsgroup-usenet-adwords-lp .section-features .feature-unlimited-access img {
  margin-top: 50px;
  margin-bottom: 14px;
}
.template-newsgroup-usenet-adwords-lp .section-features .feature-unlimited-speed img {
  margin-top: 1px;
}
.template-newsgroup-usenet-adwords-lp .section-features li {
  margin-bottom: 2em;
}
.template-newsgroup-usenet-adwords-lp .section-features li p {
  margin-left: 10px;
  margin-right: 10px;
}
.template-newsgroup-usenet-adwords-lp .section-features .feature-servers p {
  margin-left: 40px;
  margin-right: 40px;
}
.template-newsgroup-usenet-adwords-lp .section-features .feature-unlimited-speed h3,
.template-newsgroup-usenet-adwords-lp .section-features .feature-unlimited-usenet h3 {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
.page-newsgroup-adwords-lp .section-features .section-intro p {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}


/**
 * Signup Responsive Redesign
 */
.signup-form h1,
.signup-form fieldset,
.signup-form > div,
.page-signup p.error,
#maincol.template-signup,
.page-signup-verify #verify-info {
  max-width: 100%;
  margin: 1em auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.signup-form h1,
.signup-form > div,
.signup-form fieldset,
.page-signup p.error {
  border: none;
  padding: 0 10px;
}
.signup-form h1,
.signup-form fieldset,
.signup-form > div,
.page-signup p.error,
.page-signup-verify #verify-info,
#maincol.page-signup-finish {
  width: 580px;
}
.page-signup-verify #verify-info {
  max-width: 580px;
  width: 100%;
}
#maincol.page-signup-verify {
  width: 780px;
}
#maincol.template-signup {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2em;
}

.template-signup h1,
.template-signup fieldset label,
.template-signup fieldset legend {
  font-weight: 600;
}
.template-signup h1,
.template-signup h2,
.template-signup h2 .link,
.template-signup fieldset legend {
  text-transform: uppercase;
}
.template-signup h1,
.template-signup h2,
.template-signup fieldset legend {
  font-family: 'Rubik', Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: #333;
}
.template-signup h2,
.template-signup fieldset legend,
.template-signup .subhead {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.template-signup h2 .link {
  font-size: 13px;
  font-size: 1.3rem;
  margin-left: 10px;
  vertical-align: middle;
  font-weight: bold;
}
.template-signup .subhead {
  color: #999;
}
.template-signup h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-size: 4rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.2;
}
.template-signup fieldset {
  margin-top: 2em;
  margin-bottom: 3em;
}
.template-signup fieldset input,
.template-signup fieldset label,
.template-signup fieldset label span {
  display: block;
  float: none;
  width: auto;
}
.template-signup div,
.template-signup p {
  color: #666;
}
.template-signup fieldset label,
.template-signup fieldset label span {
  text-align: left;
  margin: 0 0 0.5em;
}
.template-signup .form-field-inline label {
  margin-bottom: 0;
  margin-right: 0.5em;
}
.template-signup fieldset .form-field {
  margin: 1em 0 0;
}
.page-cp-login input,
.template-signup input,
.template-signup textarea,
.template-signup select,
.template-signup .selectBox-dropdown {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
.page-cp-login input,
.template-signup input,
.template-signup textarea,
.template-signup select,
.template-signup .selectBox-dropdown {
  color: #666;
}
.selectBox-label,
.selectBox-label a,
.selectBox-options,
.selectBox-options a {
  color: #666 !important;
}
.page-cp-login input.text,
.template-signup input[type="text"],
.template-signup textarea,
.template-signup input.text,
.template-signup .selectBox-dropdown {
  border: 2px solid #e5e5e5 !important;
  width: 100%;
  height: 49px;
  padding: 10px 20px;
  margin: 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.page-cp-login input.text:focus,
.template-signup input.text:focus,
.template-signup textarea:focus,
.template-signup .selectBox-active {
  border-color: #fac900 !important;
  outline: none;
}
.template-signup .selectBox-dropdown {
  padding: 0;
  line-height: 49px;
  filter: none;
}
.template-signup .selectBox-dropdown .selectBox-label {
  padding: 0 49px 0 20px;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.template-signup .selectBox-dropdown .selectBox-arrow {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAKCAYAAAC9vt6cAAAABGdBTUEAALGPC/xhBQAAAKNJREFUKBWVUDsOwyAMBbNV4gLsMHTvUbpnTi7Vnqd7BrgHG1J5kV6UkE8bS5Zt3kfYOqV0L6V8lFK3mlciG2Me4r0fRWS4ogQXmkmLIYTw0lq/0f8T4EIDrlBgre0rMHI+quCAS3w2cM7l+q1nBTLBnTpxwCU2G+Dh1z24N8WoKwM8HN1juTd4jI0BgPYe7d4Uo+4aNPfY7L00OO1jjB3yjPQFdNwrVaarb0wAAAAASUVORK5CYII=);
  border-left: none;
  width: 49px;
}
.template-signup .selectBox-dropdown span {
  margin: 0;
}
.template-signup textarea {
  height: auto;
  line-height: 1.3;
  min-height: 100px;
}
.template-signup .form-field p {
  font-size: 0.75em;
  margin: 0.5em 0 0;
}
.template-signup .form-field-inline label,
.template-signup .form-field-inline input,
.signup-form .signup-payment-methods li input,
.signup-form .signup-payment-methods li div {
  display: inline-block;
  vertical-align: middle;
}
.signup-form .exp-date .sep {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.signup-form .signup-payment-methods li {
  margin-right: 1em !important;
}
.signup-form .signup-payment-methods li div {
  margin-left: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
}
.signup-form .cvv2 {
  position: relative;
  clear: both;
}
.signup-form .cvv2 a {
  float: right;
  font-weight: normal;
}
.signup-form fieldset#referral,
.signup-form fieldset#feedback {
  display: none !important;
}
.signup-form #free_trial_notice h3 {
  font-size: 48px;
  font-size: 4.8rem;
  color: #24BAE6;
  margin-bottom: 0.25em;
}
.template-signup .notice {
  font-size: 17px;
  font-size: 1.7rem;
}
.signup-form #free_trial_notice .notice {
  max-width: 340px;
  margin: 0 0 3em;
}
.signup-form fieldset#terms {
  margin-top: -2em;
}
.signup-form fieldset#terms legend {
  display: none;
}
.signup-form fieldset#terms .form-field {
  margin-top: 10px;
}
.signup-form .signup-submit {
  text-align: right;
}
.page-signup-verify h1,
.page-signup-verify h2,
.page-signup-verify .subhead,
.page-signup-verify .submit {
  text-align: center;
}
.page-signup-verify #verify-info td {
  color: #666;
}
.page-signup-verify #verify-info td.sep div {
  margin: 0 !important;
}
.page-signup-verify .notice {
  width: 460px;
  margin: 2em auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-signup-verify .submit {
  margin-top: 4em !important;
  margin-bottom: 6em;
}
.page-signup-verify .submit .button {
  margin: 1em 0.5em;
}

/* Yearly Special */
.nowrap {
  white-space: nowrap;
}
#header.yearly-special {
  padding-bottom: 561px;
  background: url(/imgs/yearly-special/banner_bg.png) repeat #34B9DC;
}
#header.yearly-special .grid-col {
  display: none !important;
}
#header.yearly-special .grid-col.align-center-on-med {
  display: block !important;
  width: 100%;
}
#header.yearly-special .logo {
  display: block !important;
}
#header.yearly-special .logo img {
  display: block;
  max-width: 416px;
  margin: 38px auto 0;
}
#content.yearly-special {
  margin-top: -49.25em;
  background-color: transparent;
}
#content.full-width {
  width: 100%;
}
.yearly-special #maincol {
  background-color: transparent;
}
.yearly-special .text-stroke-shadow {
  position: relative;
}
.yearly-special h1,
.yearly-special h1.duplicate {
  margin: 37px auto 46px;
  font-size: 72px;
  font-size: 6rem;
  color: #F9C822;
  text-transform: uppercase;
  letter-spacing: 0.0253em;
  line-height: 1.18;
}
.yearly-special h1 {
  text-shadow: -1px -1px 0 #3CB9DA, 1px -1px 0 #3CB9DA, -1px 1px 0 #3CB9DA, 1px 1px 0 #3CB9DA;
}
.yearly-special h1.duplicate {
  margin-top: -118px;
  margin-left: -7px;
  content: "Supernews Yearly Special";
  color: #fff;
}
#ysPricing {
  margin: 0 auto;
  min-height: 510px;
  box-sizing: border-box;
}
#ysPricing .grid-col {
  text-align: center;
}
.yearly-special #ysPricing h2,
.yearly-special .sep-content {
  margin-bottom: 0.65em;
  font-family: 'Love Ya Like A Sister';
  font-size: 40px !important;
  font-size: 4rem !important;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.13em;
  text-transform: none;
}
#monthlyPlan {
  margin-top: 49px;
}
.yearly-special .sep-content {
  margin-top: 63px;
  font-weight: 300;
}
#ysPricing p {
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
}
#ysPricing .price {
  display: block;
  font-size: 80px !important;
  font-size: 6.667rem !important;
  font-weight: 500;
  line-height: 2;
  margin-top: -.5em;
  margin-bottom: -0.25em;
}
#ysPricing .price:first-letter,
#ysPricing .price .decimals {
  padding: 0 10px;
  font-size: 36px !important;
  font-size: 3rem !important;
  font-weight: 500;
  vertical-align: text-top;
}
#ysPricing .discount {
  font-size: 35px !important;
  font-size: 2.9167rem !important;
  font-weight: 500;
  color: #393435;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f7c128;
}
#ysPricing .list {
  position: relative;
  padding-left: 10px;
  font-size: 40px !important;
  font-size: 3.33rem !important;
  color: #fff;
}
#ysPricing .list:first-letter {
  font-size: 18px !important;
  font-size: 1.5rem !important;
  vertical-align: text-top;
  margin-top: 5px;
}
#ysPricing .list:after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  top: 20px;
  left: 50%;
  margin-left: -25px;
  background-color: #d70e0d;
  transform: rotate(15deg) ;
  -webkit-transform: rotate(15deg) ;
  -moz-transform: rotate(15deg) ;
  -o-transform: rotate(15deg) ;
  -ms-transform: rotate(15deg) ;
}
.list .decimals {
  display: none;
}
.yearly-special .join {
  display: block !important;
  margin: 0 auto;
  padding: 0.3em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: #D80000;
  border-radius: 35px;
  box-sizing: border-box;
}
.yearly-special h2 {
  max-width: 700px;
  margin: 0 auto 1.5em;
  font-family: 'Rubik One';
  font-size: 41px;
  font-size: 4.1rem;
  color: #A262A2;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.yearly-special h3 {
  font-size: 32px;
  font-size: 2.667rem;
  font-family: 'Love Ya Like A Sister';
  color: #393435;
}
#ys-features .grid-col {
  padding: 0 1%;
  margin-bottom: 2em;
}
#ys-features p {
  color: #393435;
}
.text-stroke-shadow {
  margin: 0 auto;
}

/**
 * RESPONSIVE STYLES
 */
@media screen and (max-width: 1200px) {
}
/*end 1200px*/

/* Special Fix for Yearly Special */
@media only screen and (max-width: 990px) {
  .text-stroke-shadow .nowrap {
    display: block;
  }
  .yearly-special h1.duplicate {
    margin-top: -188px;
  }
  #ysPricing {
    min-height: 460px;
  }
}
/* End Special Fix */

@media screen and (max-width: 960px) {
  .hide-on-mobile {
    display: none !important;
  }
  .show-on-mobile {
    display: block !important;
  }
  #menu {
    left: initial;
    margin: 0;
  }
  #footer .footer-nav,
  #footer .footer-social {
    float: none !important;
    text-align: center;
    margin-bottom: 20px;
  }
  div#content {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  div#content.page-signup {
    padding-left: 0;
    padding-right: 0;
  }
}
/*end 960px*/

@media screen and (max-width: 768px) {
  html {
    -ms-word-break: break-all;
        word-break: break-all;

   /* Non standard for webkit */
        word-break: break-word;

   -webkit-hyphens: auto;
      -moz-hyphens: auto;
       -ms-hyphens: auto;
           hyphens: auto;
  }
  .hide-on-med {
    display: none !important;
  }
  .show-on-med {
    display: block !important;
  }
  .grid-col-3,
  .grid-col-4,
  .grid-col-5,
  .grid-col-6,
  .grid-col-7,
  .grid-col-8,
  .grid-col-9,
  .grid-col-full-on-med {
    width: 100% !important;
  }
  .align-center-on-med {
    text-align: center !important;
  }
  .align-center-on-med img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  blockquote {
    padding-right: 0;
    padding-left: 40px;
    text-align: left;
  }
  blockquote p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  blockquote:before {
    width: 30px;
  }
  blockquote:after {
    display: none;
  }

  /*Header*/
  #header .logo {
    margin-top: 0;
    display: block !important;
    padding: 13px 0 10px;
    border-bottom: 2px solid #ddd;
    background: #F3FBFE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 60px;
  }
  #header .header-sec-nav {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #header .container {
    padding: 0;
  }

  /*Header Nav*/
  #header .header-main-nav > li {
    font-size: 16px;
    font-size: 1.6rem;
    display: block !important;
    border-bottom: 2px solid #ddd !important;
    margin: 0;
  }
  #header .header-main-nav > li > a {
    text-transform: none;
    display: block;
    border: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  #header .header-main-nav > li > a:hover,
  #header .header-main-nav > li > a:active {
    color: #0DB9E8;
  }
  #header .header-main-nav .flag {
    margin: 20px 15px;
  }
  #header .header-main-nav li ul {
    margin: 0;
  }

  /*Home Page*/
  .page-home .section-features li {
    margin-bottom: 2em;
  }

  #section-opop-callout p strong,
  #section-opop-callout .button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #section-about-supernews img {
    left: 0;
  }

  #customer-reviews-slider {
    margin-left: 70px;
    margin-right: 70px;
  }
  #customer-reviews-slider .bx-wrapper .bx-prev {
    left: -70px;
  }
  #customer-reviews-slider .bx-wrapper .bx-next {
    right: -70px;
  }

  /*Usenet/Newsgroup Adwords LP's*/
  .template-newsgroup-usenet-adwords-lp .main-intro h1 {
    font-size: 64px;
    font-size: 6.4rem;
  }
  .template-newsgroup-usenet-adwords-lp .section-features li img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .template-newsgroup-usenet-adwords-lp .section-features li p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .template-newsgroup-usenet-adwords-lp .main-intro p .special-price {
    font-size: 86px;
    font-size: 8.6rem;
    padding: 50px 25px;
  }
  .template-newsgroup-usenet-adwords-lp .main-intro p .special-price small {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 0
  }

  /*Seasonal Special Template*/
  .template-seasonal-special ul.header-main-nav {
    display: block;
  }
  #content.template-seasonal-special {
    padding-top: 2em;
  }
  .template-seasonal-special .share .content {
    margin-bottom: 16px;
  }
  .template-seasonal-special #categories {
    background-size: contain;
  }
  .template-seasonal-special .share .links {
    width: auto;
    text-align: left;
    padding-left: 18px;
  }

  /*CP Login Page*/
  .page-cp-login #maincol {
    margin-bottom: 30px;
  }

  /* Yearly Special */
  #header.yearly-special {
    background: none;
  }
  div#content {
    padding: 0;
  }
  div#content .container {
    padding: 0;
  }
  div#content .container > div {
    padding-left: 30px;
    padding-right: 30px;
  }
  #promo {
    padding-bottom: 50px;
    background: url(/imgs/yearly-special/banner_bg.png) repeat #34B9DC;
  }
  #header.yearly-special .logo img {
    margin-top: 0;
  }
  .text-stroke-shadow {
    padding-top: 30px;
  }
  .yearly-special .sep-content {
    margin: 20px 0;
    width: 100%;
  }
  #yearlyPlan .grid-col {
    width: 49% !important;
  }
  #ys-features h2 {
    margin-top: 2em;
    font-size: 31px;
    font-size: 3.1rem;
  }
  #navToggler {
    display: none !important;
  }
  .yearly-special #ysPricing h2 {
    margin-bottom: -0.5em;
  }
}
/*end 768px*/

@media only screen and (max-width: 640px) {
  .yearly-special h1 {
    font-size: 60px !important;
    font-size: 5rem !important;
  }
    .yearly-special h1.duplicate {
    margin-top: -166px;
  }

  .template-seasonal-special #categories {
    padding-bottom: 0;
  }
}
/* end 640px */
@media only screen and (max-width: 540px) {
  .text-stroke-shadow .iblock {
    display: block !important;
  }
    .yearly-special h1.duplicate {
    margin-top: -225px;
  }
}
/* end 540px */

@media screen and (max-width: 460px) {
  .sn-2016 h2 {
    font-size: 32px !important;
    font-size: 3.2rem !important;
  }
  .sn-2016 h3 {
    font-size: 26px !important;
    font-size: 2.6rem !important;
  }
  .button {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  input.button {
    width: 100%;
  }

  .show-on-mobile,
  .show-on-med,
  .show-on-small {
    display: block !important;
  }
  .hide-on-mobile,
  .hide-on-med,
  .hide-on-small {
    display: none !important;
  }

  /*Home Page*/
  .page-home .main-intro h1 {
    font-size: 40px;
    font-size: 4rem;
  }
  .page-home .main-intro p {
    font-size: 30px;
    font-size: 3rem;
  }
  .page-home .main-intro p strong {
    margin-left: 0;
  }

  #section-about-supernews img {
    max-width: 50%;
  }
  #section-about-supernews p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #section-opop-callout p {
    font-size: 30px;
    font-size: 3rem;
  }

  #customer-reviews-slider {
    margin-left: 0;
    margin-right: 0;
  }
  #customer-reviews-slider .bx-wrapper .bx-prev,
  #customer-reviews-slider .bx-wrapper .bx-next {
    display: none;
  }

  /*Usenet/Newsgroup Adwords LP's*/
  .template-newsgroup-usenet-adwords-lp .main-intro h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .template-newsgroup-usenet-adwords-lp .main-intro p {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .template-newsgroup-usenet-adwords-lp .main-intro p .special-price {
    font-size: 72px;
    font-size: 7.2rem;
    padding: 60px 10px;
  }
  .template-newsgroup-usenet-adwords-lp .main-intro p .special-price small {
    font-size: 26px;
    font-size: 24px;
    float: none;
    width: auto;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .template-newsgroup-usenet-adwords-lp #section-opop-callout p strong {
    display: block !important;
  }

  /*Seasonal Special Template*/
  .template-seasonal-special .checklist li,
  .template-seasonal-special .share .content,
  .template-seasonal-special .share .links {
    display: block !important;
    width: auto;
    max-width: none;
  }
  .template-seasonal-special .share .content {
    margin-bottom: 20px;
  }
  .template-seasonal-special .share .links li {
    max-width: 18%;
    margin-left: 1%;
    margin-right: 1%;
  }

  /*Signup Pages*/
  .template-signup h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .template-signup h2,
  .template-signup fieldset legend,
  .template-signup .subhead {
    font-size: 20px;
    font-size: 2rem;
  }
  .template-signup .notice {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .signup-form .signup-payment-methods li {
    margin-bottom: 10px;
  }
  .signup-form .exp-date .selectBox-dropdown {
    width: 47% !important;
    min-width: 0;
  }
  .signup-form .exp-date .sep {
    margin-left: 0;
    margin-right: 0;
    width: 6%;
    text-align:center;
  }
  .signup-form select#country {
    width: 100%;
  }
  .page-signup-verify #verify-info td {
    display: block;
    text-align: left;
  }
  .page-signup-verify #verify-info td.sep {
    display: none;
  }
  .template-signup h2 .link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5em;
  }

  /*CP Login Page*/
  .page-cp-login h2 {
    line-height: 48px;
  }
  .page-cp-login .form {
    width: 100%;
  }
  .page-cp-login #cpfp {
    margin-right: 0;
    margin-bottom: 16px;
  }

  /* Yearly Special */
  .yearly-special h1 {
    font-size: 40px !important;
    font-size: 4rem !important;
  }
    .yearly-special h1.duplicate {
    margin-top: -190px;
  }
}
/*end 460px*/

@media screen and (max-width: 340px) {
  /* Yearly Special */
  #ys-features h2,
  .yearly-special #section-about-supernews.sn-2016 .h2-alt {
    font-size: 30px !important;
    font-size: 3rem !important;
  }
}
/* end 390px */
