/* Variables */
/* Colors */
/* Fonts */
/* mixins */
.hide-text {
  text-indent: -9999px;
}
.uppercase {
  text-transform: uppercase;
}
.font-smooth {
  -webkit-font-smoothing: antialiased;
}
.underline {
  text-decoration: underline;
}
.clearfix-ie {
  clear: both;
  height: 1px;
  display: block;
}
html,
body {
  width: 100%;
}
.mj-btn {
  background: #1fa8e3;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding: 14px 25px;
  text-transform: uppercase;
  display: inline-block;
}
.mj-btn:hover {
  border: 0;
  text-decoration: none;
  color: #fff;
  background: #7b1fa6;
}
.mj-btn.clear-white {
  background: transparent;
}
.mj-btn.clear-white:hover {
  background: #fff;
  color: #1fa8e3;
}
.mj-btn.green {
  background: #45b941;
}
.mj-btn.green:hover {
  background: #fff;
  color: #45b941;
}
.mj-btn.green-gray {
  background: #45b941;
}
.mj-btn.green-gray:hover {
  background: #8a9598;
  color: #fff;
}
.mj-btn.purple {
  background: #7b1fa6;
}
.mj-btn.purple:hover {
  background: #8a9598;
  color: #fff;
}
.mj-btn.white {
  background: #fff;
  color: #000;
}
.mj-btn.white:hover {
  background: #000;
  color: #fff;
}
.mj-btn.blue-white {
  background: #1fa8e3;
}
.mj-btn.blue-white:hover {
  background: #fff;
  color: #1fa8e3;
}
.mj-btn.blue-grey {
  background: #1fa8e3;
}
.mj-btn.blue-grey:hover {
  background: #8a9598;
  color: #fff;
}
.callerID,
.globe,
.phone-2-phone,
.phone {
  background: url(../img/key-sprites.png) no-repeat;
  display: block;
}
nav {
  height: 90px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
nav #brand {
  background: url(../img/magicJack-logo.png) no-repeat center center;
  display: inline-block;
  width: 142px;
  height: 90px;
  text-indent: -9999px;
  padding: 0;
  line-height: 90px;
  margin-right: 10px;
}
nav #brand:hover {
  border: none;
}
nav #support-list {
  float: right;
}
nav .nav-list li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
nav .nav-list li a {
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 10px;
  line-height: 1em;
}
nav .nav-list li a.active {
  color: #1fa8e3;
  border-bottom: 1px solid #1fa8e3;
}
nav .nav-list li a:hover {
  text-decoration: none;
  color: #bfc5c6;
  border-bottom: 1px solid #bfc5c6;
}
nav .nav-list li a.login {
  background: none;
  border: 1px solid #fff;
}
nav .nav-list li a.mj-btn {
  padding: 12px 15px 10px 15px;
}
nav .nav-list li a.mj-btn.login {
  padding-top:10px;
  padding-bottom:8px;
}
nav .nav-list .social {
  margin: 0 4px;
  vertical-align: middle;
}
nav .nav-list .social a {
  display: block;
  background: url(../img/social-icon-sprite.png) no-repeat 8px 3px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
  border: 0;
  padding: 0px;
}
nav .nav-list .social a:hover {
  border: 0;
}
nav .nav-list .social.facebook a {
  background-position: 2px 3px;
  width: 13px;
}
nav .nav-list .social.facebook a:hover {
  background-position: 2px -23px;
}
nav .nav-list .social.twitter a {
  background-position: -16px 3px;
}
nav .nav-list .social.twitter a:hover {
  background-position: -16px -24px;
}
nav .nav-list .social.googlepls a {
  background-position: -41px 3px;
}
nav .nav-list .social.googlepls a:hover {
  background-position: -41px -23px;
}
nav .nav-list .social.pinterest {
  margin-right: 19px;
}
nav .nav-list .social.pinterest a {
  background-position: -71px 3px;
}
nav .nav-list .social.pinterest a:hover {
  background-position: -71px -23px;
}
mav .nav-list .social.blog {
}
nav .nav-list .social.blog a {
  background: url(../img/social-icon-blog-sprite.png) no-repeat 0 1px;
}
nav .nav-list .social.blog a:hover {
  background-position: 0 -22px;
}
@media only screen and (max-width: 992px) {
  nav .nav-list .social {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  nav .nav-list .social.twitter {
    margin-right: 10px;
  }
  nav .nav-list li {
    margin: 0 3px;
  }
  nav .nav-list li a {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
nav .menu-toggle {
  display: none;
}
nav .menu-toggle .nav-icon {
  width: 38px;
  height: 27px;
  background: url(../img/menu-sprite.png) no-repeat 0 0;
  display: block;
  margin: 30px 20px 0 0;
}
@media only screen and (max-width: 992px) {
  nav #brand {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  nav {
    padding: 0 0px;
  }
  nav.toggled {
    height: 100%;
  }
  nav.toggled ul.nav-icon {
    background-position: -60px 0;
  }
  nav.toggled ul.nav-list {
    display: block;
  }
  nav #brand,
  nav .menu-toggle {
    margin: 0 10px;
  }
  nav .container {
    padding: 0;
  }
  nav .nav-list {
    display: none;
    clear: both;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  nav .nav-list li {
    padding: 0 10px;
    clear: both;
    display: block;
    width: 100%;
    line-height: 1.1em;
    margin: 20px 0;
  }
  nav .nav-list li a {
    font-size: 18px;
  }
  nav #support-list {
    text-align: left;
    padding: 0 10px;
    float: right;
  }
  nav #support-list li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
  nav #support-list li a {
    color: #fff;
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
  }
  nav #support-list li.social {
    display: none;
    text-align: left;
  }
  nav .menu-toggle {
    display: inline-block;
  }
}
@media only screen and (max-width: 1200px) {
  #hero {
    height: auto;
  }
}
#hero .carousel.dark .carousel-indicators {
  bottom: 10px;
}
#hero .carousel.dark .carousel-indicators li {
  margin: 0px 3px;
  width: 12px;
  height: 12px;
  border-color: #000000;
  border: 2px solid black;
}
#hero .carousel.dark .carousel-indicators li:hover {
  background-color: #CACACA;
  border-color: #CACACA;
}
#hero .carousel.dark .carousel-indicators li.active {
  background-color: #000000;
}
#hero .carousel.dark .carousel-control {
  outline: none;
  background: none;
  z-index: 999;
}
#hero .carousel.dark .carousel-control span.arrows, span.arrows {
  width: 32px;
  height: 71px;
  background: url(../img/hero/carousel-control-sprite-dark.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -35px;
}
#hero .carousel.dark .carousel-control.right span {
  background-position: -32px 0 !important;
}
@media only screen and (max-width: 767px) {
  #hero .carousel.dark a.carousel-control {
    display: none;
  }
}
#hero .carousel .carousel-indicators {
  bottom: 10px;
}
#hero .carousel .carousel-indicators li {
  margin: 0px 3px;
  width: 12px;
  height: 12px;
  border: 2px solid white;
}
#hero .carousel .carousel-indicators li:hover {
  background-color: #CACACA;
  border-color: #CACACA;
}
#hero .carousel .carousel-inner {
  height: 624px;
  width: 100%;
}
#hero .carousel .carousel-control {
  background: none;
  outline: none;
}
#hero .carousel.dark .carousel-control span.arrows, span.arrows {
  width: 32px;
  height: 71px;
  background: url(../img/hero/carousel-control-sprite.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -35px;
}
#hero .carousel .carousel-control.right span {
  background-position: -32px 0;
}
@media only screen and (max-width: 767px) {
  #hero .carousel a.carousel-control {
    display: none;
  }
}
#hero .carousel .item {
  width: 100%;
  height: 100%;
  padding-top: 90px;
}
#hero .carousel #slide-3million {
  background: #131615 url(../img/hero/get-magicjack.jpg) no-repeat center center;
}
#hero .carousel #slide-3million h1 {
  margin-top: 90px;
  font: normal normal 700 14px 'Proxima Nova', sans-serif;
  color: #45b941;
  font-size: 52px;
  margin-bottom: 50px;
  line-height: 1em;
}
#hero .carousel #slide-3million .winner {
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  font-size: 24px;
  color: white;
  margin-bottom: 10px;
  display: block;
  -webkit-font-smoothing: antialiased;
}
#hero .carousel #slide-3million img {
  margin: 0 auto 40px;
  display: block;
  max-width: 100%;
}
#hero .carousel #slide-3million .mj-btn {
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 992px) {
  #hero .carousel #slide-3million h1 {
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #hero .carousel #slide-3million {
    background: #131615 url(../img/hero/get-magicjack.jpg) no-repeat center 160px;
    background-size: 140%;
  }
  #hero .carousel #slide-3million br {
    display: none;
  }
  #hero .carousel #slide-3million h1 {
    font-size: 28px;
  }
  #hero .carousel #slide-3million .winner {
    font-size: 14px;
  }
  #hero .carousel #slide-3million img {
    width: 70%;
  }
  #hero .carousel #slide-3million .hide-it {
    display: none;
  }
}
#hero .carousel #math-magic {
  padding-top: 0;
  background-color: #e5e5e5;
}
#hero .carousel #math-magic .wmn-pc {
  height: 624px;
  background: url(../img/hero/math-bg.jpg) no-repeat -160px 0;
}
#hero .carousel #math-magic .slide-container {
  margin-top: 100px;
}
#hero .carousel #math-magic .slide-container > h1 {
  font: normal normal 700 14px 'Proxima Nova', sans-serif;
  color: #1fa8e3;
  font-size: 72px;
  line-height: 0.8em;
}
#hero .carousel #math-magic .slide-container > h1 span {
  font-size: 42px;
  display: block;
}
#hero .carousel #math-magic .slide-container .features-bucket {
  width: 100%;
  height: 160px;
}
#hero .carousel #math-magic .slide-container .features-bucket .feature {
  display: inline-block;
  float: left;
  background: url(../img/hero/banner-tabs.jpg) no-repeat 0 1px;
  width: 169px;
  height: 150px;
  padding: 15px;
}
#hero .carousel #math-magic .slide-container .features-bucket .feature .top {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 2px 0 5px;
  color: white;
  border-bottom: 1px solid white;
}
#hero .carousel #math-magic .slide-container .features-bucket .feature .small {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 11px;
  display: inline-block;
  color: white;
  margin-top: 18px;
  line-height: 0.9em;
  font-style: italic;
}
#hero .carousel #math-magic .slide-container .features-bucket .feature h1 {
  font: normal normal 800 14px 'Proxima Nova', sans-serif;
  font-size: 54px;
  text-align: center;
  color: white;
  margin: 5px 0 0 0;
  position: relative;
}
#hero .carousel #math-magic .slide-container .features-bucket .feature h1 > small {
  font: normal normal bold 14px 'Proxima Nova', sans-serif;
  font-size: 24px;
  color: white;
  vertical-align: top;
  position: relative;
  top: 9px;
}
#hero .carousel #math-magic .slide-container .features-bucket .feature h1 > small:nth-of-type(1) {
  font: normal normal 800 14px 'Proxima Nova', sans-serif;
  font-size: 22px;
}
#hero .carousel #math-magic .slide-container .features-bucket .feature h1 > span {
  font: normal normal 500 14px 'Proxima Nova', sans-serif;
  font-size: 14px;
  display: block;
  margin-top: -10px;
}
#hero .carousel #math-magic .slide-container .features-bucket .one h1 {
  margin-top: -35px;
}
#hero .carousel #math-magic .slide-container .features-bucket .two {
  background-position: 0 -300px;
  margin: 0 5px;
}
#hero .carousel #math-magic .slide-container .features-bucket .three {
  background-position: 0 -300px;
}
#hero .carousel #math-magic .slide-container .tag-line {
  display: block;
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 25px;
  color: #1fa8e3;
}
#hero .carousel #math-magic .slide-container > small {
  font: normal normal 500 14px 'Proxima Nova', sans-serif;
  font-size: 10px;
  display: block;
  color: #8a9598;
  margin-top: 20px;
}
@media only screen and (max-width: 992px) {
  #hero .carousel #math-magic .wmn-pc {
    background-position: -270px 0;
  }
  #hero .carousel #math-magic .slide-container h1 {
    font-size: 52px;
  }
  #hero .carousel #math-magic .slide-container h1 > span {
    font-size: 28px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket {
    height: 135px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .feature {
    background-size: 100%;
    width: 140px;
    height: 125px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .feature .top {
    font-size: 14px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .feature .small {
    font-size: 9px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .feature h1 {
    font-size: 38px;
    margin: 9px 0 0 0;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .feature h1 > small {
    font-size: 15px;
    top: 6px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .feature h1 > small:nth-of-type(1) {
    font-size: 15px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .feature h1 > span {
    font-size: 12px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .one h1 {
    margin-top: -27px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .two {
    background-position: 0 -246px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .three {
    background-position: 0 -246px;
  }
  #hero .carousel #math-magic .slide-container .tag-line {
    font-size: 20px;
  }
  #hero .carousel #math-magic .slide-container > small {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  #hero .carousel #math-magic .container {
    background: url(../img/hero/math-bg.jpg) no-repeat -120px 0;
  }
  #hero .carousel #math-magic .wmn-pc {
    display: none;
  }
  #hero .carousel #math-magic .slide-container {
    height: 420px;
  }
  #hero .carousel #math-magic .slide-container h1 {
    font-size: 22px;
    padding-top: 15px;
  }
  #hero .carousel #math-magic .slide-container h1 span {
    font-size: 12px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket {
    width: 158px;
    height: 131px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .feature {
    width: 74px;
    height: 65px;
    padding: 8px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .feature .top {
    font-size: 8px;
    padding: 0 0 5px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .feature .small {
    display: none;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .feature h1 {
    font-size: 23px;
    margin: 0;
    padding: 0;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .feature h1 > small {
    font-size: 9px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .feature h1 > small:nth-of-type(1) {
    font-size: 9px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .feature h1 > span {
    font-size: 8px;
    margin-top: -4px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .one {
    background-position: 0 0;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .two {
    background-position: 0 -130px;
  }
  #hero .carousel #math-magic .slide-container .features-bucket .three {
    background-position: 0 -130px;
    position: relative;
    left: 25%;
  }
  #hero .carousel #math-magic .slide-container .tag-line {
    font-size: 15px;
    width: 130px;
    margin-top: 9px;
    padding-right: 12px;
  }
  #hero .carousel #math-magic .slide-container .tag-line > br {
    display: none;
  }
  #hero .carousel #math-magic .slide-container > small {
    font-size: 7px;
    width: 138px;
    margin-top: -7px;
  }
}
#hero .carousel #slide-bundle {
  padding-top: 0;
}
#hero .carousel #slide-bundle .bg-lft {
  background: url(../img/hero/bundle-bg-repeat-lft.jpg) repeat-x 0px 0;
  width: 50%;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
}
#hero .carousel #slide-bundle .bg-rt {
  background: url(../img/hero/bundle-bg-repeat-rt.jpg) repeat-x 0px 0;
  width: 50%;
  height: 100%;
  left: 50%;
  position: absolute;
  z-index: -1;
}
#hero .carousel #slide-bundle .bg-rpt {
  background: url(../img/hero/bundle-bg.jpg) no-repeat center bottom;
  height: 100%;
  width: 100%;
}
#hero .carousel #slide-bundle .bg-rpt .copy {
  margin: 130px 0 0 0;
}
#hero .carousel #slide-bundle .bg-rpt .copy h1 {
  font: normal normal 700 14px 'Proxima Nova', sans-serif;
  font-size: 52px;
  color: white;
  line-height: 1em;
}
#hero .carousel #slide-bundle .bg-rpt .copy h1 .blue {
  color: #1fa8e3;
}
#hero .carousel #slide-bundle .bg-rpt .copy h3 {
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  font-size: 25.84px;
  margin: 30px 0 0 0;
  color: white;
}
#hero .carousel #slide-bundle .bg-rpt .copy p {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 25.84px;
  margin: 0 0 30px 0;
  color: white;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 992px) {
  #hero .carousel #slide-bundle .bg-rpt .copy h1 {
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  #hero .carousel #slide-bundle .bg-rpt .copy h3 {
    font-size: 22px;
  }
  #hero .carousel #slide-bundle .bg-rpt .copy p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #hero .carousel #slide-bundle .bg-rpt .copy h1 {
    font-size: 30px;
  }
  #hero .carousel #slide-bundle .bg-rpt .copy h3 {
    font-size: 18px;
    margin: 10px 0 0 0;
  }
  #hero .carousel #slide-bundle .bg-rpt .copy p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  #hero .carousel #slide-bundle .bg-rpt .copy {
    margin: 160px 0 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  #hero .carousel #slide-bundle .bg-rpt {
    background: url(../img/hero/bundle-bg.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: 60% 15px;
  }
  #hero .carousel #slide-bundle .bg-rpt .copy {
    margin: 130px 0 58px 0px;
    padding-left: 15px;
  }
  #hero .carousel #slide-bundle .bg-rpt .copy h1 {
    font-size: 30px;
    margin-bottom: 0;
  }
  #hero .carousel #slide-bundle .bg-rpt .copy p {
    font-size: 16px;
  }
  #hero .carousel #slide-bundle .bg-rpt .copy p .smaller {
    font-size: 13px;
  }
  #hero .carousel #slide-bundle .bg-rpt .copy .lower-copy {
    font-size: 11px;
    display: "";
    margin: 0;
  }
  #hero .carousel #slide-bundle .bg-rpt .hide-it {
    display: none;
  }
}
#hero .carousel #slide-app {
  background: url(../img/hero/app-slide-bg.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #hero .carousel #slide-app {
    background: url(../img/hero/app-slide-bg.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: 45% 15px;
  }
  #hero .carousel #slide-app br {
    display: none;
  }
}
#hero .carousel #slide-app .copy {
  margin: 65px 0 0 0;
}
#hero .carousel #slide-app .copy h1 {
  font: normal normal 700 14px 'Proxima Nova', sans-serif;
  font-size: 52px;
  color: #7b1fa6;
  line-height: 1em;
}
#hero .carousel #slide-app .copy p {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 26px;
  margin: 25px 0 25px 0;
}
#hero .carousel #slide-app .copy ul {
  list-style: none;
  padding: 0;
}
#hero .carousel #slide-app .copy ul li {
  float: left;
  margin-right: 10px;
  width: 150px;
}
#hero .carousel #slide-app .copy ul li a {
  background: url(../img/app-rollover-sprite-small.png) no-repeat;
}
#hero .carousel #slide-app .copy ul li .istore {
  background-position: 0 0;
  width: 154px;
  height: 50px;
  display: block;
}
#hero .carousel #slide-app .copy ul li .istore:hover {
  background-position: 0 -51px;
}
#hero .carousel #slide-app .copy ul li .googleplay {
  background-position: 0 -104px;
  width: 154px;
  height: 50px;
  display: block;
}
#hero .carousel #slide-app .copy ul li .googleplay:hover {
  background-position: 0 -157px;
}
@media only screen and (max-width: 767px) {
  #hero .carousel #slide-app .copy ul {
    width: 155px;
    height: 100px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 992px) {
  #hero .carousel #slide-app .copy h1 {
    font-size: 40px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  #hero .carousel #slide-app .copy p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 992px) {
  #hero .carousel #slide-app .copy {
    margin: 55px 0 0 65px;
  }
}
@media only screen and (max-width: 767px) {
  #hero .carousel #slide-app div.copy {
    margin: 0 140px 0 15px;
  }
  #hero .carousel #slide-app div.copy h1 {
    font-size: 28px;
    margin-top: 30px;
  }
  #hero .carousel #slide-app div.copy p {
    font-size: 19px;
  }
}
#hero .carousel #slide-digitalphone {
  background: url(../img/hero/MJ-Service/back.jpg) no-repeat center center;
  background-size: cover;
}
#hero .carousel #slide-digitalphone .maingrfx {
  position:relative;
  background: url(../img/hero/MJ-Service/maingrfx.png) no-repeat center 30%;
  background-size:100% auto;
  margin:0 auto;
  color:#009CCE;
  text-align:center;
  width:98%;
  height:400px;
}
#hero .carousel #slide-digitalphone .maingrfx h1 {
  margin:10px 0 2px 0;
  font-weight:bold;
  text-transform:uppercase;
  font-size:22px;
}
#hero .carousel #slide-digitalphone .maingrfx p {
  margin:0;
  font-size:15px;
}
#hero .carousel #slide-digitalphone .maingrfx .mj-btn {
  display:none;
  text-align:center;
  margin-top:252px;
  width:170px;
}
#hero .carousel #slide-digitalphone .bottombar {
  display:block;
  position:absolute;
  bottom:0;
  background:url(../img/hero/MJ-Service/bottom-slice.png) repeat-x;
  background-height:100%;
  width:100%;
  height:10px;
  overflow:hidden;
  text-align:center;
}
#hero .carousel #slide-digitalphone .bottombar img {
  display:none;
}
#hero .carousel #slide-digitalphone .bottombar #imgBR {
  margin-left:30px;
}
@media (min-width:580px) {
  #hero .carousel #slide-digitalphone .maingrfx { background-position-y:10%; }
}
@media (min-width:768px) {
  #hero .carousel #slide-digitalphone .maingrfx {
    background-position-y:center;
    width:760px;
    height:400px;
  }
  #hero .carousel #slide-digitalphone .maingrfx h1 {
    font-size:32px;
  }
  #hero .carousel #slide-digitalphone .maingrfx p {
    font-size:18px;
  }
  #hero .carousel #slide-digitalphone .maingrfx .mj-btn {
    display:inline-block;
  }
  #hero .carousel #slide-digitalphone .bottombar {
    display:block;
    position:absolute;
    bottom:0;
    background:url(../img/hero/MJ-Service/bottom-slice.png) repeat-x;
    background-height:100%;
    width:100%;
    height:116px;
    overflow:hidden;
    text-align:center;
  }
  #hero .carousel #slide-digitalphone .bottombar img {
    display:inline-block;
  }
  #hero .carousel #slide-digitalphone .maingrfx #btnLearnDigitalPhone {
    margin-right:380px;
  }
}
@media (min-width:992px) {
  #hero .carousel #slide-digitalphone .maingrfx {
    width:994px;
    height:400px;
  }
  #hero .carousel #slide-digitalphone .maingrfx #btnLearnDigitalPhone {
    margin-right:530px;
  }
  #hero .carousel #slide-digitalphone .maingrfx h1 {
    font-size:36px;
  }
  #hero .carousel #slide-digitalphone .maingrfx p {
    font-size:22px;
  }
}

