/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2b9148");
@font-face {
  font-family: 'HirukoPro-Bld';
  src: url("webfonts/2B9148_0_0.eot");
  src: url("webfonts/2B9148_0_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2B9148_0_0.woff") format("woff"), url("webfonts/2B9148_0_0.ttf") format("truetype"), url("webfonts/2B9148_0_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'HirukoPro-Book';
  src: url("webfonts/2B9148_1_0.eot");
  src: url("webfonts/2B9148_1_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2B9148_1_0.woff") format("woff"), url("webfonts/2B9148_1_0.ttf") format("truetype"), url("webfonts/2B9148_1_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'HirukoPro-Lt';
  src: url("webfonts/2B9148_2_0.eot");
  src: url("webfonts/2B9148_2_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2B9148_2_0.woff") format("woff"), url("webfonts/2B9148_2_0.ttf") format("truetype"), url("webfonts/2B9148_2_0.svg#wf") format("svg"); }
@font-face {
  font-family: 'HirukoPro-Med';
  src: url("webfonts/2B9148_3_0.eot");
  src: url("webfonts/2B9148_3_0.eot?#iefix") format("embedded-opentype"), url("webfonts/2B9148_3_0.woff") format("woff"), url("webfonts/2B9148_3_0.ttf") format("truetype"), url("webfonts/2B9148_3_0.svg#wf") format("svg"); }
.hiruko-bold-font {
  font-family: HirukoPro-Bld;
  font-weight: normal;
  font-style: normal; }

.hiruko-book-font {
  font-family: HirukoPro-Book;
  font-weight: normal;
  font-style: normal; }

.hiruko-light-font {
  font-family: HirukoPro-Lt;
  font-weight: normal;
  font-style: normal; }

.hiruko-font {
  font-family: HirukoPro-Med;
  font-weight: normal;
  font-style: normal; }

body#body-homepage .lower-container {
  width: auto;
  width: 940px;
  margin: 0 auto; }
body#body-homepage .left-side {
  float: left; }
body#body-homepage .right-side {
  float: right; }
body#body-homepage div#content-wrapper {
  color: #FFFFFF; }
body#body-homepage h3, body#body-homepage h2, body#body-homepage h5 {
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  text-transform: none;
  font-weight: normal; }
body#body-homepage .row {
  padding: 20px;
  margin-top: 20px; }
body#body-homepage .btn {
  line-height: 29px;
  height: 29px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  color: #ffffff;
  font-family: HirukoPro-Med;
  display: inline-block;
  text-align: center;
  border: none; }
body#body-homepage .btn-primary {
  background-color: #003974;
  width: 120px; }
body#body-homepage .btn-secondary {
  background-color: #008fd9; }
body#body-homepage .btn-red {
  background-color: #c92233; }
body#body-homepage p {
  margin: 0;
  line-height: 1em; }
body#body-homepage .textbox {
  width: 219px;
  height: 29px;
  -webkit-border-radius: 4px/5px;
  -moz-border-radius: 4px/5px;
  border-radius: 4px/5px;
  background-color: #fff;
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35);
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.35); }
body#body-homepage form {
  margin: 0; }
body#body-homepage .error-checkbox {
  outline: 2px solid #ff0000; }
body#body-homepage .error-textbox {
  border-color: #ff0000; }

.hero-container .hero-section {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 960px; }
.hero-container .slides img {
  height: auto;
  width: 100%;
  max-width: 1200px; }
.hero-container .slides li ~ li {
  display: none; }
