/* Overall Style */
:root{
  --en-blue: #406fe0;
}

html{
  position: relative;
  min-height: 100%;
}
body{
  font-family: 'Open Sans', sans-serif;
}
.content-area{
  margin-top: 67px;
 /*  margin-bottom: 375px; */
}
h1, h2, h3, h4{
	color: var(--en-blue);
	font-weight: 600;
}
a{
  color: #f8971d;
  text-decoration: underline;
}
a:hover{
  color: #fab053;
}
li,p, label{
  color: #6d6d6d;
}
.en-blue{
  color: var(--en-blue);
}

.plan .head .sup-head{
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 1;
  overflow: hidden;
  width: 140px;
  height: 110px;
  text-align: right;
}
.plan .head .sup-head h4{
  font-size: 15px;
  padding: 5px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  transform: rotate(45deg);
  width: 125px;
  display: block;
  background: #1ed794;
  position: absolute;
  top: 117px;
  right: -37px;
  border: 0;
  float: none;
  z-index: 200;
  border-radius: 0;
  height: auto;
}
.plan .head .sup-head h4:before,
.plan .head .sup-head h4:after{
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #446917;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #446917;
}
.plan .head .sup-head h4:after{
  left: initial;
  right: 0%;
  top: 100%;
  border-right: 3px solid #446917;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.cta{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ea8a17+0,f6a932+33,f6a932+100 */
  background: #ea8a17; /* Old browsers */
  background: -moz-linear-gradient(left,  #ea8a17 0%, #f6a932 33%, #f6a932 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #ea8a17 0%,#f6a932 33%,#f6a932 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #ea8a17 0%,#f6a932 33%,#f6a932 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea8a17', endColorstr='#f6a932',GradientType=1 ); /* IE6-9 */ 
  color: #fff;
  border-radius: 10px;
  border: none;
  box-shadow: 1px 1px 10px #00000036;
  color: #fff;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 600;
  padding: 15px 35px;
  text-decoration: none;
  text-transform: uppercase;
}
.cta-gray{
  background: #a1abbb;
}
.cta:hover{
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}
.modal-dialog {
  margin: 0 auto;
  max-width: 80%;
}
@media only screen and (max-width: 991px){
 .content-area{
   margin-top: 0px;
 }
}

/* Header Nav */
.en-main-nav .en-logo{
  width: 265px;
  margin-left: 25px;
}
.en-main-nav{
  background: #fff;
  -moz-box-shadow: 0px 3px 5px #888;
  -webkit-box-shadow: 0px 3px 5px #888;
  box-shadow: 0px 3px 5px #888;
  margin-bottom: 4px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar{
  padding: 15px;
}
#navbarNav, .navbar-toggler{
  float: right;
}
.navbar-toggler{
  border: solid 2px #ccc;
}
.en-main-nav li{
  padding-left: 20px;
  padding-right: 20px;
}
.account-nav{
  border-left: solid 2px #e5e9f1;
  margin-left: 25px;
  padding-left: 35px!important;
}
.en-main-nav a{
  font-weight: 600;
  color: #747474;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
}
.en-main-nav a:hover{
  opacity: 0.8;
}
.en-main-nav .navbar-brand:hover{
  opacity: 1;
}
.en-main-nav li.active:after{
  width: 50%;
  height: 2px;
  content: ' ';
  background-color: var(--en-blue);
  display: block;
  margin: 0 auto;
}
.en-main-nav .login-link{
  color: var(--en-blue);
}
.en-main-nav .signup-link{
  background-color: var(--en-blue);
  color: #fff;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
  padding-left: 15px!important;
  padding-right: 15px!important;
}

@media only screen and (max-width: 1375px){
   .en-main-nav li {
     padding-left: 2px;
     padding-right: 8px;
   }
   .account-nav {
     padding-right: 30px!important;
     margin-left: 20px;
   }
   .en-main-nav a{
     font-size: 13px;
   }
}
@media only screen and (max-width: 1170px){
  .en-main-nav .en-logo{
    margin-left: 0px;
  }
  .en-main-nav a {
    font-size: 11px;
  }
  .account-nav {
    padding-right: 10px!important;
    margin-left: 0px;
    padding-left: 8px!important;
  }
  #navbarNav{
    margin-right: -25px;
  }
}
@media only screen and (max-width: 991px){
  .en-main-nav{
    position: initial;
  }
  .en-main-nav .en-logo{
    margin-top: 10px;
  }
  .account-nav {
    border-left: none;
    margin-left: -5px;  
  }
    #navbarNav{
    float: left;
  }
  .navbar-toggler{
    margin-top: -35px;
    margin-right: -25px;
  }
  .en-main-nav ul{
    margin-top: 15px;
  }
  .en-main-nav li.active:after{
    margin: 0;
    width: 50%;
  }
  .navbar-toggler-icon{
    margin-top: 10px;
    font-size: 15px;
    color: var(--en-blue);
  }
}
@media only screen and (max-width: 767px){
  .en-main-nav .en-logo{
    width: 210px;
    margin-top: 10px;
    margin-left: -10px;
  }
}