/* BEGIN Rules for magicJack GO Carousel Slide */
#hero .carousel #slide-magicjack-go {
	background: url(../img/hero/mj-GO-hero-bg.jpg) no-repeat center center;
	background-size: cover;
}
#hero .carousel #slide-magicjack-go .mj-go-headline {
	background: url(../img/hero/mj-GO-headline.png) no-repeat center center;
	width: 100%;
	text-align: center;
	height: 94px;
	padding-top: 80px;
	color: #00aeef;
	font: normal normal 300 'Proxima Nova', sans-serif;
  	font-size: 18px;
}
#hero .carousel #slide-magicjack-go .mj-go-body {
	width: 100%;
	padding-top: 10px;
	position: relative;
}
#hero .carousel #slide-magicjack-go .mj-go-video {
	float: left;
    margin-bottom: 16px;
    margin-top: 8px;
    padding: 35px 25px 0 0;
    text-align: right;
    width: 50%;
}
#hero .carousel #slide-magicjack-go .mj-go-video img {
	width: 82%;
	height: 82%;
}
#hero .carousel #slide-magicjack-go .mj-go-buttons {
	clear: both;
	width: 63%;	
	text-align: center;
}
#hero .carousel #slide-magicjack-go .mj-btn {
	display: inline-block;
	padding: 8px;
	margin: 0 45px 10px 10px;
	font: normal normal 500 'Proxima Nova', sans-serif;
	border-radius: 4px;
	font-weight: bold;
}
a.mj-go-button,
a.mj-go-button-video {
	display: inline-block;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	padding: 8px;
	border-radius: 4px;
	margin: 0 45px 10px 10px;
	font: normal normal 500 'Proxima Nova', sans-serif;
	width: 100px;
}
a.mj-go-button:hover,
a.mj-go-button-video:hover {
	background-color: #00aeef;
	color: #fff;
	text-decoration: none;
}
a.mj-go-button-video {
	display: none;
}
#hero .carousel #slide-magicjack-go .mj-go-bullets {
	width: 50%;
	float: left;
}
#hero .carousel #slide-magicjack-go .mj-go-bullets ul {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	color: #fff;
	font-size: 17px;
	font: normal normal 300 'Proxima Nova', sans-serif;
	font-weight: 300;
}
#hero .carousel #slide-magicjack-go .mj-go-bullets ul li {
	height: 38px;
    padding-left: 40px;
    padding-top: 9px;
}
#hero .carousel #slide-magicjack-go .mj-go-bullets ul li span {
	text-transform: uppercase;
	margin-right: 4px;
	font: normal normal 800 'Proxima Nova', sans-serif;
	font-weight: 800;
	color: #00aeef;
	}