.hero-container .flex-hero-pager {
  width: 601px;
  margin: 0 auto; }
  .hero-container .flex-hero-pager li {
    display: block;
    float: left;
    position: relative; }
    .hero-container .flex-hero-pager li a {
      color: #008fd9;
      font-size: 16px;
      line-height: 15px;
      font-family: HirukoPro-Med; }
    .hero-container .flex-hero-pager li ~ li ~ li ~ li .icon {
      padding-right: 0; }
  .hero-container .flex-hero-pager li.flex-active:before {
    content: '';
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-top: 11px solid #f00;
    width: 0;
    height: 0;
    left: 19px;
    top: -3px;
    position: absolute;
    display: block;
    display/*\**/: none\9;
    /** Unable to get button on top in IE8 **/ }
  .hero-container .flex-hero-pager li.flex-active a {
    color: #c92434; }
  .hero-container .flex-hero-pager .icon {
    background-repeat: no-repeat;
    background-color: transparent;
    height: 70px;
    padding-left: 70px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 13px; }
  .hero-container .flex-hero-pager .icon-wifi {
    background-image: url("/img/homepage/hero-nav-wifi-button.png");
    width: 157px; }
  .hero-container .flex-hero-pager .icon-calc {
    background-image: url("/img/homepage/hero-nav-calc-button.png");
    width: 220px; }
  .hero-container .flex-hero-pager .icon-phone {
    background-image: url("/img/homepage/hero-nav-phone-button.png");
    width: 210px; }
  .hero-container .flex-hero-pager .icon-us {
    background-image: url("/img/homepage/hero-nav-us-button.png");
    width: 170px; }
  .hero-container .flex-hero-pager .icon-byop {
    background-image: url("/img/homepage/hero-nav-byop-button.png");
    width: 170px; }
  .hero-container .flex-hero-pager .icon-exclamation {
    background-image: url("/img/homepage/hero-nav-exclamation-button.png"); }
  .hero-container .flex-hero-pager .icon-candy {
    background-image: url("/img/homepage/hero-nav-candycane-button.png");
    width: 125px; }
  .hero-container .flex-hero-pager .icon-connect {
    background-image: url("/img/homepage/connect.png");
    width: 125px; }

div#homepage .over-hero-link, div#mobile-homepage .over-hero-link {
  position: absolute;
  top: 79.5%;
  left: 45.8%;
  color: #98999b;
  text-decoration: underline;
  font-size: 15px; }
div#homepage .hero-container .slides li, div#homepage .mobile-banner .slides li, div#mobile-homepage .hero-container .slides li, div#mobile-homepage .mobile-banner .slides li {
  position: relative; }
div#homepage .hero-container .sublink, div#homepage .mobile-banner .sublink, div#mobile-homepage .hero-container .sublink, div#mobile-homepage .mobile-banner .sublink {
  left: 47.7%;
  position: absolute;
  top: 76%;
  font-family: HirukoPro-Lt;
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
  color: #000000;
  text-decoration: underline;
  letter-spacing: 1.5px; }

.es div#homepage .sublink {
  left: 45%; }
.es div#homepage .over-hero-link {
  display: none; }
.es .flex-hero-pager {
  width: 642px; }
  .es .flex-hero-pager .icon-us {
    width: 155px; }
.es div#mobile-homepage .over-hero-link {
  display: none; }

div#mobile-homepage .over-hero-link {
  left: 69%;
  top: 56.8%;
  font-size: 10px; }

@media only screen and (min-width: 400px) and (max-width: 480px) {
  div#mobile-homepage .over-hero-link {
    top: 58%;
    font-size: 12px; } }
@media only screen and (min-width: 481px) and (max-width: 1000px) {
  div#homepage .hero-container .sublink {
    left: 47.2%;
    font-size: 11px; }

  .es div#homepage .sublink {
    left: 44.2%;
    font-size: 11px; } }
@media only screen and (min-width: 481px) and (max-width: 999px) {
  div#homepage .over-hero-link {
    left: 44.2%; } }
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  div#homepage .over-hero-link {
    left: 44.8%; } }
@media only screen and (min-width: 1001px) and (max-width: 1100px) {
  .es div#homepage .hero-container .sublink {
    left: 44%; } }