/* utility classes for pages that need footer to be fixed */

.content-no-scroll.content-area {
	margin-bottom: 375px;
}

.content-no-scroll + .sub-footer {
	position: absolute;
	bottom: 50px;
}
.content-no-scroll + .subfooter + footer {
	position: absolute;
	bottom: 0;
}
@media only screen and (max-width: 767px){
  .content-no-scroll.content-area{
    margin-bottom: 660px;
  }
}


/* Main Sticky Sub Footer and Footer */
.sub-footer {
  /* position: absolute; */
  /* bottom: 50px; */
  width: 100%;
  height: auto;
  line-height: 30px;
  background-color: #687283;
  padding: 40px;
}
.sub-footer .border-right{
  border-right: 1px solid #717a8a!important;
}
.sub-footer .logo-questions{
  margin-left: -50px;
}
.sub-footer ul li{
  list-style-type: none;
  font-size: 14px;
}
.sub-footer a{
  text-decoration: none;
}
.sub-footer a:hover,
.footer a:hover{
  opacity: 0.8;
}
.sub-footer .en-logo{
  width: 90%;
}
.sub-footer .en-logo:hover{
  opacity: 1;
}
.sub-footer li a, .sub-footer li{
  color: #fff;
}
.sub-footer .questions-en{
  font-weight: 800;
  display: block;
  margin-top: 35px;
  margin-bottom: -30px;
}
.sub-footer .contact-us, .sub-footer .contact-us a{
  color: #C2C5CB!important;
}
.sub-footer .fa-stack{
  color: #AAB2BA!important;
}
.sub-footer .fa-stack:hover{
  opacity: 0.8;
}
.sub-footer .members-section{
  margin-left: -50px;
}
.footer{
  background-color: #576273;
  text-align: center;
  /* position: absolute; */
  width: 100%;
  height: 50px;
  /* bottom: 0px; */
  padding: 10px;
}
.footer ul{
  margin-left: -50px;
}
.footer ul li{
  list-style-type: none;
  display: inline;
  padding-left: 15px;
  padding-right: 15px;
  /*border-right: 1px solid #7d7d7d;*/
  position: relative;
}
.footer ul li:after{
  height: 15px;
  width: 1px;
  display: inline-block;
  background: #7d7d7d;
  border-right: 1px #7d7d7d;
  content: '';
  position: absolute;
  top: 5px;
  right: -5px;
}
.footer ul li:last-child:after{
  display: none;
}
.footer li a{
  color: #d8d8d8;
  text-decoration: none;
  font-size: 12px;
}

@media only screen and (max-width: 767px){
  .sub-footer{
    text-align: center;
  }
  .sub-footer ul{
    margin-left: -50px;
  }
  .sub-footer .en-logo{
    width: 200px;
    margin-bottom: 15px;
  }
  .sub-footer .border-right{
    border-right: none!important;
  }
  .sub-footer .questions-en{
    margin-top: 0px;
  }
}
@media only screen and (max-width: 530px){
  .footer{
    height: 74px;
  }
}

/** hero **/