li.dates {
	background: url(../img/hero/mj-GO-icon-dates.png) no-repeat left center;
}
li.confcall {
	background: url(../img/hero/mj-GO-icon-confcall.png) no-repeat left center;
}
li.app {
	background: url(../img/hero/mj-GO-icon-app.png) no-repeat left center;
}
li.preorder {
	background: url(../img/hero/mj-GO-free-30-days.png) no-repeat left center;
	height: 90px !important;
	width: 255px;
	font-size:16px;
	padding-left: 84px !important;
	padding-top: .6em !important;
	margin-top: .7em;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	line-height: 150%;
}
#hero .carousel #slide-magicjack-go .mj-go-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #00aeef;
	height: 120px;
	padding-top: 10px;
	font: normal normal 500 'Proxima Nova', sans-serif;
}
#hero .carousel #slide-magicjack-go .mj-go-footer div.footer-wrap {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}
#hero .carousel #slide-magicjack-go .mj-go-footer ul {
	width: 200px;
	float: left;
	color: #fff;
	list-style-image: url(../img/hero/mj-GO-checkmark.png);
}
#hero .carousel #slide-magicjack-go .mj-go-device {
	position: absolute;
	bottom: -110px;
	right: 0;
	background: url(../img/hero/mj-GO-device3.png) bottom right no-repeat;
	width: 390px;
	height: 260px;
	z-index: 10; 
}

@media only screen and (max-width: 992px) {
	#hero .carousel #slide-magicjack-go .mj-go-buttons {
		width: 50%;
	}
	#hero .carousel #slide-magicjack-go .mj-go-device {
		right: -110px;
	}
	#hero .carousel #slide-magicjack-go .mj-go-footer ul {
		width: 170px;
	}
}
@media only screen and (max-width: 767px) {
	#hero .carousel #slide-magicjack-go .mj-go-headline {
		background: url(../img/hero/mj-GO-headline-sm.png) no-repeat center center;
		height: 50px;
		padding-top: 50px;
		font-size: 14px;
	}
	#hero .carousel #slide-magicjack-go .mj-go-video {
		display: none;
	}
	#hero .carousel #slide-magicjack-go .mj-go-buttons {
		text-align: center;
		padding-top: 10px;
		width: 48%;
	}
	a.mj-go-button {
		margin: 0 10px 10px 10px;
	}
	a.mj-go-button-video {
		display: inline-block;
		margin: 0 10px 10px 10px;
	}
	#hero .carousel #slide-magicjack-go .mj-go-footer {
		height: 15px;
	}
	#hero .carousel #slide-magicjack-go .mj-go-footer ul {
		display: none;
	}
	.mj-go-bullets ul li span {
		display: inline-block;
	}
	#hero .carousel #slide-magicjack-go .mj-go-bullets ul {
		margin: 0;
		font-size: 14px;
		padding: 10px 0 0 30px;
	}
	#hero .carousel #slide-magicjack-go .mj-go-bullets ul li {
		height: 34px;
	}
	li.preorder {
		background: url(../img/hero/mj-GO-free-30-days-sm.png) no-repeat left center;
		height: 50px !important;
		width: 280px;
		padding-left: 64px !important;
		padding-top: .5em !important;
		font-size:12px;
		line-height:150%; }
	#hero .carousel #slide-magicjack-go .mj-go-device {
		background: url(../img/hero/mj-GO-device-med.png) bottom right no-repeat;
		bottom: 0;
		right: -20px;;
	}
}
@media only screen and (max-width: 550px) {
	#hero .carousel #slide-magicjack-go .mj-go-bullets,
	#hero .carousel #slide-magicjack-go .mj-go-buttons{
		width: 100%;
	}
	#hero .carousel #slide-magicjack-go .mj-go-bullets ul {
		margin: 10px 0 0 0;
		font-size: 14px;
		padding: 10px 0 0 0;
		width: 100%;
	}
	#hero .carousel #slide-magicjack-go .mj-go-bullets ul li {
		height: 17px;
		padding-left: 10px;
		padding-top: 12px;
	}
	li.dates,
	li.confcall,
	li.app,
	li.preorder {
		background:none;
	}
	li.preorder {
		width: 100%;
		padding-left: 0 !important;
		padding-top: .7em !important;
		margin-top: 4.5em !important;
		height: 37px !important;
		font-size: 11px;
		font-weight: 800;
		text-align: center;
	}
	a.mj-go-button,
	a.mj-go-button-video {
		display: inline-block;
		background-color: #fff;
		color: #000;
		font-weight: bold;
		padding: 8px;
		border-radius: 4px;
		margin: 0 5px 5px 5px;
	}
	#hero .carousel #slide-magicjack-go .mj-go-device {
		background: url(../img/hero/mj-GO-device-sm.png) bottom right no-repeat;
		width: 220px;
		bottom: 70px;
		right: -14px;
	}
}
/* END Rules for magicJack GO Carousel Slide */

/* BEGIN Rules for Port Number Carousel Slide */
#hero .carousel #keepnumber {
	background: url("../img/hero/keepnumber/home_keepnumber_bg.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	padding-left: 1em;
	padding-right: 1em;
}

#hero .carousel #keepnumber .container,
#hero .carousel #keepnumber .row {
	position: relative;
}

#hero .carousel #keepnumber h1 {
	color: #fff;
	font-size: 47px;
	font-weight: 300;
	margin: 1em 0 .5em 0;
}

#hero .carousel #keepnumber h1 span {
	display: block;
	font-size: 49px;
	font-weight: 800;
}

#hero .carousel .keepnumber-icon {
	background: url(../img/hero/keepnumber/home_kn_icon_lg.png) no-repeat center;
	width: 204px;
	height: 202px;
	background-size: 100%;
	position: absolute;
	right: 2em;
	top: 4em;
}

.mj-btn.purple.large {
	font-size: 150%;
}

#hero .carousel #keepnumber table {
	background-color: #fff;
	width: 70%;
	margin-top: 2em;
}

#hero .carousel #keepnumber tr.magic {
	background-color: #f2f2f2;
}

#hero .carousel #keepnumber td {
	padding: .5em .8em;
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
}

#hero .carousel #keepnumber tr.magic td {
	padding: 1em .8em;
}

#hero .carousel #keepnumber td span {
	font-size: 14px;
}

#hero .carousel #keepnumber table.total-row {
	margin-top: .2em;
}

#hero .carousel #keepnumber table.total-row td {
	padding: 1.1em .8em;
}

@media only screen and (max-width: 992px) {
	#hero .carousel .keepnumber-icon {
		background: url(../img/hero/keepnumber/home_kn_icon_med.png) no-repeat center;
		width: 184px;
		height: 182px;
		top: 12em;
		right: 0;
	}
	
	#hero .carousel #keepnumber table {
		width: 77%;
	}
}

@media only screen and (max-width: 767px) {
	#hero .carousel #keepnumber h1 {
		font-size: 5.5vw;
		margin: .2em 0 .5em 0;
	}

	#hero .carousel #keepnumber h1 span {
		display: block;
		font-size: 6vw;
		font-weight: 800;
	}
	#hero .carousel .keepnumber-icon {
		background: url(../img/hero/keepnumber/home_kn_icon_sm.png) no-repeat center;
		width: 124px;
		height: 122px;
		top: 8em;
	}
	#hero .carousel #keepnumber table {
		margin-top: 1em;
		width: 77%;
	}
	#hero .carousel #keepnumber td {
		padding: .4em .8em;
		font-size: 15px;
		line-height: 15px;
	}
	#hero .carousel #keepnumber tr.magic td {
		padding: .8em .8em;
		font-size: 15px;
		line-height: 15px;
	}
	#hero .carousel #keepnumber td span {
		font-size: 11px;
	}
	#hero .carousel #keepnumber table.total-row td {
		padding: .8em .8em;
	}
	.mj-btn.purple.large {
		font-size: 100%;
	}
}