@media only screen and (min-width: 1101px) and (max-width: 1199px) {
  .es div#homepage .hero-container .sublink {
    left: 44.5%; } }
div#mobile-homepage .mobile-banner .sublink {
  left: 6%;
  top: 83%;
  font-size: 10px; }

.es div#mobile-homepage .mobile-banner .sublink {
  left: 3%;
  font-size: 9px; }

@media only screen and (min-width: 350px) {
  div#mobile-homepage .mobile-banner .sublink {
    left: 7.5%; }

  .es div#mobile-homepage .mobile-banner .sublink {
    left: 4%; } }
@media only screen and (min-width: 400px) {
  div#mobile-homepage .mobile-banner .sublink {
    top: 84%;
    font-size: 13px; }

  .es div#mobile-homepage .mobile-banner .sublink {
    left: 3.5%;
    font-size: 12px; } }
@media only screen and (min-width: 450px) {
  .es div#mobile-homepage .mobile-banner .sublink {
    left: 6.5%; } }
.es .hero-container .slides .hero3 img {
  position: relative; }

#mobile-homepage .slides {
  overflow: hidden; }
  #mobile-homepage .slides img {
    height: auto;
    width: 100%; }
  #mobile-homepage .slides li {
    float: left; }
#mobile-homepage .slides .hero-flex, #mobile-homepage .slides .clone {
  display: none; }

div#header-wrapper div.container #mobileNav {
  position: absolute; }

div#homepage {
  height: auto; }