.hero {
  background: #cfdbf7;
  background: -moz-linear-gradient(left,  #cfdbf7 0%, #f3f6fd 100%);
  background: -webkit-linear-gradient(left,  #cfdbf7 0%,#f3f6fd 100%);
  background: linear-gradient(to right,  #cfdbf7 0%,#f3f6fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfdbf7', endColorstr='#f3f6fd',GradientType=1 );
}
.hero a,a:hover {
  text-decoration: none;
}

.hero .btn:hover{
  opacity: .9;
}

.hero h1 {
  font-size: 2.7rem;
  font-weight: 700;
  margin: .25em;
}

.hero .content {
  color: #6c6c6c;
  font-size: 1.25em;
}

.hero .devices svg {
  font-size: 22px;
  width: 22px;
}

.hero .devices svg:last-child {
  margin-right: 0;
}

.hero .devices svg path{
  fill: #6c6c6c;
}
.hero .devices svg#mac-osx{
  vertical-align: -.125em;
}

.brand-callout {
  background: #eef1f6;
  color: #6d6d6d;
  font-size: 21px;
  line-height: 1.75;
  padding: 1em 0;
}

.brand-callout .techradar {
  margin: 0 .5em;
  width: 130px;
}

/** END hero **/

/* Features Hero */

.features .hero h1 {
  font-size: 2.2rem;
}

/* Page Banner */
.page-banner{
  background-color: #E1E8FA;
  padding: 30px;
  margin-bottom: 60px;
  text-align: center;
}
.page-banner h1{
  margin: 0 auto;
  font-size: 33px;
  font-weight: 700;
}
.page-banner p{
  font-size: 27px;
  margin-bottom: 0px;
}

/* Agreement */
.agreement.content-area{
  padding-bottom: 60px;
}
.agreement p, .agreement ol{
  margin-left: 15px;
  margin-right: 15px;
}
.agreement ol{
  list-style-position: outside;
  margin-left: -25px;
}
.agreement li{
  margin-top: 20px;
  padding-left: 30px;
  font-weight: 800;
}
.agreement li p{
  font-weight: normal;
}
.agreement ol[type=a]{
  margin-left: 0px;
}
@media only screen and (max-width: 991px){
  .agreement ol{
    margin-left: 0px;
  }
  .agreement ol[type=a]{
    margin-left: -50px;
  }
}

/* DMCA */
.dmca-policy.content-area{
  padding-bottom: 60px;
}
.dmca-policy h3{
  font-weight: 600;
}
.dmca-policy ol{
  margin-left: 15px;
  margin-right: 15px;
  list-style-position: outside;
}
.dmca-policy li{
  margin-top: 20px;
  padding-left: 30px;
  font-weight: 800;
}
.dmca-policy li p{
  font-weight: normal;
}
.dmca-policy ol[type=a]{
  margin-left: 0px;
}
.dmca-policy .table td{
  border-top: none;
  font-size: 16px;
  padding: 5px;
  width: 104px;
}
.dmca-policy .table b{
  color: #6d6d6d;
}
@media only screen and (max-width: 991px){
  .dmca-policy ol{
    margin-left: 0px;
  }
}

/* DMCA Report Form */
.dmca-report.content-area{
  padding-bottom: 60px;
}
.dmca-report .dmca-submit{
  text-align: center;
  margin-bottom: 20px;
}
.dmca-report .alert{
  text-align: center;
  margin-top: -60px;
}

/* Privacy Policy */
.privacy-policy.content-area{
  padding-bottom: 60px;
}
.privacy-policy h3{
  color: var(--en-blue);
  font-weight: 600;
}
.privacy-policy p, .privacy-policy ol{
  margin-right: 15px;
}
.privacy-policy ol{
  list-style-position: outside;
  margin-left: -20px;
}
.privacy-policy li{
  margin-top: 20px;
  padding-left: 30px;
  font-weight: 800;
}
.privacy-policy li p{
  font-weight: normal;
  margin-left: -20px;
}
.privacy-policy ol[type=a]{
  margin-left: 0px;
}
.privacy-policy .solid-disc li{
  list-style-type: disc;
  color: #b8b8b8;
}
@media only screen and (max-width: 991px){
  .privacy-policy ol{
    margin-left: 0px;
  }
  .privacy-policy ol[type=a]{
    margin-left: -50px;
  }
}

/* VPN */
.vpn.content-area{
  padding-bottom: 60px;
}
.vpn h3{
  font-weight: 600;
}
.vpn-cta-box{
  padding: 25px;
  background-color: #f3fdfa;
  border-radius: 20px;
  margin-top: 50px;
  -moz-box-shadow: 10px 8px 10px #ccc;
  -webkit-box-shadow: 10px 8px 10px #ccc;
  box-shadow: 10px 8px 10px #ccc;
  cursor: pointer;
}
.vpn-cta-box a{
  text-decoration: none;
}
.vpn-cta-box:hover a{
  color: #fff);
  text-decoration: none;
}
.vpn-cta-box span{
  color: var(--en-blue);
  font-weight: 600;
  font-size: 22px;
  display: block;
  margin-top: 13px;
  text-decoration: none;
}
.vpn-box{
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 190px;
  padding: 15px;
  background-color: #e7edfb;
  border-radius: 20px;
  text-align: center;
}
.vpn-box object{
  margin-top: 10px;
}
.vpn-box p{
  color: var(--en-blue);
  font-weight: 600;
  margin-top: 10px;
}

@media only screen and (max-width: 1199px){
  .vpn-cta-box span{
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px){
  .vpn-cta-box{
    text-align: center;
  }
  .vpn-cta-box span{
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  .vpn-box p{
    font-size: 13px;
  }
}

/* Usenet Plans */
.usenet-plans.content-area{
  padding-bottom: 60px;
}
.usenet-plans .plans-header{
  text-align: center;
  padding: 25px;
}
.usenet-plans .plans-header h3{
  font-weight: 700;
  font-size: 33px;
}
.usenet-plans .plans-header p{
  font-size: 20px;
}
.usenet-plans .features ul{
  margin-left: -40px;
}
.usenet-plans .features li{
  list-style-type: none;
  border-bottom: 1px solid #eef1f6;
  text-align: center;
  padding: 14px 0px;
}
.usenet-plans .side-features li{
  color: var(--en-blue);
  list-style-type: none;
  font-weight: 700;
  font-size: 15px;
  border-bottom: 1px solid #eef1f6;
  text-align: left;
  padding: 15px 32px 15px 0px;
}
.usenet-plans .side-features li:first-child,
.usenet-plans .features li:first-child{
  border-top: 1px solid #eef1f6;
}
.usenet-plans .btn-cta,
.usenet-plans .head,
.usenet-plans .cta-section{
  text-align: center;
}
.usenet-plans .plan{
  background-color: #f7f8fb;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-bottom: 20px;
  margin-left: -30px;
}
.usenet-plans .plan.classic .heading,
.usenet-plans .plan.plus .heading{
  height: 237px;
}
.usenet-plans .plan.biggig .heading{
  height: 245px;
}
.usenet-plans .plan.biggig{
  background-color: #fff;
  margin-top: -20px;
}
.usenet-plans .plan.classic,
.usenet-plans .plan.plus{
  margin-top: -12px;
}
.usenet-plans .plan.biggig .head{
  position: relative;
}
.usenet-plans .plan.biggig .price-subtext,
.usenet-plans .plan.biggig .regular-price{
  color: #b1bcd7;
  font-weight: 600;
}
.usenet-plans .plan .features li{
  color: #a1abbb;
  font-weight: 600;
}
.usenet-plans .plan.biggig .features li{
  color: #6d6d6d;
}
.usenet-plans .side-feature-list .heading{
  height: 225px;
}
.usenet-plans .side-features span{
  color: #6d6d6d;
  font-size: 13px;
  line-height: 15px;
  display: block;
  font-weight: 300;
  margin-top: 8px;
}
.usenet-plans .side-features a{
  color: #1ed794;
  font-size: 13px;
  text-decoration: none;
}
.usenet-plans .plan h1{
  color: #a1abbb;
  font-size: 45px;
  font-weight: 700;
  margin-top: 54px;
}
.usenet-plans .plan.biggig h1{
  color: var(--en-blue);
  font-size: 54px;
  margin-top: 0px;
}
.usenet-plans .plan{
  position: relative;
}
.usenet-plans .plan h1 sup{
  font-size: 24px;
  position: absolute;
}
.usenet-plans .plan.plus h1 sup{
  top: 118px;
  left: 23px;
}
.usenet-plans .plan.classic h1 sup{
  top: 118px;
  left: 35px;
}
.usenet-plans .plan.biggig h1 sup{
  top: 110px;
  left: 57px;
}
.usenet-plans .plan h1 sub{
  font-size: 17px;
  position: absolute;
}
.usenet-plans .plan.classic h1 sub{
  top: 136px;
  left: 140px;
}
.usenet-plans .plan.plus h1 sub{
  top: 136px;
  left: 145px;
}
.usenet-plans .plan.biggig h1 sub{
  top: 134px;
  left: 180px;
}
.usenet-plans .plan.biggig .regular-price{
  text-decoration: line-through;
  margin-top: 20px;
  display: block;
  font-size: 15px;
}
.usenet-plans .plan.biggig .price-subtext{
  font-size: 13px;
  margin-top: -10px;
  display: block;
}
.usenet-plans .plan.classic .btn-cta,
.usenet-plans .plan.plus .btn-cta{
  margin-top: 12px;
}
.usenet-plans .plan .cta{
  font-size: 0.75em;
  color: #fff;
}
.usenet-plans .plan.biggig .heading .cta{
  padding-left: 50px;
  padding-right: 50px;
}
.usenet-plans .plan.biggig .btn-cta{
  margin-top: 8px;
}
.usenet-plans .plan .features .fa-check-circle{
  color: #89a5ea;
}
.usenet-plans .plan.biggig .features .fa-check-circle{
  color: var(--en-blue);
}
.usenet-plans .plan .plan-title{
  color: #fff;
  font-weight: 600;
  padding: 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.usenet-plans .plan{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
}
.usenet-plans .plan.classic .plan-title,
.usenet-plans .plan.plus .plan-title{
  text-align: center;
  background: #a1abbb;
}
.usenet-plans .plan.biggig .plan-title{
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3c6cde+0,6d99ff+100 */
  background: #3c6cde; /* Old browsers */
  background: -moz-linear-gradient(left,  #3c6cde 0%, #6d99ff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #3c6cde 0%,#6d99ff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #3c6cde 0%,#6d99ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c6cde', endColorstr='#6d99ff',GradientType=1 ); /* IE6-9 */
}
.usenet-plans .plan .head .sup-head h4{
  top: 25px;
  right: -23px;
  font-size: 12px;
}
.usenet-plans .monthly-download,
.usenet-plans .loyalty-gigs{
  padding: 33px 0px!important;
}
.usenet-plans .vpn-learn-more,
.usenet-plans .web-browser-access,
.usenet-plans .ssl-encrypted{
  padding: 25px 0px!important;
}
.usenet-plans .plan.classic .cta-section .cta,
.usenet-plans .plan.plus .cta-section .cta{
  padding-left: 20px;
  padding-right: 20px;
}
.usenet-plans .features li label,
.usenet-plans .toggle-features{
  display: none;
}

@media only screen and (max-width: 1199px){
  .usenet-plans .plan h1 sub{
    font-size: 15px;
  }
  .usenet-plans .plan.plus h1 sup{
    left: 12px;
  }
  .usenet-plans .plan.classic h1 sup{
    left: 22px;
  }
  .usenet-plans .plan.biggig h1 sup{
    left: 38px;
  }
  .usenet-plans .plan.classic h1 sub{
    left: 123px;
  }
  .usenet-plans .plan.plus h1 sub{
    left: 127px;
  }
  .usenet-plans .plan.biggig h1 sub{
    left: 159px;
  }
  .usenet-plans .monthly-download{
    padding: 44px 0px!important;
  }
  .usenet-plans .nntp-days,
  .usenet-plans .gig-bank,
  .usenet-plans .newsgroups,
  .usenet-plans .mobile-web{
    padding: 25px 0px!important;
  }
  .usenet-plans .ssl-encrypted{
    padding: 36px 0px!important;
  }
}
@media only screen and (max-width: 991px){
  .usenet-plans .plan.plus h1 sup{
    left: 20px;
  }
  .usenet-plans .plan.classic h1 sup{
    left: 30px;
  }
  .usenet-plans .plan.biggig h1 sup{
    left: 50px;
  }
  .usenet-plans .plan.classic h1 sub{
    left: 133px;
  }
  .usenet-plans .plan.plus h1 sub{
    left: 137px;
  }
  .usenet-plans .plan.biggig h1 sub{
    left: 168px;
  }
  .usenet-plans .plan-boxes{
    margin-left: 10%;
  }
  .usenet-plans .features li label{
    display: block;
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px){
  .usenet-plans .plan-boxes{
    margin-left: auto;
  }
  .usenet-plans .plan{
    margin-left: 0px;
  }
  .usenet-plans .plan.classic, .usenet-plans .plan.plus{
    margin-top: 40px;
  }
  .usenet-plans .plan.biggig{
    margin-top: 10px;
    border-left: solid 2px var(--en-blue);
    border-right: solid 2px var(--en-blue);
    border-bottom: solid 2px var(--en-blue);
  }
  .usenet-plans .plan.classic h1 sup{
    left: calc(50% + -62px);
  }
  .usenet-plans .plan.plus h1 sup{
    left: calc(50% + -73px);
  }
  .usenet-plans .plan.biggig h1 sup{
    left: calc(50% + -73px);
  }
  .usenet-plans .plan.classic h1 sub{
    left: calc(50% + 49px);
  }
  .usenet-plans .plan.plus h1 sub{
    left: calc(50% + 49px);
  }
  .usenet-plans .plan.biggig h1 sub{
    left: calc(50% + 49px);
  }
  .usenet-plans .features li{
    padding: 15px 0px!important;
  }
  .usenet-plans .plan.classic .plan-bottom,
  .usenet-plans .plan.plus .plan-bottom{
    display: none;
  }
  .usenet-plans .plan.biggig .heading {
    height: 283px;
  }
  .usenet-plans .plan.classic .heading, .usenet-plans .plan.plus .heading {
    height: 271px;
  }
  .usenet-plans .toggle-features{
    display: block;
    color: #fff;
    font-weight: 600;
    width: 100%;
    padding: 10px 0px;
    margin-top: 16px;
    background: #a1abbb;
  }
  .usenet-plans .plan.biggig .toggle-features{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3c6cde+0,6d99ff+100 */
    background: #3c6cde; /* Old browsers */
    background: -moz-linear-gradient(left,  #3c6cde 0%, #6d99ff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #3c6cde 0%,#6d99ff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #3c6cde 0%,#6d99ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c6cde', endColorstr='#6d99ff',GradientType=1 ); /* IE6-9 */
  }
}

/* What is Usenet? */
.what-is-usenet h3{
  font-weight: 600;
  font-size: 23px;
  margin-top: 33px;
}
.what-is-usenet .usenet-history,
.what-is-usenet .get-started{
  border-bottom: 2px solid #f6f6f6;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.what-is-usenet .usenet-history{
  margin-top: -30px;
}
.what-is-usenet .get-started h2,
.what-is-usenet .newsreader h2{
  text-align: center;
  color: #6d6d6d;
  margin-bottom: 20px;
}
.what-is-usenet .usenet-safe h2{
  color: #6d6d6d;
  margin-bottom: 20px;
  margin-top: 20px;
}
.what-is-usenet .disclaimer{
  background-color: #fbfcfe;
  padding: 10px;
  font-size: 13px;
  margin-bottom: 15px;
}
.what-is-usenet .newsreader{
  padding-left: 20px;
  padding-right: 20px;
}
.what-is-usenet .newsreader img{
  width: 625px;
  margin-left: -25px;
}
.what-is-usenet .fa-stack{
  float: left;
  color: #3c6cde;
  margin-right: 10px;
}
.what-is-usenet .fa-info{
  font-size: 15px;
}
.what-is-usenet .disclaimer p{
  margin-bottom: 0px;
}
.what-is-usenet .usenet-safe{
  background-color: #fbfcfe;
  padding: 30px 0px 50px 0px;
}
.what-is-usenet .usenet-safe h2,
.what-is-usenet .usenet-safe p{
  margin: 10px 35px;  
}
.what-is-usenet .callout{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3256d8+0,6894fb+51,6894fb+100 */
  background: #3256d8; /* Old browsers */
  background: -moz-linear-gradient(left,  #3256d8 0%, #6894fb 51%, #6894fb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #3256d8 0%,#6894fb 51%,#6894fb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #3256d8 0%,#6894fb 51%,#6894fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3256d8', endColorstr='#6894fb',GradientType=1 ); /* IE6-9 */
  padding: 40px 15px;
  text-align: center;
  cursor: pointer;
}
.what-is-usenet .callout .callout-area{
  margin: 0 auto;
}
.what-is-usenet .callout .callout-area h2{
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}
.what-is-usenet .callout .callout-area .cta{
  box-shadow: 1px 1px 10px #2b2b2b;
}
.what-is-usenet .callout .callout-area a{
  margin-top: 20px;
}
.what-is-usenet.content-area{
  overflow: hidden;
}

@media only screen and (max-width: 1199px){
  .what-is-usenet .newsreader .newsreader-mobile{
    text-align: center;
    margin-top: 30px;
  }
  .what-is-usenet .newsreader img{
    margin-left: 0px;
    width: 42%;
  }
  .what-is-usenet .callout .callout-area h2{
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px){
  .what-is-usenet .newsreader img{
    width: 58%;
  }
}

/* 404 */
.page-404 .callout{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3256d8+0,6894fb+51,6894fb+100 */
  background: #3256d8; /* Old browsers */
  background: -moz-linear-gradient(left,  #3256d8 0%, #6894fb 51%, #6894fb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #3256d8 0%,#6894fb 51%,#6894fb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #3256d8 0%,#6894fb 51%,#6894fb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3256d8', endColorstr='#6894fb',GradientType=1 ); /* IE6-9 */
  padding: 40px 15px;
  text-align: center;
  cursor: pointer;
}
.page-404 .callout .callout-area{
  margin: 0 auto;
}
.page-404 .callout .callout-area h2{
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}
.page-404 .callout .callout-area .cta{
  box-shadow: 1px 1px 10px #2b2b2b;
}
.page-404 .callout .callout-area a{
  margin-top: 20px;
}
.page-404.content-area{
  overflow: hidden;
}

/* Features */
.features.content-area{
  /*padding-bottom: 60px;*/
}
.features h2{
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 50px;
}
.features h4{
  font-weight: 600;
}
.features .access-online,
.features .search-results{
  position: relative;
}
.features .access-online:before{
  background: #eef1f6 url('../img/icons/icon-access-online.svg');
}
.features .search-results:before{
  background: #eef1f6 url('../img/icons/icon-search.svg');
}
.features .no-setup:before{
  background: #eef1f6 url('../img/icons/icon-thumbs-up.svg');
}
.features .fast-speeds:before{
  background: #eef1f6 url('../img/icons/icon-lightning.svg');
}
.features .access-online:before,
.features .search-results:before,
.features .no-setup:before,
.features .fast-speeds:before{
  position: absolute;
  content: ' ';
  height: 60px;
  width: 60px;
  background-color: #eef1f6;
  background-size: 45px 35px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  left: -80px;
  top: 5px;
}
.features .no-setup:before,
.features .fast-speeds:before{
  left: -65px;
}

@media only screen and (max-width: 767px){
  .features .access-online:before,
  .features .search-results:before,
  .features .no-setup:before,
  .features .fast-speeds:before{
    left: calc(50% + -26px);
  }
  .features .access-online,
  .features .search-results,
  .features .no-setup,
  .features .fast-speeds{
    margin-top: 90px;
  }
  .features .access-online:before,
  .features .search-results:before{
    top: -75px;
  }
  .features h2,
  .features h4,
  .features p{
    text-align: center;
  }
}