@media only screen and (max-width: 580px) {
	#hero .carousel #keepnumber h1,
	#hero .carousel #keepnumber h1 span {
		font-size: 6.4vw;
		margin-bottom: .5em;
	}
	#hero .carousel .keepnumber-icon {
		background: url(../img/hero/keepnumber/home_kn_icon_xsm.png) no-repeat center;
		width: 84px;
		height: 82px;
		top: 6.5em;
		/* top: auto;
		bottom: 0; */
	}
	#hero .carousel #keepnumber table {
		width: 100%;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 460px) {
	#hero .carousel #keepnumber h1,
	#hero .carousel #keepnumber h1 span {
		font-size: 6.4vw;
		margin-bottom: 1.5em;
	}
	#hero .carousel #keepnumber table {
		margin-top: 30px;
	}
	#hero .carousel .keepnumber-icon {
		top: 5em;
	}
}
/* END Rules for Port Number Carousel Slide */

#hero .carousel #slide-esmracing {
  background: url(../img/hero/esmracing-slide-bg.png) no-repeat center center;
  background-size: cover;
}
#hero .carousel #slide-esmracing h1, #hero .carousel #slide-esmracing h2 {
  font-weight:bold;
  font-size:48px;
  margin:0 0 5px -3px;
  line-height:100%;
  color:white;
}
#hero .carousel #slide-esmracing h1 { font-size:68px }
#hero .carousel #slide-esmracing h1.green, #hero .carousel #slide-esmracing h2.green {
  color:#45b941;
}
#hero .carousel #slide-esmracing .firstLine { margin-top:55px }
#hero .carousel #slide-esmracing #smallLogos { margin-top:140px }
#hero .carousel #slide-esmracing #smallLogos img { vertical-align:top; margin-right:22px }
@media only screen and (max-width: 767px) {
  #hero .carousel #slide-esmracing {
    background: url(../img/hero/esmracing-slide-bg.png) no-repeat 0 0;
    background-size: cover;
    background-color:black;
    background-position: 45% 15px;
  }
  #hero .carousel #slide-esmracing h1 {
    font-size:58px;
    margin:0 0 5px 10px;
  }
  #hero .carousel #slide-esmracing h2 {
    font-size:38px;
    margin:0 0 5px 10px;
  }
  #hero .carousel #slide-esmracing .mj-btn {
    margin:0 0 5px 10px;
    font-size:13px;
    padding:10px 18px;
  }
  #hero .carousel #slide-esmracing .firstLine { margin-top:35px }
  #hero .carousel #slide-esmracing #smallLogos { display:none }
}
#hero .carousel #slide-5years {
  background: url(../img/hero/5years-bg.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #hero .carousel #slide-5years {
    background: url(../img/hero/5years-plc.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: 64% 0px;
  }
}
#hero .carousel #slide-5years .copy h1 {
  font: normal normal 700 14px 'Proxima Nova', sans-serif;
  font-size: 52px;
  color: white;
  margin: 60px 0 -10px 0;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}
#hero .carousel #slide-5years .copy h1 span {
  color: #1fa8e3;
}
#hero .carousel #slide-5years .copy .bucket {
  margin: 10px 0 0 0;
}
#hero .carousel #slide-5years .copy .bucket ul {
  list-style: none;
  padding: 0;
}
#hero .carousel #slide-5years .copy .bucket ul li h1 {
  margin: 0;
  display: block;
}
#hero .carousel #slide-5years .copy .bucket .one,
#hero .carousel #slide-5years .copy .bucket .two {
  height: 95px;
  margin-top: 60px;
}
#hero .carousel #slide-5years .copy .bucket .three {
  background: url(../img/hero/hero-circle.png) no-repeat center;
  height: 220px;
  background-size: auto;
}
#hero .carousel #slide-5years .copy .bucket .three .box {
  margin-top: 50px;
}
#hero .carousel #slide-5years .copy .bucket .three .box .lrg-detail-sp {
  font: normal normal bold 14px 'Proxima Nova', sans-serif;
  font-size: 41.8px;
  color: white;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
#hero .carousel #slide-5years .copy .bucket .three .box .sm-detail-sp {
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  font-size: 20.9px;
  color: white;
  display: block;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  #hero .carousel #slide-5years .copy .bucket .three .box .sm-detail-sp {
    line-height: 40px;
  }
}
#hero .carousel #slide-5years .copy .bucket .three .box .tn-detail {
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  font-size: 13.3px;
  color: white;
  display: block;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
#hero .carousel #slide-5years .copy .bucket .three .box .tn-detail small {
  width: 270px;
  padding: 0 60px;
  display: inline-block;
}
@media only screen and (max-width: 992px) {
  #hero .carousel #slide-5years .copy .bucket .three .box .tn-detail small {
    padding: 0 100px 0 60px;
  }
}
#hero .carousel #slide-5years .copy .bucket .sm-detail-right {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 19px;
  color: white;
  margin-bottom: 5px;
  display: block;
  -webkit-font-smoothing: antialiased;
}
#hero .carousel #slide-5years .copy .bucket .sm-detail-right .lrg-detail-in {
  font: normal normal 700 14px 'Proxima Nova', sans-serif;
  font-size: 41.92px;
  color: white;
  margin: 12px 0 10px 5px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
#hero .carousel #slide-5years .copy .bucket .sm-detail-right .lrg-detail-in small {
  font: normal normal 700 14px 'Proxima Nova', sans-serif;
  font-size: 26.68px;
  color: white;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}
#hero .carousel #slide-5years .copy .bucket .sm-detail {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 19px;
  color: white;
  margin-bottom: 5px;
  display: block;
  -webkit-font-smoothing: antialiased;
}
#hero .carousel #slide-5years .copy .bucket .sm-detail .lrg-detail-in {
  font: normal normal 700 14px 'Proxima Nova', sans-serif;
  font-size: 41.92px;
  color: white;
  margin: 12px 0 10px 5px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
#hero .carousel #slide-5years .copy .bucket .sm-detail .lrg-detail-in small {
  font: normal normal 700 14px 'Proxima Nova', sans-serif;
  font-size: 26.68px;
  color: white;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}