#home-pods {
  width: 940px;
  height: 246px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #c7d0dd;
  background-image: -webkit-linear-gradient(right, #c8d1dd, #e9ecf1 50%, #c8d1dd);
  background-image: -moz-linear-gradient(right, #c8d1dd, #e9ecf1 50%, #c8d1dd);
  background-image: -o-linear-gradient(right, #c8d1dd, #e9ecf1 50%, #c8d1dd);
  background-image: linear-gradient(to left, #c8d1dd, #e9ecf1 50%, #c8d1dd); }
  #home-pods .single-pod {
    width: 280px;
    height: 206px;
    -webkit-border-radius: 9px/10px;
    -moz-border-radius: 9px/10px;
    border-radius: 9px/10px;
    background-color: #008fd9;
    padding: 20px 10px 6px 20px;
    float: left; }
    #home-pods .single-pod h3 {
      text-align: left;
      line-height: 1\9; }
      #home-pods .single-pod h3 sup {
        font-size: 12px;
        vertical-align: top; }
    #home-pods .single-pod .left-side {
      float: left;
      width: 50%; }
    #home-pods .single-pod .right-side {
      float: right;
      width: 50%;
      text-align: right; }
    #home-pods .single-pod p {
      font-size: 16px;
      line-height: 19px; }
    #home-pods .single-pod p.disclaimer {
      font-size: 9px;
      line-height: 1em;
      padding-top: 6px; }
  #home-pods .single-pod:first-child a {
    width: 154px;
    margin-top: 19px;
    margin-top: 17px\9; }
  #home-pods .single-pod:first-child p {
    padding-top: 10px; }
  #home-pods .single-pod ~ .single-pod {
    margin-left: 20px;
    width: 300px; }
    #home-pods .single-pod ~ .single-pod a {
      margin-top: 22px; }
    #home-pods .single-pod ~ .single-pod p.disclaimer {
      white-space: nowrap; }
  #home-pods .second-pod {
    padding-left: 10px; }
    #home-pods .second-pod h3 {
      font-size: 22px;
      margin-bottom: 16px;
      padding-left: 10px; }
    #home-pods .second-pod h2 {
      font-size: 91px;
      line-height: 1;
      text-align: left; }
      #home-pods .second-pod h2 span {
        font-size: 50px;
        position: relative;
        top: -20px; }
    #home-pods .second-pod .left-side {
      width: 38%; }
      #home-pods .second-pod .left-side p {
        padding-top: 12px;
        padding-bottom: 24px;
        padding-left: 15px; }
    #home-pods .second-pod .right-side {
      width: 51%;
      float: left; }
      #home-pods .second-pod .right-side .disclaimer {
        display: block;
        font-size: 9px;
        line-height: 1em;
        padding-top: 6px;
        font-family: Arial, Helvetica, sans-serif;
        text-align: left;
        margin-top: -5px;
        padding-left: 23px; }
      #home-pods .second-pod .right-side .btn-container {
        margin-top: 2px; }
      #home-pods .second-pod .right-side a {
        margin-top: 0; }
  #home-pods .second-pod-after h3 {
    padding: 0;
    margin: 0 0 5px; }
  #home-pods .second-pod-after img {
    padding-top: 25px; }
  #home-pods .second-pod-after .left-side {
    width: 65%; }
    #home-pods .second-pod-after .left-side div {
      position: relative;
      top: -14px;
      text-align: center; }
    #home-pods .second-pod-after .left-side p {
      padding: 0; }
    #home-pods .second-pod-after .left-side .btn {
      margin: 9px 0 5px; }
    #home-pods .second-pod-after .left-side .disclaimer {
      font-size: 9px;
      font-family: Arial, Helvetica, sans-serif;
      line-height: 1em;
      display: block; }
    #home-pods .second-pod-after .left-side ~ .left-side {
      width: 35%; }
  #home-pods .single-pod ~ .single-pod ~ .single-pod {
    width: 280px; }
    #home-pods .single-pod ~ .single-pod ~ .single-pod a {
      margin-top: 26px;
      margin-top: 19px\9;
      width: 124px; }
  #home-pods .single-pod.last-pod {
    position: relative; }
    #home-pods .single-pod.last-pod h3.hiruko-font {
      font-size: 22px;
      letter-spacing: -0.5px;
      padding-bottom: 10px;
      width: 177px; }
    #home-pods .single-pod.last-pod h1.hiruko-font {
      margin-top: 10px;
      width: 172px;
      color: #ffffff;
      font-size: 30px; }
    #home-pods .single-pod.last-pod p.disclaimer {
      font-size: 14px;
      margin-top: 8px; }
    #home-pods .single-pod.last-pod a.btn {
      margin-top: 5px; }
    #home-pods .single-pod.last-pod .pod-image {
      position: absolute;
      /* float: right; */
      width: auto;
      top: 17px;
      right: 0;
      height: 168px; }
    #home-pods .single-pod.last-pod .pod-logo {
      padding-bottom: 2px;
      width: 125px; }
  #home-pods .single-pod.disc-pod {
    padding-left: 15px; }
    #home-pods .single-pod.disc-pod h3 {
      font-size: 16px;
      line-height: 26px; }
    #home-pods .single-pod.disc-pod a.refund, #home-pods .single-pod.disc-pod a.refund:visited {
      color: #ffffff;
      text-decoration: underline;
      margin: 0; }

.es #home-pods .single-pod h3 {
  font-size: 19px;
  line-height: 23px; }
.es #home-pods .single-pod:first-child a {
  margin-top: 24px; }
.es #home-pods .single-pod:first-child p {
  width: 122px; }
.es #home-pods .second-pod h3 {
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 23px; }
.es #home-pods .second-pod p {
  padding-bottom: 18px; }
.es #home-pods .second-pod .right-side .btn-container {
  position: relative;
  top: -8px;
  margin-top: 0; }
.es #home-pods .second-pod .right-side a.btn {
  margin-top: 0px;
  margin-left: 18px;
  width: 140px; }
.es #home-pods .second-pod .right-side .disclaimer {
  text-align: left;
  padding: 2px 0 0 17px;
  margin-top: 0; }
.es #home-pods .second-pod-after h3 {
  font-size: 18px;
  margin-bottom: 8px; }
  .es #home-pods .second-pod-after h3 br {
    display: none; }