#hero .carousel #slide-5years .copy .bucket .lrg-detail {
  font: normal normal bold 14px 'Proxima Nova', sans-serif;
  font-size: 22px;
  color: white;
  margin-top: 2px;
  dislay: block;
  -webkit-font-smoothing: antialiased;
}
#hero .carousel #slide-5years .copy .bucket .brd {
  border-bottom: 1px solid;
  width: 99px;
  margin: 0 auto;
}
#hero .carousel #slide-5years .copy .bucket .brd.bl {
  border-color: #1fa8e3;
  margin-top: 10px;
}
@media only screen and (max-width: 992px) {
  #hero .carousel #slide-5years .copy .bucket .three {
    background: url(../img/hero/hero-circle-small.png) no-repeat center;
  }
  #hero .carousel #slide-5years .copy .bucket .three .box {
    margin-top: 50px;
  }
  #hero .carousel #slide-5years .copy .bucket .three .box .lrg-detail-sp {
    font-size: 31.8px;
  }
  #hero .carousel #slide-5years .copy .bucket .three .box .sm-detail-sp {
    font-size: 16.9px;
    margin-top: 5px;
  }
  #hero .carousel #slide-5years .copy .bucket .three .box .tn-detail {
    font-size: 11.3px;
  }
  #hero .carousel #slide-5years .copy .bucket .sm-detail {
    font-size: 16px;
  }
  #hero .carousel #slide-5years .copy .bucket .sm-detail .lrg-detail-in {
    font-size: 30.92px;
  }
  #hero .carousel #slide-5years .copy .bucket .sm-detail .lrg-detail-in small {
    font-size: 20.68px;
  }
  #hero .carousel #slide-5years .copy .bucket .lrg-detail {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  #hero .carousel #slide-5years .copy .bucket {
    margin: -45px 0 10px;
  }
  #hero .carousel #slide-5years .copy .bucket .three {
    height: 150px;
    margin: 0;
    background: none;
  }
  #hero .carousel #slide-5years .copy .bucket .three .box {
    position: relative;
    top: 66px;
    left: 2px;
    float: left;
    margin-top: 17px;
    width: 185px;
  }
  #hero .carousel #slide-5years .copy .bucket .three .box .lrg-detail-sp {
    float: right;
    margin-right: 25px;
    margin-top: 10px;
    font-size: 23px;
  }
  #hero .carousel #slide-5years .copy .bucket .three .box .sm-detail-sp {
    float: left;
    margin-bottom: 0;
    margin-top: 0;
    border-right: 1px solid #1fa8e3;
    padding-right: 12px;
    padding-top: 9px;
    height: 60px;
    font: normal normal bold 14px 'Proxima Nova', sans-serif;
    font-size: 14px;
    width: 79px;
    line-height: 40px;
  }
  #hero .carousel #slide-5years .copy .bucket .three .box .tn-detail {
    float: none;
    display: block;
    margin-right: 0;
    margin-top: 0;
    font-size: 7px;
  }
  #hero .carousel #slide-5years .copy .bucket .three .box .tn-detail small {
    width: 80px;
    padding: 0 0;
    display: block;
    float: right;
    margin-right: 13px;
    margin-top: 1px;
  }
  #hero .carousel #slide-5years .copy .bucket .sm-detail {
    float: left;
    width: 70px;
  }
  #hero .carousel #slide-5years .copy .bucket .sm-detail .hide-it-small {
    display: none;
  }
  #hero .carousel #slide-5years .copy .bucket .lrg-detail {
    font-size: 12px;
    margin-top: -9px;
    display: block;
    line-height: 40px;
  }
  #hero .carousel #slide-5years .copy .bucket .brd.bl {
    width: 0;
    border-bottom: 0;
    border-right: 1px solid;
    border-color: #1fa8e3;
    margin: 0 10px 0 10px;
    height: 57px;
    float: left;
  }
  #hero .carousel #slide-5years .copy .bucket .sm-detail-right {
    float: left;
  }
  #hero .carousel #slide-5years .copy .bucket .sm-detail-right .hide-it-small {
    display: none;
  }
  #hero .carousel #slide-5years .copy .bucket .sm-detail-right h1.lrg-detail-in {
    display: block;
    font-size: 31.92px;
  }
  #hero .carousel #slide-5years .copy .bucket .sm-detail-right h1.lrg-detail-in small {
    font-size: 16.68px;
  }
  #hero .carousel #slide-5years .copy .bucket .one,
  #hero .carousel #slide-5years .copy .bucket .two {
    margin-top: 0;
  }
  #hero .carousel #slide-5years .copy .bucket .one {
    height: 65px;
    margin-bottom: 0;
  }
  #hero .carousel #slide-5years .copy .bucket .two {
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 992px) {
  #hero .carousel #slide-5years .copy h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #hero .carousel #slide-5years .copy h1 {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #hero .carousel .carousel-inner {
    height: 420px;
  }
  #hero .carousel .hide-it {
    display: none;
  }
}
#overview {
  height: 610px;
  width: 100%;
  background: url(../img/overview-bg.jpg) repeat-x center top;
  padding: 75px 0;
}
@media only screen and (max-width: 1200px) {
  #overview {
    height: auto;
  }
}
#overview h1 {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 32px;
  margin-top:0;
  padding-top:0;
}
#overview p.header {
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  color: #8a9598;
  font-size: 14px;
  line-height: 1.6em;
  padding: 0 68px;
  margin-bottom: 55px;
}
#overview div.cost-table {
	max-width:500px;
	padding-bottom:30px;
}
@media (min-width:992px){
	#overview div.cost-table {
		float:right;
	}
}
#overview div.cost-table table {
	border:0;
	width:100%;
	margin-bottom:20px;
}
#overview div.cost-table table td {
	vertical-align:middle;
	color:#FFF;
	padding:5px 10px;
	font-size:21px;
	font-weight:200;
}
#overview div.cost-table table td.first {
	width:120px;
	text-align:center;
	border-right:1px solid;
}
#overview div.cost-table table td.last {
	padding-left:25px;
	text-align:left;
	padding-right:50px;
}
#overview div.cost-table table tr.first td{
	background:#45B941;
	border-bottom:2px solid;
}
#overview div.cost-table table tr.last td{
	background:#373737;
}
#overview div.cost-table table tr.first td.first{
	border-radius:6px 0 0 0;
}
#overview div.cost-table table tr.first td.last {
	border-radius:0 6px 0 0;
}
#overview div.cost-table table tr.last td.first {
	border-radius:0 0 0 6px;
}
#overview div.cost-table table tr.last td.last {
	border-radius:0 0 6px 0;
}
#overview div.bullet {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:184px;
	text-align:left;
	background:url(/img/green-tick.png) no-repeat left center;
	padding:1px 5px 1px 25px;
	margin:0 0 0 8px;
}
@media (min-width:409px){ #overview div.bullet { float:left } }
@media (min-width:425px){ #overview div.bullet { margin:0 0 0 16px } }
@media (min-width:441px){ #overview div.bullet { margin:0 0 0 24px } }
@media (min-width:457px){ #overview div.bullet { margin:0 0 0 32px } }
@media (min-width:473px){ #overview div.bullet { margin:0 0 0 40px } }
@media (min-width:489px){ #overview div.bullet { margin:0 0 0 48px } }
@media (min-width:505px){ #overview div.bullet { margin:0 0 0 56px } }
#overview .callout {
	width:151px;
	height:151px;
	background:url(/img/overview-callout-circle.png) no-repeat 0 0;
	text-align:center;
	padding-top:5px;
}
#overview .callout h2 {
	margin: 13px 0 1px 0;
}
#overview .callout h2, #overview .callout h2 strong, #overview .callout h2 small {
	color:#45B941;
	font:normal normal normal 24px 'Proxima Nova', sans-serif;
	display:block;
}
#overview .callout h2 strong {
	font-size:26px;
	font-weight:bold;
	text-transform:uppercase;
}
#overview .callout h2 small {
	font-size:13px;
}
#overview .callout p {
	padding:0 10px;
	margin-bottom:55px;
}
#overview .callout p, #overview .callout p strong {
	color:#8A9598;
	font:normal normal normal 11px 'Proxima Nova', sans-serif;
	line-height:1.2em;
}
#overview .callout p strong {
	font-weight:bold;
}
#overview .bucket {
	position:relative;
	background:url(/img/overview-mjGO.png) no-repeat;
	background-position:center -10px;
	height:320px;
}
#overview .bucket .callout {
	position:absolute;
	top:140px;
	left:0;
	right:0;
	margin:0 auto;
}
@media (min-width:768px) {
	#overview .bucket {
		height:220px;
		width:460px;
		background-position:left -10px;
	}
	#overview .bucket .callout {
		top:10px;
		left:auto;
		right:0;
	}
}
@media (min-width:992px) {
	#overview p.header {
		max-width:630px;
	}
	#overview div.cost-table {
		float:left;
		width:500px;
		margin:0 25px 0 85px;
	}
	#overview .bucket {
		float:left;
		width:301px;
	}
	#overview .bucket .callout {
		position:absolute;
		top:-118px;
		right:-15px;
	}
}
#overview .cost-bucket {
  border-right: 1px solid #bfc5c6;
  color: #7b1fa6;
  padding-bottom: 0px;
  padding-left: 40px;
}
#overview .cost-bucket h2 {
  line-height: 1em;
  padding-left: 46px;
  font: normal normal bold 14px 'Proxima Nova', sans-serif;
  font-size: 62px;
  margin: 2px 0 0 0;
}
#overview .cost-bucket h2 span {
  display: inline-block;
  margin-top: 5px;
}
#overview .cost-bucket h2 span.small-upper {
  vertical-align: text-top;
  font-size: 30px;
}
#overview .cost-bucket h2 span.small-year {
  position: relative;
  left: -46px;
  font-size: 18px;
}
#overview .cost-bucket .underline {
  color: #7b1fa6;
  text-decoration: none;
}
#overview .cost-bucket .underline:hover {
  text-decoration: underline;
}
#overview .cost-bucket h3 {
  line-height: 1em;
  margin: 0;
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  font-size: 13px;
  color: #7b1fa6;
  margin-bottom: 20px;
  padding: 0 15px 0 50px;
}
#overview .cost-bucket p {
  font-size: 12px;
  line-height: 1.1em;
  margin-bottom: 0px;
  padding: 0 50px;
}
#overview .features-bucket ul {
  padding-top: 0px;
  padding-left: 30px;
  text-align: left;
  margin-top: -10px;
}
#overview .features-bucket ul li {
  padding-left: 25px;
  padding-top: 1px;
  background: url(../img/green-tick.png) no-repeat left center;
  color: #45b941;
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
}
#overview .mj-callout-bucket {
  background: url(../img/overview-mjGO.png) no-repeat center -10px;
  height: 200px;
  position: relative;
}
#overview .mj-callout-bucket .callout {
  position: absolute;
  width: 151px;
  height: 151px;
  top: -114px;
  right: 37px;
  background: url(../img/overview-callout-circle.png) no-repeat 0 0;
  text-align: center;
  padding-top: 5px;
}
#overview .mj-callout-bucket .callout h2 {
  color: #45b941;
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  font-size: 24px;
  margin: 13px 0 1px 0;
}
#overview .mj-callout-bucket .callout h2 strong {
  font: normal normal bold 14px 'Proxima Nova', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  display: block;
}
#overview .mj-callout-bucket .callout h2 small {
  margin-top: 3px;
  font-size: 13px;
  display: block;
  color: #45b941;
}
#overview .mj-callout-bucket .callout p {
  font-size: 11px;
  padding: 0 10px;
  line-height: 1.2em;
}
#overview .buttons {
  margin-top: 10px;
}
#overview .mj-btn {
  display: inline-block;
  margin: 0 4px;
}
@media only screen and (max-width: 767px) {
  #overview {
    background: #fff;
  }
  #overview p {
    padding: 0 10px;
  }
  #overview .cost-bucket h2 {
    padding-left: 0px;
  }
  #overview .cost-bucket h3 {
    padding: 0 30px 0 30px;
  }
  #overview .features-bucket {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  #overview .features-bucket ul {
    display: inline-block;
    width: auto;
    padding-left: 0;
  }
  #overview .mj-callout-bucket {
    height: 320px;
    padding-top: 150px;
    background-position: center top;
    text-align: center;
  }
  #overview .mj-callout-bucket .callout {
    position: static;
    display: inline-block;
  }
  #overview .buttons a {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 992px) {
  #overview .cost-bucket {
    padding: 0;
  }
  #overview .cost-bucket,
  #overview .features-bucket {
    margin-bottom: 40px;
    /* margin: 40px 0;
      float: none;*/
  }
  #overview div.mj-callout-bucket {
    clear: both;
  }
  #overview div.mj-callout-bucket div.callout {
    position: relative;
    top: auto;
    right: 0;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  #overview div.mj-callout-bucket div.callout {
    float: none;
  }
}
#calling {
  background: #1fa8e3 url(../img/calling-bg.jpg) no-repeat center center;
  height: 610px;
  min-height: 610px;
}
@media only screen and (max-width: 1200px) {
  #calling {
    height: auto;
  }
}
#calling h1 {
  margin-top: 120px;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 32px;
  color: #fff;
}
#calling .buckets {
  color: #fff;
  margin-top: 45px;
}
@media (max-width: 992px) {
  #calling .buckets > div {
    width: 70%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #calling .buckets > div {
    width: 80%;
  }
}
#calling .buckets .callerID,
#calling .buckets .globe,
#calling .buckets .phone-2-phone,
#calling .buckets .phone {
  background: url(../img/key-sprites.png) no-repeat;
  display: block;
}
#calling .buckets .callerID {
  background-position: 0 13px;
  width: 120px;
  height: 100px;
}
#calling .buckets .globe {
  background-position: 0 -81px;
  width: 120px;
  height: 100px;
}
#calling .buckets .phone-2-phone {
  background-position: 0 -287px;
  width: 120px;
  height: 100px;
}
#calling .buckets .phone {
  background-position: 0 -184px;
  width: 120px;
  height: 100px;
}
#calling .buckets h2 {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  #calling .buckets h2 {
    text-align: center;
  }
  #calling .buckets .callerID,
  #calling .buckets .globe,
  #calling .buckets .phone-2-phone,
  #calling .buckets .phone {
    margin: 0 auto;
  }
  #calling .buckets p {
    text-align: center;
  }
}
#calling .buckets p {
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  line-height: 1.5em;
  font-size: 14px;
}
@media only screen and (max-width: 992px) {
  #calling .buckets {
    margin: 20px 0;
  }
  #calling h1 {
    margin-top: 60px;
  }
}
#setup {
  background: #ffffff url(../img/setup-bg.jpg) no-repeat center bottom;
  height: 610px;
  min-height: 610px;
  padding: 120px 0;
}
@media only screen and (max-width: 1200px) {
  #setup {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #setup {
    text-align: center;
    background: #fff;
  }
  #setup div.steps,
  #setup div.steps div {
    padding: 0 10px;
    margin: 20px 0;
  }
}
#setup p {
  color: #8a9598;
  line-height: 1.3em;
  margin: 15px 0;
}
#setup a.play-video {
  display: block;
}
#setup a.mj-btn {
  margin-top: 20px;
  width: 220px;
  text-align: center;
}
#setup h1 {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 32px;
  margin: 0;
}
#setup .steps {
  text-align: center;
  padding: 0 35px 0 95px;
}
#setup .steps h3 {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 24px;
  margin: 10px 0;
}
#setup .steps .step2 {
  margin-top: 80px;
}
@media only screen and (max-width: 992px) {
  #setup .steps {
    padding: 0 15px 0 60px;
  }
  #setup .steps .step2 {
    margin-top: 60px;
  }
}
#goodbye-bills {
  background: #f5f5f5 url(../img/bill-bg.jpg) no-repeat center bottom;
  height: 610px;
  min-height: 610px;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
  #goodbye-bills {
    height: auto;
  }
}
#goodbye-bills h1 {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 32px;
  margin: 0;
}
#goodbye-bills p {
  color: #8a9598;
  line-height: 1.4em;
  padding: 0 130px;
  margin: 20px 0;
}
#goodbye-bills .savings {
  color: #8a9598;
}
#goodbye-bills .savings > div {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #goodbye-bills .savings > div {
    margin-top: 40px;
  }
}
#goodbye-bills .savings strong {
  font: normal normal bold 14px 'Proxima Nova', sans-serif;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px;
}
#goodbye-bills .savings h1 {
  font: normal normal 800 14px 'Proxima Nova', sans-serif;
  font-size: 62px;
  color: #1fa8e3;
  line-height: 1em;
}
#goodbye-bills .savings h1 > small {
  color: #1fa8e3;
  font: normal normal 800 14px 'Proxima Nova', sans-serif;
  font-size: 30px;
  vertical-align: text-top;
  display: inline-block;
  margin-top: 5px;
}
#goodbye-bills .savings p {
  padding: 0;
  margin: 0;
}
#goodbye-bills .savings .line-seperator {
  height: 1px;
  border-bottom: 1px solid #bfc5c6;
  width: 50%;
  margin: 5px auto;
  display: block;
}
#goodbye-bills .savings .purple {
  font-size: 12px;
  color: #7b1fa6;
}
#goodbye-bills .savings small {
  display: block;
  font-size: 12px;
}
#goodbye-bills .stack-up h2 {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 24px;
  padding: 0 130px;
  margin: 40px 0 20px 0;
  line-height: 1.2em;
}
#goodbye-bills .stack-up .mj-btn {
  width: 150px;
}
@media only screen and (max-width: 767px) {
  #goodbye-bills p {
    padding: 0;
  }
  #goodbye-bills .stack-up h2 {
    padding: 0;
  }
}
#app-location {
  height: 610px;
  background: url(../img/app-bg.jpg) repeat-x top;
}
@media only screen and (max-width: 1200px) {
  #app-location {
    height: auto;
  }
}
#app-location .push {
  margin-top: 90px;
}
#app-location h1 {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 32px;
  margin-top: 25px;
  margin-bottom: 25px;
  color: white;
  padding: 0 100px 0 0;
}
#app-location p {
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  font-size: 14px;
  margin-bottom: 75px;
  line-height: 1.4em;
  padding: 0 160px 0 0px;
  color: white;
}
#app-location .iphone {
  height: 610px;
  background: url(../img/iphone.jpg) no-repeat;
  background-position: 0 0;
}
#app-location ul {
  list-style: none;
  padding: 0;
}
#app-location ul li {
  display: inline-block;
  margin-right: 10px;
}
#app-location ul li a {
  background: url(../img/app-rollover-sprite.png) no-repeat;
}
#app-location ul li .istore {
  background-position: 0 0;
  width: 192px;
  height: 60px;
  display: block;
}
#app-location ul li .istore:hover {
  background-position: 0 -66px;
}
#app-location ul li .googleplay {
  background-position: 0 -131px;
  width: 192px;
  height: 60px;
  display: block;
}
#app-location ul li .googleplay:hover {
  background-position: 0 -198px;
}
@media only screen and (max-width: 992px) {
  #app-location .push {
    margin-top: 50px;
  }
  #app-location h1 {
    padding: 0;
  }
  #app-location p {
    margin-bottom: 40px;
    padding: 0;
  }
  #app-location li {
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  #app-location {
    padding: 40px 0;
  }
  #app-location .push {
    margin-top: 18px;
  }
  #app-location img {
    display: block;
    margin: 0 auto;
  }
  #app-location h1 {
    text-align: center;
  }
  #app-location p {
    text-align: center;
  }
  #app-location ul.app-links {
    width: 195px;
    margin: 0 auto 10px;
  }
}
@media only screen and (max-width: 767px) {
  section#app-location {
    height: auto;
  }
}
#client-carousel {
  height: 610px;
  min-height: 610px;
}
@media only screen and (max-width: 1200px) {
  #client-carousel {
    height: auto;
  }
}
#client-carousel h1 {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 31px;
  text-align: center;
  margin: 110px 0 30px 0;
}
@media only screen and (max-width: 992px) {
  #client-carousel h1 {
    margin: 20px 0 30px 0;
  }
}
#client-carousel ol.carousel-indicators li.rollover {
  border: 2px solid #1fa8e3;
  margin: 0px 3px;
  width: 12px;
  height: 12px;
}
#client-carousel ol.carousel-indicators li.rollover:hover {
  background: #CACACA;
  border-color: #CACACA;
}
#client-carousel ol.carousel-indicators li.rollover.active {
  background-color: #1fa8e3;
}
@media only screen and (max-width: 767px) {
  #client-carousel .carousel-control {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #client-carousel .carousel-inner {
    height: 620px;
  }
}
#client-carousel .carousel-inner .item {
  height: 250px;
}
#client-carousel .carousel-inner .item h1 {
  display: block;
  height: 120px;
  line-height: 120px;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 992px) {
  #client-carousel .carousel-inner .item {
    height: 520px;
  }
}
@media only screen and (max-width: 767px) {
  #client-carousel .carousel-inner .item {
    height: 580px;
  }
}
#client-carousel #carousel-clients {
  padding-bottom: 60px;
}
#client-carousel .laptop,
#client-carousel .latimes,
#client-carousel .nytimes,
#client-carousel .pcmag,
#client-carousel .techc,
#client-carousel .usnews,
#client-carousel .cnbc,
#client-carousel .cnet,
#client-carousel .creports,
#client-carousel .fastc,
#client-carousel .bbcnews,
#client-carousel .pcworld {
  background: url(../img/testimonials-sprites.png) no-repeat 0 0;
  display: inline-block;
  text-indent: -9999px;
  vertical-align: middle;
}
#client-carousel .bbcnews {
  background-position: -89px -342px;
  width: 102px;
  height: 78px;
}
#client-carousel .cnet {
  background-position: 0 -449px;
  width: 77px;
  height: 76px;
}
#client-carousel .creports {
  background-position: 0 -113px;
  width: 235px;
  height: 31px;
}
#client-carousel .fastc {
  background-position: 0 -78px;
  width: 176px;
  height: 26px;
}
#client-carousel .laptop {
  background-position: 0 -195px;
  width: 149px;
  height: 32px;
}
#client-carousel .latimes {
  background-position: 0 -39px;
  width: 231px;
  height: 30px;
}
#client-carousel .nytimes {
  background-position: 0 0;
  width: 237px;
  height: 33px;
}
#client-carousel .pcmag {
  background-position: 0 -341px;
  width: 77px;
  height: 100px;
}
#client-carousel .pcworld {
  background-position: 0 -153px;
  width: 148px;
  height: 33px;
}
#client-carousel .techc {
  background-position: 0 -238px;
  width: 236px;
  height: 33px;
}
#client-carousel .usnews {
  background-position: 0 -278px;
  width: 194px;
  height: 54px;
}
#client-carousel p {
  padding: 0 30px;
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 16px;
  color: #8a9598;
  line-height: 1.4em;
}
@media only screen and (max-width: 992px) {
  #client-carousel {
    padding: 40px 0;
  }
}
#info-rates {
  height: 1040px;
  padding: 40px 0;
  background: #7b1fa6 url(../img/rates-bg.jpg) no-repeat top;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  #info-rates {
    height: auto;
    background: #7b1fa6;
  }
}
#info-rates #intl-hello {
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
#info-rates .container {
  background: url(../img/world-map.png) no-repeat center top;
}
#info-rates h1 {
  text-align: center;
  color: white;
  margin-top: 78px;
  font: normal normal 700 14px 'Proxima Nova', sans-serif;
  font-size: 82px;
}
#info-rates h3 {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 31px;
  text-align: center;
  color: white;
}
#info-rates .free-info .bucket {
  background: rgba(0, 0, 0, 0.3);
  margin-left: 10px;
  padding: 10px;
  margin-top: 40px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#info-rates .free-info .bucket.us-canada {
  margin-left: 0;
  margin-right: 10px;
}
#info-rates .free-info .bucket h4 {
  color: #45b941;
  font: normal normal 500 14px 'Proxima Nova', sans-serif;
  font-size: 22px;
  text-align: center;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#info-rates .free-info .bucket span {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 22px;
  text-align: center;
  color: #4ab748;
  display: block;
  padding: 0 20px;
  margin-bottom: 10px;
  line-height: 25px;
}
#info-rates .free-info .bucket p {
  font: normal normal 500 14px 'Proxima Nova', sans-serif;
  font-size: 14px;
  text-align: center;
  color: white;
  padding: 0 10px;
  line-height: 20px;
}
@media only screen and (max-width: 767px) {
  #info-rates .free-info div.bucket {
    margin-left: 0;
  }
  #info-rates .free-info div.bucket.us-canada {
    margin-right: 0;
  }
}
#info-rates .rates-txt h3 {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 24px;
  color: #4ab748;
  padding-top: 30px;
  border-top: 1px solid white;
  margin: 20px auto;
  width: 83%;
}
#info-rates .rates-txt .lw-txt {
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  font-size: 16px;
  text-align: center;
  color: white;
  display: block;
  line-height: 20px;
}
#info-rates .rates-txt .rate-chart {
  padding: 0;
  margin: 15px auto 0;
  text-align: center;
}
#info-rates .rates-txt .rate-chart li {
  width: 138px;
  display: inline-block;
  border: 1px solid #45b941;
  border-radius: 5px;
  margin: 5px 10px;
}
#info-rates .rates-txt .rate-chart li h4 {
  font: normal normal 700 14px 'Proxima Nova', sans-serif;
  font-size: 16px;
  color: #45b941;
  text-align: center;
  margin-top: 15px;
}
#info-rates .rates-txt .rate-chart li h4 span {
  font: normal normal 500 14px 'Proxima Nova', sans-serif;
  font-size: 14px;
  display: block;
  text-align: center;
}
#info-rates .rates-txt .rate-chart li p {
  font: normal normal 800 14px 'Proxima Nova', sans-serif;
  font-size: 42px;
  color: white;
  text-align: center;
  margin-top: 15px;
}
#info-rates .rates-txt .rate-chart li .min {
  font: normal normal 500 14px 'Proxima Nova', sans-serif;
  font-size: 14px;
  display: block;
  text-align: center;
  color: #45b941;
  text-transform: uppercase;
  margin-bottom: 15px;
}
#info-rates .rates-txt .mj-btn {
  margin-top: 30px;
}
#info-rates .rates-txt .find-your-rate {
  display: block;
  width: 190px;
  margin: 30px auto 0;
  background-color: white;
  padding: 12px 10px;
  border-radius: 5px;
  color: #7b1fa6;
  text-transform: uppercase;
}
#info-rates .rates-txt .find-your-rate:hover {
  text-decoration: none;
  background-color: #7b1fa6;
  color: white;
}
@media only screen and (max-width: 767px) {
  #info-rates .rates-txt .find-your-rate {
    margin: 30px auto 50px;
  }
}
footer {
  background-color: #1fa8e3;
  padding: 55px 0;
}
footer .footer-links {
  margin-bottom: 40px;
}
footer .footer-links ul {
  vertical-align: top;
  list-style: none;
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
}
footer .footer-links ul .top-label {
  margin-bottom: 20px;
  display: block;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  footer .footer-links ul .top-label {
    font-size: 13px;
  }
}
footer .footer-links ul li {
  margin-bottom: 10px;
}
footer .footer-links ul li a {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 12px;
  color: white;
  text-decoration: none;
}
footer .footer-links ul li a:hover {
  color: #bfc5c6;
}
@media only screen and (max-width: 767px) {
  footer .footer-links ul li a {
    font-size: 10px;
  }
}
footer .email-social {
  padding: 0 0 0 12px;
  color: white;
  width: 320px;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  footer .email-social {
    padding: 0 0 0 8px;
  }
}
footer .email-social span {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
}
@media only screen and (max-width: 992px) {
  footer .email-social span {
    font-size: 14px;
  }
}
footer .email-social form {
  margin-top: 20px;
  margin-bottom: 20px;
  float: right;
  width: 100%;
}
footer .email-social form input {
  height: 41px;
  border-radius: 5px;
  border: 0;
  padding: 10px;
  width: 195px;
  color: #8a9598;
  float: left;
}
footer .email-social form button {
  border: 0;
  background-color: black;
  color: white;
  border-radius: 5px;
  padding: 13px 25px;
  text-transform: uppercase;
  float: right;
}
footer .email-social .fb-like {
  float: right;
}
footer .email-social .twt-btn {
  float: left;
  width: 134px;
  height: 20px;
}
@media only screen and (max-width: 992px) {
  footer .email-social {
    padding-right: 12px;
  }
  footer .email-social .twt-btn {
    left: auto;
  }
  footer .email-social span {
    float: none;
  }
  footer .email-social form {
    float: none;
  }
}
footer .legal {
  border-top: 1px solid white;
  padding-top: 20px;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 992px) {
  footer .legal {
    margin-top: 20px;
  }
}
footer .legal small {
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  font-size: 12px;
  color: white;
}
@media only screen and (max-width: 767px) {
  footer .legal small {
    display: block;
    text-align: center;
  }
}
footer .legal ul {
  float: right;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  footer .legal ul {
    float: none;
    display: block;
    margin: 20px auto 0;
    width: 130px;
  }
}
footer .legal ul li {
  display: inline-block;
  margin-right: 10px;
}
footer .legal ul li a {
  color: white;
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  font-size: 12px;
}
footer .legal ul li a:hover {
  color: #bfc5c6;
}
footer .legal ul li a:hover {
  text-decoration: none;
}
footer .legal ul .last {
  margin-right: 0;
}
/* Plans Section */
#plans {
  padding: 160px 0 0 0;
}
#plans .magicjack-big {
  margin-bottom: 40px;
}
#plans .grey {
  background-color: #f5f5f5;
}
#plans .grey .header-section {
  height: 110px;
  border-bottom: 1px solid #8a9598;
  padding-top: 30px;
}
#plans .grey .header-section h1 {
  height: 30px;
  margin: 0;
}
#plans .grey .header-section h1 img {
  vertical-align: top;
}
#plans .grey .header-section span {
  height: 30px;
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 33.9px;
  display: inline-block;
}
#plans .grey .header-section .tag-line {
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  font-size: 20px;
  line-height: 20px;
  color: #45b941;
  -webkit-font-smoothing: antialiased;
}
#plans .grey .body-section {
  height: 460px;
}
#plans .grey .body-section h1 {
  font: normal normal 800 14px 'Proxima Nova', sans-serif;
  font-size: 74.39px;
  color: #1fa8e3;
  text-transform: uppercase;
}
#plans .grey .body-section p {
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  font-size: 20px;
  color: #8a9598;
  padding: 0 20px;
}
#plans .grey .body-section h3 {
  margin: 0;
  vertical-align: top;
  color: #1fa8e3;
  font: normal normal 800 14px 'Proxima Nova', sans-serif;
  font-size: 62px;
}
#plans .grey .body-section h3 small {
  color: #1fa8e3;
  font: normal normal 800 14px 'Proxima Nova', sans-serif;
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
}
#plans .grey .footer-section a {
  position: relative;
  bottom: 20px;
}
#plans .center .header-section {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  #plans .center {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
#plans .tiny-info {
  margin: 40px 0;
}
#plans .product .header-section {
  height: 110px;
  border-bottom: 1px solid #8a9598;
}
#plans .product .header-section .savings-text {
  height: 30px;
}
#plans .product .header-section .savings-text strong {
  color: #45b941;
  font-family: normal normal 700 14px 'Proxima Nova', sans-serif;
  font-size: 18px;
  line-height: 18px;
}
#plans .product .header-section .tag-line {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 37.33px;
  line-height: 37.33px;
  -webkit-font-smoothing: antialiased;
}
#plans .product .body-section {
  height: 460px;
}
#plans .product .body-section h1 {
  color: #7b1fa6;
  font: normal normal 800 14px 'Proxima Nova', sans-serif;
  font-size: 74.39px;
}
#plans .product .body-section h1 small {
  color: #7b1fa6;
  font: normal normal 800 14px 'Proxima Nova', sans-serif;
  font-size: 36.88px;
  vertical-align: top;
  margin-top: 3px;
  display: inline-block;
}
#plans .product .body-section h1 p {
  color: black;
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  font-size: 16px;
  margin-top: -7px;
}
#plans .product .body-section .unlimited {
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  font-size: 17px;
  color: #8a9598;
  padding: 0 30px;
  margin-top: 40px;
}
#plans .product .body-section ul {
  padding-top: 0px;
  padding-left: 30px;
  text-align: left;
  width: 220px;
  margin: 30px auto 0;
}
#plans .product .body-section ul li {
  padding-left: 25px;
  padding-top: 1px;
  background: url(../img/green-tick.png) no-repeat left center;
  color: #45b941;
  font-size: 17px;
  font-weight: normal;
  margin: 10px 0;
}
#plans .product .footer-section a {
  position: relative;
  bottom: 20px;
}
/* Features Section */
#top-section {
  background: #ffffff url(../img/magicjack-top-bg.jpg) no-repeat center center;
  background-size: cover;
}
#top-section .wrapper h1 {
  font: normal normal 800 14px 'Proxima Nova', sans-serif;
  font-size: 46.67px;
  color: #7b1fa6;
  margin-top: 40px;
  position: relative;
  top: 90px;
  line-height: 1em;
}
#top-section .wrapper .magicjack-product {
  position: relative;
  top: 120px;
  left: 50%;
}
#top-section .wrapper a {
  position: relative;
  top: 100px;
  font-size: 23.62px;
  padding: 19px 35px;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  #top-section .wrapper h1 {
    font-size: 20.67px;
    margin-top: 60px;
    top: 80px;
  }
  #top-section .wrapper a {
    top: 80px;
    font-size: 10.62px;
    padding: 10px 15px;
  }
  #top-section .wrapper .magicjack-product {
    top: 90px;
    left: 10%;
    width: 275px;
  }
  #top-section .wrapper .magicjack-product img {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  #top-section div.container div.row div.magicjack-product {
    left: 36%;
  }
}
@media only screen and (max-width: 767px) {
  #top-section {
    background-position: center -10px;
  }
  #top-section div.container div.row div.magicjack-product {
    left: 10%;
  }
}
#introducing-magicjack .first {
  margin-top: 80px;
}
#introducing-magicjack .first h1 {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
}
#introducing-magicjack .first .two {
  border-right: 1px solid #8a9598;
  padding: 5px;
}
#introducing-magicjack .first .two .pricing {
  color: #7b1fa6;
  font: normal normal 800 14px 'Proxima Nova', sans-serif;
  font-size: 62px;
}
#introducing-magicjack .first .two .pricing small {
  color: #7b1fa6;
  font: normal normal 800 14px 'Proxima Nova', sans-serif;
  font-size: 30px;
  vertical-align: top;
  display: inline-block;
  margin-top: 3px;
}
#introducing-magicjack .first .two .pricing-info {
  display: block;
  color: #7b1fa6;
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 12px;
  padding: 0 30px;
  margin-bottom: 25px;
}
#introducing-magicjack .first .three .box {
  width: 151px;
  height: 151px;
  background: url(../img/overview-callout-circle.png) no-repeat 0 0;
  position: relative;
  top: -15px;
  margin: 0 auto;
}
#introducing-magicjack .first .three .box h2 {
  color: #45b941;
  font: normal normal normal 14px 'Proxima Nova', sans-serif;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  top: 20px;
}
#introducing-magicjack .first .three .box h2 strong {
  font-size: 26px;
  text-transform: uppercase;
  display: block;
}
#introducing-magicjack .first .three .box h2 small {
  color: #45b941;
  font-size: 13px;
  display: block;
  padding: 0 10px;
}
#introducing-magicjack .first .three .box p {
  color: #8a9598;
  font: normal normal 500 14px 'Proxima Nova', sans-serif;
  font-size: 11px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.1em;
  margin-top: 23px;
}
@media only screen and (max-width: 992px) {
  #introducing-magicjack .first .two {
    margin-left: 40px;
  }
  #introducing-magicjack .top-border .push ul li {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #introducing-magicjack .first {
    margin-top: 55px;
  }
  #introducing-magicjack .first h1 {
    font-size: 20px;
    padding: 0 50px;
  }
  #introducing-magicjack .first .two {
    margin-left: 25px;
  }
  #introducing-magicjack .first .two .pricing {
    font-size: 35px;
  }
  #introducing-magicjack .first .two .pricing small {
    font-size: 18px;
  }
  #introducing-magicjack .first .two .pricing-info {
    font-size: 13px;
    margin-bottom: 20px;
  }
  #introducing-magicjack .first .two a {
    padding: 10px 15px;
    font-size: 10px;
  }
  #introducing-magicjack .first .three .box {
    width: 120px;
    background-size: 90%;
    background-position: 5px 24px;
    top: -25px;
    left: auto;
    padding-top: 5px;
  }
  #introducing-magicjack .first .three .box h2 {
    margin: 20px 0 0;
    top: 10px;
    font-size: 18px;
  }
  #introducing-magicjack .first .three .box h2 strong {
    font-size: 20px;
  }
  #introducing-magicjack .first .three .box h2 small {
    font-size: 10px;
    padding: 0 20px;
  }
  #introducing-magicjack .first .three .box p {
    padding: 0 20px;
    margin: 15px 0 0;
    font-size: 7px;
  }
}
#introducing-magicjack .top-border {
  min-height: 630px;
  padding-top: 50px;
  border-top: 1px solid #8a9598;
  margin-top: 30px;
  background: #ffffff url(../img/magicjack-product-2.png) no-repeat right 145px;
}
#introducing-magicjack .top-border h1 {
  margin-top: 0;
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
}
#introducing-magicjack .top-border ul {
  list-style: none;
}
#introducing-magicjack .top-border ul li {
  padding-left: 25px;
  padding-top: 1px;
  background: url(../img/green-tick.png) no-repeat left center;
  color: #45b941;
  font-size: 18px;
  font-weight: normal;
  margin: 10px 0;
  -webkit-font-smoothing: antialiased;
}
#introducing-magicjack .top-border .video-holder {
  padding-right: 20px;
}
#introducing-magicjack .top-border .video-holder a {
  display: block;
  max-width: 100%;
}
#introducing-magicjack .top-border .video-holder a img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#introducing-magicjack .top-border .push {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  #introducing-magicjack .top-border {
    padding-top: 30px;
    margin-top: 0;
    background: #FFF;
  }
  #introducing-magicjack .top-border .video-holder {
    padding-right: 5px;
  }
  #introducing-magicjack .top-border .video-holder a img {
    width: 100%;
    height: 100%;
  }
  #introducing-magicjack .top-border div h1 {
    font-size: 25px;
    margin-top: 25px;
    text-align: center;
  }
  #introducing-magicjack .top-border div h1 br {
    display: none;
  }
  #introducing-magicjack .top-border div ul.list-one {
    margin-left: 13px;
  }
  #introducing-magicjack .top-border div ul.list-one li {
    font-size: 12px;
  }
  #introducing-magicjack .top-border div ul.list-two li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #introducing-magicjack {
    height: auto;
  }
}
#compromise {
  height: 760px;
  background: #000000 url(../img/feature-bg.jpg) no-repeat center 0;
  background-size: cover;
}
#compromise .customer-service,
#compromise .savings {
  background: url(../img/features-sprites.png) no-repeat;
}
#compromise .icon {
  height: 85px;
  display: block;
  margin-bottom: 10px;
}
#compromise .customer-service {
  background-position: 0 -89px;
  width: 105px;
}
#compromise .savings {
  background-position: 0 0;
  width: 75px;
}
#compromise h1 {
  margin-top: 120px;
  margin-bottom: 50px;
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 32px;
  color: white;
  -webkit-font-smoothing: antialiased;
}
#compromise .callerID {
  background-position: 0 13px;
  width: 120px;
  height: 100px;
}
#compromise .phone-2-phone {
  background-position: -20px -287px;
  width: 120px;
  height: 100px;
}
#compromise p {
  color: white;
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
}
#compromise .middle {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #compromise {
    height: auto;
    background: #1fa7e1;
    background-size: auto;
  }
  #compromise h1 {
    font-size: 20px;
  }
  #compromise .icon {
    margin: 0 auto;
  }
  #compromise .phone-2-phone {
    width: 80px;
  }
  #compromise .savings {
    margin-top: 20px;
  }
  #compromise p {
    text-align: center;
    font-size: 16px;
  }
  #compromise .last {
    margin-bottom: 100px;
  }
}
#connect-yourway {
  overflow: hidden;
}
#connect-yourway .row {
  margin-bottom: 80px;
}
#connect-yourway .row .icon {
  width: 106px;
  margin: 100px auto 0;
  height: 80px;
  display: block;
}
#connect-yourway .row h1 {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
}
#connect-yourway .row p {
  color: #8a9598;
  font: normal normal 500 14px 'Proxima Nova', sans-serif;
  font-size: 13.02px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
  margin-bottom: 20px;
}
#connect-yourway .row .anywhere-items {
  right: 34%;
  display: block;
  position: relative;
  z-index: 9;
}
#connect-yourway .row .macbook {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #connect-yourway .row h1 {
    font-size: 22px;
  }
  #connect-yourway .row p {
    font-size: 9px;
  }
  #connect-yourway .row .macbook {
    width: 100%;
    height: 100%;
    margin-top: 0px;
  }
}
#anywhere {
  background: #1d9cd3 url(../img/phone-anywhere.jpg) no-repeat 0 0;
  background-size: cover;
}
#anywhere .one {
  margin-top: 110px;
}
#anywhere .one .globe {
  background-position: 0 -81px;
  width: 120px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
#anywhere .one h1 {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: white;
}
#anywhere .two div {
  padding: 0 70px;
}
#anywhere .two div h1 {
  color: white;
  font: normal normal 800 14px 'Proxima Nova', sans-serif;
  font-size: 44px;
}
#anywhere .two div h1 p {
  color: white;
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
}
#anywhere .two div small {
  color: white;
  font: normal normal 500 14px 'Proxima Nova', sans-serif;
  font-size: 14.02px;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
}
#anywhere .three {
  margin-bottom: 180px;
}
#anywhere .three div {
  padding: 0 70px;
}
#anywhere .three div h1 {
  color: white;
  font: normal normal 800 14px 'Proxima Nova', sans-serif;
  font-size: 44px;
}
#anywhere .three div h1 p {
  color: white;
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
}
#anywhere .three div small {
  color: white;
  font: normal normal 500 14px 'Proxima Nova', sans-serif;
  font-size: 14.02px;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 767px) {
  #anywhere .one .globe {
    width: 105px;
  }
  #anywhere .one h1 {
    font-size: 20px;
  }
  #anywhere .two div h1 {
    font-size: 32px;
  }
  #anywhere .two div h1 p {
    font-size: 14px;
  }
  #anywhere .two div small {
    font-size: 8px;
  }
  #anywhere .three div h1 {
    font-size: 32px;
  }
  #anywhere .three div h1 p {
    font-size: 14px;
  }
  #anywhere .three div small {
    font-size: 8px;
  }
}
#awards .row {
  margin: 115px 0 105px;
}
#awards .row h1 {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 32px;
  -webkit-font-smoothing: antialiased;
}
#awards .row h2 {
  color: #1fa8e3;
  font: normal normal 800 14px 'Proxima Nova', sans-serif;
  font-size: 44px;
}
#awards .row p {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 24px;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
}
#awards .row p small {
  color: #8a9598;
  font: normal normal 500 14px 'Proxima Nova', sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
}
#awards .row .two img {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  #awards .row h1 {
    font-size: 22px;
  }
  #awards .row .fs {
    width: 80%;
  }
  #awards .row h2 {
    font-size: 22px;
  }
  #awards .row p {
    font-size: 16px;
  }
  #awards .row p small {
    font-size: 9px;
  }
  #awards .row .product-3 {
    width: 100%;
    height: 100%;
  }
}
#phone-app {
  background-color: #45b941;
}
#phone-app .one {
  margin-top: 110px;
}
#phone-app .one h1 {
  color: white;
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 32px;
  width: 440px;
  margin: 0 auto 20px;
  -webkit-font-smoothing: antialiased;
}
#phone-app .two {
  margin-bottom: 85px;
}
#phone-app .two .first {
  margin-top: 80px;
}
#phone-app .two .first .app-icon {
  margin-bottom: 20px;
}
#phone-app .two .first p {
  color: white;
  font: normal normal 500 14px 'Proxima Nova', sans-serif;
  font-size: 14.02px;
  line-height: 1.5em;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
}
#phone-app .two .third {
  margin-top: 282px;
}
#phone-app .two .third ul {
  list-style: none;
  padding: 0;
}
#phone-app .two .third ul li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 5px;
}
#phone-app .two .third ul li a {
  background: url(../img/app-rollover-sprite.png) no-repeat;
}
#phone-app .two .third ul li .istore {
  background-position: 0 0;
  width: 192px;
  height: 60px;
  display: block;
}
#phone-app .two .third ul li .istore:hover {
  background-position: 0 -66px;
}
#phone-app .two .third ul li .googleplay {
  background-position: 0 -131px;
  width: 192px;
  height: 60px;
  display: block;
}
#phone-app .two .third ul li .googleplay:hover {
  background-position: 0 -198px;
}
@media only screen and (max-width: 992px) {
  #phone-app div.third ul.app-links li {
    float: right;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #phone-app .one h1 {
    font-size: 22px;
    width: 100%;
  }
  #phone-app .two .first {
    margin-top: 20px;
  }
  #phone-app .two .first p {
    font-size: 10px;
  }
  #phone-app .two .first img {
    width: 20%;
  }
  #phone-app .two .second img {
    width: 50%;
  }
  #phone-app .two .third {
    margin-top: 20px;
  }
  #phone-app .two .third ul {
    width: 190px;
    margin: 0 auto;
  }
}
#waiting-for .push {
  margin: 120px 0 120px;
}
#waiting-for .push h1 {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 32px;
  width: 500px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto 30px;
}
#waiting-for .push a {
  font-size: 23.62px;
  -webkit-font-smoothing: antialiased;
  padding: 17px 35px;
}
@media only screen and (max-width: 767px) {
  #waiting-for .push h1 {
    width: 100%;
    font-size: 20px;
  }
}
#included {
  background: #000;
  color: #fff;
  padding: 75px 0;
}
#included h1 {
  font: normal normal 300 14px 'Proxima Nova', sans-serif;
  font-size: 28px;
}
#included .included-bucket ul {
  padding: 0;
  text-align: left;
  margin: 10px 0;
}
@media (max-width: 767px) {
  #included .included-bucket ul {
    width: 220px;
    margin: 0 auto;
  }
}
#included .included-bucket ul li {
  padding-left: 25px;
  padding-top: 1px;
  background: url(../img/gray-tick.png) no-repeat left center;
  color: #8a9598;
  font-size: 18px;
  font-weight: normal;
  margin: 15px 0;
}
#included div.green {
  color: #45b941;
  font: normal normal 700 14px 'Proxima Nova', sans-serif;
  font-size: 16px;
  margin: 25px 0;
  -webkit-font-smoothing: antialiased;
}
nav div.container { position:relative }
div.mj-pad-top { margin:0; padding:0; height:90px; line-height:90px; position:relative; display:block; }
a.floater, a.floater:link, a.floater:visited, a.floater:hover, a.floater:active { display:inline-block; position:absolute; top:4px; right:0; margin-right:20px; line-height:normal; text-decoration:none; border:0 solid transparent; }
li.hasButton a.floater, li.hasButton a.floater:link, li.hasButton a.floater:visited, li.hasButton a.floater:hover, li.hasButton a.floater:active { display:none; width:100%; text-align:center; margin-right:0; }
a.floater, a.floater:link, a.floater:visited { color:#FFF }
li.hasButton a.floater:hover { color:#EFEFEF; text-decoration:underline; border-bottom:0 solid transparent; }
@media (min-width:768px){
	nav #navigation-list, nav #support-list {
		height:80px;
		padding-top:14px;
		margin-top:0;
		margin-bottom:0
	}
	nav #support-list { padding-top:13px }
	nav #navigation-list li, nav #support-list li {
		line-height:90px;
		height:76px;
		margin-top:-14px
	}
	nav #support-list {
		height:77px;
		padding-top:-13px
	}
        nav #support-list .social a { margin-top:32px }
        #navigation-list li.floater { display:none; }
	li.hasButton { position:relative; text-align:center; }
        a.floater, a.floater:link, a.floater:visited, a.floater:hover, a.floater:active { display:none }
        li.hasButton a.floater, li.hasButton a.floater:link, li.hasButton a.floater:visited, li.hasButton a.floater:hover, li.hasButton a.floater:active { display:inline-block; font-weight:normal; font-size:13px; }
} 
@media (min-width:992px){
}
footer .email-social .submit-button { font-size:16px; padding:11px 20px 12px; line-height:normal }
@media (max-width:1199px) {
  .pre-paid-rates {
	clear:both;
  }
}
a .vimeo-play, a:hover .vimeo-play, a:link .vimeo-play, a:visited .vimeo-play, a:active .vimeo-play {
  position:absolute;
  display:inline-block;
  width:65px; height:40px;
  top:40%;    left:50%;
  margin-left:-32.5px; margin-right:-20px;
  background:url(../img/icons/vimeo.png) 0 bottom no-repeat;
}
a:hover .vimeo-play {
  background:url(../img/icons/vimeo.png) -65px bottom no-repeat;
}