.es #home-pods .second-pod-after .left-side h2 {
  font-size: 65px; }
.es #home-pods .second-pod-after .left-side p {
  padding: 4px 0 0;
  font-size: 12px; }
.es #home-pods .second-pod-after .left-side div {
  top: 0; }
.es #home-pods .second-pod-after .left-side .btn {
  margin-top: 17px; }
.es #home-pods .single-pod ~ .single-pod a {
  margin-top: 10px; }
.es #home-pods .single-pod ~ .single-pod ~ .single-pod a {
  margin-top: 25px; }
.es #home-pods .single-pod.last-pod h1.hiruko-font {
  font-size: 24px;
  width: 180px; }
.es #home-pods .single-pod.last-pod a.btn {
  margin-top: 9px; }
.es #home-pods .single-pod.disc-pod h3 {
  font-size: 16px;
  line-height: 26px;
  margin-top: -8px; }
.es #home-pods .single-pod.disc-pod a, .es #home-pods .single-pod.disc-pod a:visited {
  color: #ffffff;
  text-decoration: underline; }

/** Plan Section **/
div#home-plans {
  width: 940px;
  margin-top: 20px; }
  div#home-plans .sub-container {
    -webkit-border-radius: 10px/9px;
    -moz-border-radius: 10px/9px;
    border-radius: 10px/9px;
    background-color: #008fd9;
    padding: 35px 20px 18px; }
  div#home-plans h2 {
    font-size: 32px;
    line-height: 1;
    text-align: center;
    margin-bottom: 24px; }
  div#home-plans p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    text-align: center;
    margin: 10px auto 0;
    max-width: 610px; }
    div#home-plans p a {
      text-decoration: underline; }
  div#home-plans ul {
    -webkit-border-radius: 10px/9px;
    -moz-border-radius: 10px/9px;
    border-radius: 10px/9px;
    background-color: #fff;
    padding: 56px 0 37px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    padding-left: 40px\9;
    padding-right: 40px\9; }
  div#home-plans li a.btn {
    display: block;
    margin: 22px auto 0; }

.es div#home-plans h2 {
  font-size: 28px; }

/**
* Why Net10
*/
body#body-homepage #home-why {
  width: 940px;
  height: 201px;
  -webkit-border-radius: 8px/7px;
  -moz-border-radius: 8px/7px;
  border-radius: 8px/7px;
  background-color: #003974;
  padding-top: 32px; }
  body#body-homepage #home-why h2 {
    font-size: 28px; }
  body#body-homepage #home-why .flex-prev {
    display: none; }
  body#body-homepage #home-why .flex-direction-nav .flex-next {
    right: -90px; }
  body#body-homepage #home-why .left-side:first-child img {
    padding-top: 18px; }
  body#body-homepage #home-why .left-side + .left-side {
    width: 664px;
    margin-left: 55px;
    position: relative; }
  body#body-homepage #home-why ul li {
    font-family: Arial;
    font-size: 16px;
    line-height: 19px; }
    body#body-homepage #home-why ul li span {
      text-align: right;
      display: block; }
  body#body-homepage #home-why a.btn {
    width: 179px;
    position: absolute;
    left: 0;
    bottom: -37px; }

/** Sign up **/
body #home-connected.row {
  width: 940px;
  padding: 0; }
  body #home-connected.row .left-side:first-child {
    border-radius: 20px;
    background-color: #003974;
    width: 610px;
    margin-right: 30px;
    padding: 17px 20px; }
    body #home-connected.row .left-side:first-child img {
      vertical-align: middle; }
    body #home-connected.row .left-side:first-child .content {
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      width: 480px; }
    body #home-connected.row .left-side:first-child h2 {
      font-size: 36px; }
    body #home-connected.row .left-side:first-child p {
      font-family: 'DINWeb-Bold';
      max-width: 380px;
      font-size: 19px;
      font-weight: 500;
      margin: 0 auto;
      padding-top: 5px;
      line-height: 23px; }
      body #home-connected.row .left-side:first-child p + p {
        font-family: "ff-din-web", Arial, Helvetica, sans-serif;
        font-size: 17px;
        font-weight: 400;
        padding: 16px 0 6px;
        line-height: 1em; }
        body #home-connected.row .left-side:first-child p + p b {
          font-family: 'DINWeb-Black'; }
    body #home-connected.row .left-side:first-child a {
      padding-left: 11px;
      padding-right: 11px; }
  body #home-connected.row .left-side ~ .left-side {
    height: 206px;
    -webkit-border-radius: 9px/10px;
    -moz-border-radius: 9px/10px;
    border-radius: 9px/10px;
    background-color: #008fd9;
    padding: 20px 10px 6px 20px;
    float: left; }
    body #home-connected.row .left-side ~ .left-side h3.hiruko-font {
      text-align: left;
      width: 177px; }
    body #home-connected.row .left-side ~ .left-side h1.hiruko-font {
      margin-top: 10px;
      width: 172px;
      color: #ffffff;
      font-size: 30px; }
    body #home-connected.row .left-side ~ .left-side p.disclaimer {
      font-size: 14px;
      margin-top: 10px;
      white-space: nowrap; }
    body #home-connected.row .left-side ~ .left-side a.btn {
      margin-top: 5px; }
    body #home-connected.row .left-side ~ .left-side img {
      position: relative;
      float: right;
      width: 47%;
      top: -90px;
      left: 20px; }

.es #home-connected.row .left-side:first-child h2 {
  font-size: 32px; }
.es #home-connected.row .left-side:first-child p {
  font-size: 17px; }
  .es #home-connected.row .left-side:first-child p + p {
    font-size: 14px;
    max-width: 100%;
    padding: 17px 0 8px; }
.es #home-connected.row .left-side ~ .left-side p {
  padding-top: 6px; }
.es #home-connected.row .left-side ~ .left-side a {
  margin-top: 4px; }
.es #home-connected.row .left-side ~ .left-side h3.hiruko-font {
  font-size: 19px;
  line-height: 23px; }
.es #home-connected.row .left-side ~ .left-side h1.hiruko-font {
  font-size: 24px;
  width: 180px; }

/* video section */
#home-video {
  width: 939px;
  height: 500px;
  -webkit-border-radius: 10px/9px;
  -moz-border-radius: 10px/9px;
  border-radius: 10px/9px;
  background-color: #008fd9;
  margin-bottom: 33px; }
  #home-video .right-side {
    width: 202px; }
    #home-video .right-side h2 {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 22px; }
    #home-video .right-side h5 {
      font-size: 18px;
      line-height: 21px;
      text-align: center;
      display: block;
      padding: 10px 0 18px; }
    #home-video .right-side a img {
      vertical-align: top; }
    #home-video .right-side a.active-video {
      border: 3px solid #FFFFFF;
      display: block; }
      #home-video .right-side a.active-video img {
        width: auto;
        height: 110px; }
    #home-video .right-side a.btn {
      width: 200px;
      height: 39px;
      line-height: 39px;
      margin-top: 5px; }
  #home-video #video-player-container {
    display: none; }

.es #home-video .right-side h2 {
  font-size: 23px;
  margin-bottom: 32px; }

/**
* Flexslider
*/
.flexslider {
  position: relative; }

.flex-direction-nav a {
  display: block;
  width: 21px;
  height: 57px;
  position: absolute;
  top: 50%;
  margin-top: -50px; }
.flex-direction-nav .flex-prev {
  background: transparent url("/img/homepage/left-arrow.png") no-repeat;
  left: 130px; }
.flex-direction-nav .flex-next {
  background: transparent url("/img/homepage/right-arrow.png") no-repeat;
  right: 129px; }

/*# sourceMappingURL=homepage.css.map */
