@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@font-face {
    font-family: modernpics;
    src: url("/webfonts/modernpics.woff") format("opentype");
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}
img {
    max-width: 100%;
    height: auto;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 150px; /* bottom = footer height */
    padding: 0;
    color: #333;
    font: 17px "Source Sans Pro", sans-serif;
    background: #fff;
}
strong {
    font-weight: 600;
}
a {
    font-weight: 400;
}
a:link {
    text-decoration: none;
    color: #3c7497;
}
a:visited {
    color: #63a1c7;
}
a:hover {
    text-decoration: underline;
    color: #3399cc;
}
.wrapper {
    margin: 0 auto;
    width: 75%;
    max-width: 1400px;
}
section .title,
h1 {
    font-size: 49px;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 56px;
    font-weight: 600;
}
h2 {
    font-size: 2.4em;
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: 400;
}
h3 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: 600;
}
h4 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}
p,
li {
    line-height: 1.5em;
    font-size: 1em;
}
hr.dashed {
    border-top: 2px dashed #dedede;
    border-bottom: 0;
}
.center {
    text-align: center;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}
.arrow:after,
.arrow-right:after {
    content: "➞";
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    position: relative;
    top: 0;
    transform: translate3d(0px, 0px, 0px);
}
.fat-arrow:after {
    content: "\25B6";
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.fat-arrow-left:before {
    content: "\25C0";
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.form-input {
    padding: 6px;
    border-radius: 3px;
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #bcbcbc;
}
select {
    padding: 6px;
    font-size: 16px;
}
input:focus {
    border-color: #3399cc;
}
input:invalid,
select:invalid,
textarea:invalid {
    box-shadow: 0 0 3px rgba(204, 255, 51, 0.5);
    -moz-box-shadow: 0 0 3px rgba(255, 0, 0, 0.5);
}
input[type="text"]:valid,
select:valid,
textarea:valid {
    box-shadow: 0 0 3px rgba(51, 153, 204, 0.75);
    -moz-box-shadow: 0 0 3px rgba(51, 153, 204, 0.75);
}
.full-width {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.logo-image {
    background-image: url("/images/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 34px;
    width: 159px;
    margin-top: 0;
    float: left;
    position: relative;
}
.logo-image a:link {
    display: block;
    height: 36px;
    text-decoration: none;
}
.logo-image a:hover {
    text-decoration: none;
}
.global-header {
    background: #144b6e;
    color: #ffffff;
    font-size: 16px;
    height: 46px;
    margin: 0;
    padding-top: 22px;
    width: 100%;
    position: relative;
    z-index: 3;
}
.menu {
    position: relative;
    height: 38px;
}
.logo {
    float: left;
}
.sign-up {
    position: relative;
    float: right;
    padding-top: 5px;
}
.sign-up a:link {
    text-decoration: none;
    color: #dedede;
    text-transform: uppercase;
    font-size: 13px;
    padding: 3px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
a:link.orange-border {
    border: 1px solid #ff9900;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}
.sign-up a:hover {
    background: #2d4e70;
    border: 1px solid #fff;
    color: #fff;
}
a:hover.orange-border {
    background: #f2a633;
}
.menu-link {
    line-height: 12px;
    font-family: "modernpics";
    font-size: 28px;
    color: #3399cc;
    vertical-align: -18%;
    margin-right: 7px;
}

/* --------- navigation --------- */
#mobile-menu {
    display: none;
    float: left;
    top: 10px;
    position: relative;
    margin-left: 10px;
}
#mobile-drop {
    position: fixed;
    overflow: scroll;
    top: 0;
    z-index: 1000;
    background: #333;
    padding: 0 10px 10px;
    color: #474747;
    transition: all 0.2s ease-in-out 0s;
    height: 100%;
    width: 100%;
}
#mobile-drop .mobile-menu-link a {
    text-decoration: none;
    color: #fff;
    padding: 7px 0 7px 10px;
    display: block;
    transition: all 0.2s ease-in-out 0s;
    border-bottom: 1px solid #666666;
}
#mobile-drop .mobile-menu-link a:hover {
    background-color: #494949;
}

.top-sub-nav {
    position: relative;
    background-color: #0a3f61;
    text-align: right;
    color: #fff;
    padding: 7px 0;
    font-size: 0.85em;
    z-index: 3;
}
.top-sub-nav a:link,
.top-sub-nav a:visited,
.top-sub-nav a:hover {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}
.top-sub-links {
    display: inline-block;
    vertical-align: middle;
}
a.cart {
    text-decoration: none;
}
.cart {
    height: 16px;
    width: 55px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 10px;
    text-decoration: none;
}
.cart-image {
    background-image: url(/images/icon-cart-header.png);
    height: 16px;
    width: 24px;
    background-size: cover;
    position: absolute;
    left: 0;
}
.cart-text {
    height: 16px;
    width: 24px;
    position: absolute;
    text-align: center;
    top: -6px;
    left: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #84bd00;
}
.mobile-links {
    display: none;
}
.navigation {
    float: left;
    color: #fff;
    height: 32px;
    margin-left: 0px;
}
#nav {
    float: left;
    margin: 0 0 0 0;
}
ul#nav {
    padding-left: 30px;
}
#nav li {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
    list-style: none;
    z-index: 99;
}
/* main level link */
#nav .menu-item {
    display: block;
    padding: 0 15px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    font-weight: 400;
    text-shadow: none;
    text-transform: uppercase;
}

/* main level link hover */
#nav li:hover > .menu-item {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #474747;
    background: #fff;
}

/* dropdown */
#nav li:hover > ul {
    display: block;
}
#nav li:hover > div,
#nav li:hover > div div {
    display: inline-block;
}
#nav div {
    display: none;
}

/* level 2 list */
#nav ul {
    display: none;
    z-index: 99;
    margin: 0;
    padding: 7px 0;
    width: 180px;
    position: absolute;
    top: 46px;
    left: 0;
    background: #103c58;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.25);
    opacity: 0.99;
}
#nav ul li {
    float: none;
    margin: 0;
    padding: 0;
}

/* clearfix */
#nav:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#nav {
    display: inline-block;
}
html[xmlns] #nav {
    display: block;
}
* html #nav {
    height: 1%;
}
.pricing-plans-div {
    background: url(/images/nav-plans-back.jpg) no-repeat bottom right;
    left: -210px;
}
.new-numbers-div {
    background: url(/images/nav-new-back.jpg) no-repeat bottom right;
    left: -345px;
}
.transfer-number-div {
    background: url(/images/nav-transfer-back.jpg) no-repeat bottom right;
    left: -470px;
}
.menu-drop-div {
    background-color: #fff;
    color: #474747;
    width: 700px;
    height: 265px;
    position: absolute;
    border-radius: 0 0 7px 7px;
}
.menu-drop-div p {
    line-height: 1em;
}
.menu-drop-div a:visited {
    color: #2996cc;
}

.nav-is-open {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 2;
}

.billing-table tr:nth-child(even) {
    background: white;
}
.billing-table tr:nth-child(odd) {
    background: #fafafa;
}

.hero-zone-landing {
    background-color: #f0f0f0;
    padding: 100px 0 100px;
    color: #fff;
}
.hero-zone-landing h1 {
    color: #334a6a;
    font-weight: 600;
    font-size: 50px;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.hero-zone-landing p {
    font-weight: 400;
    font-size: 18px;
}
.hero-zone-landing .button {
    text-shadow: none;
}

.greenBack {
    background-color: #84bd00;
}
.greenText {
    color: #84bd00;
}
section.white,
section.lightBlue,
section.deepBlue,
section.lightGray {
    padding: 100px 0 70px 0;
}
section.short {
    padding: 30px 0 0 0;
}
section.white {
    background-color: #fff;
}
section.lightBlue {
    background-color: #e1f1fa;
}
section.deepBlue {
    background-color: #124362;
    color: #fff;
}
section.lightGray {
    background-color: #f5f5f5;
}

section .title {
    font-size: 3em;
    font-weight: 400;
    line-height: 45px;
    margin-bottom: 1em;
    margin-top: 0;
    text-align: center;
}
section.deepBlue .title {
    color: #fff;
}
.section-border {
    position: absolute;
    right: 0;
    left: 0;
    margin-top: 15px;
    text-align: center;
}
.section-border img {
    width: 107px;
    height: 60px;
}
.sub-page {
    padding: 40px 0 70px;
}
.landing-page {
    padding: 40px 0 70px;
}
.sub-title-box {
    text-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-size: 28px;
    padding: 6px 12px;
    vertical-align: top;
    margin-bottom: 10px;
}
.pink {
    background: #ff99cc;
}
.red {
    background: #cc0000;
}
.green {
    background: #99cc33;
}

/* ---------- layout ---------- */
.bottom-pad {
    margin-bottom: 10px;
}
.full-col {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    box-sizing: border-box;
}
.half-col {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    box-sizing: border-box;
    margin: 0 6% 30px 0;
}
.half-col:nth-child(2) {
    margin-right: 0;
}
.third-col {
    display: inline-block;
    vertical-align: top;
    width: 30.6%;
    box-sizing: border-box;
    margin: 0 4% 30px 0;
}
.third-col:nth-child(3) {
    margin-right: 0;
}
.fourth-col {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    box-sizing: border-box;
    margin: 0 4% 30px 0;
}
.fourth-col:nth-child(4) {
    margin-right: 0;
}
.fifth-col {
    display: inline-block;
    vertical-align: top;
    width: 16%;
    box-sizing: border-box;
    margin: 0 5% 30px 0;
}
.fifth-col:nth-child(5) {
    margin-right: 0;
}
.flex-block {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    transition: all 0.2s ease-in-out 0s;
}
.flex-block > * {
    flex: 1 100%;
}
.half-flex {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    box-sizing: border-box;
    margin: 0 6% 30px 0;
}
.half-flex:nth-child(2) {
    margin-right: 0;
}
.signup-left {
    width: 60%;
    float: left;
    position: relative;
}
.signup-right {
    width: 35%;
    margin-left: 5%;
    float: left;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}
.slim {
    width: 80%;
    display: inline-block;
}
.img-right {
    text-align: right;
}
.img-left {
    text-align: left;
}
/* gutter layout */
.gutter {
    width: 28%;
    float: left;
    margin-right: 3%;
}
.gutter-right {
    width: 28%;
    float: right;
}
.gutter-two-col {
    width: 33%;
    float: left;
    margin-right: 3%;
}
.gutter-one-col {
    width: 69%;
    float: left;
    margin-right: 3%;
}
.plan-col {
    float: left;
    width: 32.4%;
    margin: 0 1.3% 0 0;
    padding: 0;
    position: relative;
}
.omega {
    margin-right: 0;
}

.circle-wrap {
    border-radius: 50%;
    background-color: #84bd00;
    width: 95px;
    margin: 0 auto 15px;
    padding: 25px;
}
.square-wrap {
    border: 1px solid #dedede;
    border-radius: 10px;
    background-color: #f7f7f7;
    padding: 20px;
    width: 95px;
    margin: 0 auto 15px;
}
.rounded-wrap {
    background: #f0f0f0; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    border: 1px solid #ededed;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #666666;
    padding: 2% 4%;
}
.box-wrap {
    background: #e1f1fa;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
}

.feature-block {
    width: 16%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
    color: #474747;
}
.feature-block img {
    height: 55px;
}
blockquote.quote {
    background-image: url("/images/quote.png");
    background-position: left top;
    background-repeat: no-repeat;
    margin: 0;
    padding-top: 22px;
    text-indent: 50px;
}

.faq-q {
    margin-bottom: 8px;
}
.faq-a {
    margin-left: 10px;
    margin-top: 0;
}

/* --------------- image alignment --------------- */
.align-left {
    float: left;
    margin: 0 5% 3% 0;
}
.align-right {
    float: right;
    margin: 0 0% 3% 5%;
}
/* --------------- pricing --------------- */
.pricing span {
    font-weight: normal;
    line-height: 1em;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.pricing {
    position: relative;
    margin: 5px 0 5px;
}
.pricing .dollar-sign {
    line-height: 20px;
}
.pricing .dollar-sign {
    font-size: 35px;
    line-height: 30px;
}
.pricing .dollars {
    font-size: 55px;
    line-height: 40px;
    margin-right: -1px;
}
.cents {
    font-size: 22px;
    line-height: 19px !important;
}
.pricing .per-mo {
    border-top: 1px solid #333;
    bottom: 3px;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-left: -27px;
    position: relative;
    vertical-align: bottom;
}
.pricing-list-item {
    padding: 0.2em 0;
}
.why-box {
    float: left;
    width: 48%;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 1%;
}
.why-icon {
    float: left;
    margin-right: 20px;
}
/* --------------- modal --------------- */
.animate-show {
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove.ng-hide-remove-active {
    -webkit-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.animate-show.ng-hide {
    opacity: 0;
}
.modal-mask {
    background: none no-repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 1001;
    height: 100%;
    width: 100%;
}
.pop-window {
    z-index: 1002;
    position: fixed;
    overflow: auto;
    max-height: 85%;
    -webkit-backface-visibility: hidden;
    margin: 0 auto;
    margin-top: 20px;
    width: 60%;
    background-color: #fff;
    border-radius: 5px;
    color: #666666;
    right: 0;
    left: 0;
}
.pop-loading {
    top: 0;
    position: absolute;
    z-index: 1003;
    background-color: #fff;
    border-radius: 5px;
    right: 0;
    left: 0;
    height: 100%;
    -webkit-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2), -2px -1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2), -2px -1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2), -2px -1px 5px rgba(0, 0, 0, 0.2);
}
.pop-loading div {
    text-align: center;
    padding: 40px;
    color: #999999;
    font-weight: bold;
    font-size: 1.2em;
}
.pop-header {
    background-color: #255b7d;
    color: #fff;
    font-size: 22px;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    padding: 15px 0;
    text-align: center;
}
.pop-content {
    text-align: center;
    padding: 0 20px 20px 20px;
}
.pop-help-content {
    padding: 0 20px 20px 20px;
    font-size: 15px;
}
.pop-buttons {
    text-align: center;
    margin-top: 20px;
}
.modal-icon {
    height: 36px;
}
.progress-bar {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 0 -20px;
}
.alt-p div:nth-child(odd) {
    background: #f4f7fa;
}

/* ---------- input error messages ---------- */
.error-message {
    position: relative;
    width: 200px;
    text-align: center;
    transition: 0.3s linear all;
}
.error-message.ng-active {
    background: #990000;
    color: white;
    font-size: 13px;
    padding: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}
.error-message.ng-active:after {
    position: absolute;
    top: -10px;
    content: "";
    left: 50%;
    border-style: solid;
    border-color: transparent transparent #990000;
    border-width: 5px;
}

.signup-wrap {
    z-index: 1002;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    color: #666666;
    right: 0;
    left: 0;
}
.signup-loading {
    top: 0;
    position: absolute;
    z-index: 1003;
    background-color: #fff;
    border-radius: 5px;
    right: 0;
    left: 0;
    height: 100%;
    -webkit-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2), -2px -1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2), -2px -1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2), -2px -1px 5px rgba(0, 0, 0, 0.2);
}
.signup-loading div {
    text-align: center;
    padding: 40px;
    color: #999999;
    font-weight: bold;
    font-size: 1.2em;
}

#signup-1,
#signup-2,
#signup-3,
#signup-4,
#signup-5,
#signup-5b,
#signup-6,
#signup-7,
#newnumberdiv,
#newnumberstep2 {
    text-align: center;
    padding: 0 20px 20px 20px;
    border-radius: 5px;
}
.signup-header {
    background-color: #596a72;
    color: #fff;
    font-size: 22px;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.signup-buttons {
    text-align: center;
    margin-top: 20px;
}
label.signup {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 125px;
    text-align: right;
    margin-right: 10px;
}
label.plan {
    font-size: 20px;
    font-weight: bold;
    display: inline;
    width: auto;
    margin-right: 10px;
}
.status-icon {
    line-height: 13px;
    font-family: "modernpics";
    font-size: 26px;
    color: #fff;
    vertical-align: -18%;
}
.status-icon-gray {
    line-height: 13px;
    font-family: "modernpics";
    font-size: 26px;
    color: #f0f0f0;
    vertical-align: -18%;
}
.has-error {
    color: #ff0000;
}
.validated {
    color: #66cc00;
}
.sub-font {
    font-size: 13px;
}
.cart-view {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    color: #474747;
    text-align: left;
}
.cart-item td {
    border-top: 1px solid #f0f0f0;
    padding: 15px 7px;
}
.cart-header td {
    font-size: 14px;
    padding: 5px 7px;
}
.basket-contents {
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    color: #474747;
    margin-bottom: 10px;
}
a.item-remove {
    line-height: 12px;
    font-family: "modernpics";
    font-size: 24px;
    font-weight: normal;
    color: #474747;
    text-decoration: none;
}
a.sub-font {
    text-decoration: underline;
}
button.close {
    position: absolute;
    right: 7px;
    top: 4px;
    color: #fff;
    line-height: 32px;
    font-family: "modernpics";
    font-size: 32px;
    font-weight: normal;
}
button.close {
    background: none;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
button.close:hover {
    color: #eeeeee;
}
button.darkClose {
    position: absolute;
    right: 7px;
    color: #555;
    line-height: 32px;
    font-family: "modernpics";
    font-size: 32px;
    font-weight: normal;
    background: none;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}
button.darkClose:hover {
    color: #000;
}

/* --------------- footer --------------- */
.footer {
    background: #333;
    color: #fff;
    margin: 0;
    padding: 60px 0;
    font-size: 13px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.45);
}
.footer-social {
    float: right;
}
.footer-social span {
    margin-right: 15px;
}
.footer-text {
    float: left;
    width: 33%;
}
.footer-links {
    float: left;
    width: 33%;
    text-align: center;
    margin-top: 11px;
}
.footer-links a:link {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}
.footer-links a:visited {
    color: #ccc;
}
.footer-links a:hover {
    color: #3399cc;
}
.footer {
    /* sticky footer */
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35px;
    width: 100%;
}
.ch-logo {
    margin-top: 10px;
    vertical-align: middle;
}
.ch-logo img {
    height: 20px;
    filter: invert(100%);
    vertical-align: middle;
    padding: 0 5px;
}

/* cp */
#statusMessages {
    margin: 0;
}
.confMessage {
    width: 360px;
    margin: 0 auto;
    padding: 50px 20px 20px;
    color: #fff;
    text-align: center;
    z-index: 999;
    left: calc(50% - 180px);
    position: fixed;
    top: 0;
    box-sizing: border-box;
    z-index: 3000;
}
li.confMessage {
    list-style: none;
    margin: 0;
}
.successMessage {
    background-color: rgba(102, 204, 0, 0.96);
}
.errorMessage {
    background-color: rgba(153, 0, 0, 0.96);
}
.fade.ng-animate {
    transition: 0.3s linear all;
}
.fade.ng-enter {
    opacity: 0;
}
.fade.ng-enter.ng-enter-active {
    opacity: 1;
}
.fade.ng-leave {
    opacity: 1;
}
.fade.ng-leave.ng-leave-active {
    opacity: 0;
}
.admin {
    border: 1px solid #ccff99;
    color: #000;
    background: #ccff99;
}
.admin-link-icon {
    line-height: 12px;
    font-family: "modernpics";
    font-size: 28px;
    color: #3399cc;
    vertical-align: -18%;
    margin-right: 7px;
}
.admin-link {
    float: right;
    height: 46px;
    z-index: 900;
    position: relative;
}
.admin-link-on {
    background-color: #f7f7f7;
    color: #393939;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.admin-link a:link {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 10px;
    height: 41px;
}
.admin-link a:hover {
    color: #dceaf3;
    text-decoration: none;
    display: inline-block;
    padding-top: 5px;
    padding-left: 20px;
    padding-right: 10px;
    height: 41px;
}
.admin-link-on a:link {
    color: #393939;
}
.account-nav-box {
    position: absolute;
    top: 46px;
    padding: 15px;
    right: 0;
    background-color: #f7f7f7;
    opacity: 1;
    z-index: 800;
    font-weight: normal;
    color: #393939;
    -webkit-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2), -2px -1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2), -2px -1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2), -2px -1px 5px rgba(0, 0, 0, 0.2);
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}
.account-nav-box a:link,
.account-nav-box a:visited {
    color: #3399cc;
}
#account-details h3 a:hover {
    text-decoration: none;
}
.help-icon {
    line-height: 13px;
    font-family: "modernpics";
    font-size: 26px;
    color: #63a1c7;
    cursor: pointer;
    vertical-align: -18%;
}
a.help-icon {
    text-decoration: none !important;
}
a.help-icon:hover {
    color: #205f7e !important;
}
.help-tooltip {
    line-height: 13px;
    font-family: "modernpics";
    font-size: 26px;
    color: #63a1c7;
    cursor: pointer;
    vertical-align: -18%;
}
.search-div {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    margin-bottom: 5px;
}
.searchField {
    border-radius: 10px;
    padding: 5px 5px 5px 35px;
    box-shadow: none !important;
    border: 1px solid #dedede;
    font-size: 18px;
    background: url(/images/admin/admin_search_icon.png) no-repeat;
    background-size: 18px;
    background-position: 5px 7px, center;
    background-color: #fff;
}
.cp-number-lnp-error {
    background-color: #144b6e;
}
.pagination-div {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-bottom: 5px;
    font-size: 14px;
    width: 50%;
}
.DID-title {
    font-size: 26px;
    color: #fff;
    line-height: 26px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.DID-sm-title {
    font-size: 14px;
    line-height: 14px;
}
.nickname-title {
    font-size: 22px;
    color: #fff;
    line-height: 26px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: -7px;
}

.alt-table td,
.alt-table div.td {
    padding: 10px;
}
.bordered {
    border-right: 1px solid #f0f0f0;
}
.alt-table tr:nth-child(odd) .bordered,
.alt-table div.tr:nth-child(odd) .bordered,
.alt-table form.tr:nth-child(odd) .bordered {
    border-right: 1px solid #fff;
}
.alt-table tr:nth-child(even),
.alt-table div.tr:nth-child(even),
.alt-table form.tr:nth-child(even) {
    background: white;
}
.alt-table tr:nth-child(odd),
.alt-table div.tr:nth-child(odd),
.alt-table form.tr:nth-child(odd) {
    background: #fafafa;
}
.alt-table tr:nth-child(odd) td,
.alt-table div.tr:nth-child(odd) div.td,
.alt-table form.tr:nth-child(odd) div.td {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.alt-table tr:nth-child(even):hover,
.alt-table tr:nth-child(odd):hover,
.alt-table div.tr:hover,
.alt-table form.tr:hover {
    color: #000;
}
.alt-table tr:nth-child(even) img:hover,
.alt-table tr:nth-child(odd) img:hover,
.alt-table div.tr img:hover,
.alt-table form.tr img:hover {
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.alt-table th,
.alt-table div.th {
    background: #ffffff;
    padding: 5px;
}

/* NUMBERS */
.number-wrap {
    margin-bottom: 10px;
    transition: all 0.4s ease-in-out 0s;
}
/* five status */
.active .number-header {
    background: #fafafa;
}
.active .number-header:hover {
    background: #f3f3f3;
}
.lnp-foc .number-header {
    background: #3c7497;
    color: #fff;
}
.lnp-foc .number-header:hover {
    background: #255b7d;
}
.lnp-jeopardy .number-header {
    background: #144b6e;
    color: #fff;
}
.lnp-jeopardy .number-header:hover {
    background: #0a3f61;
}
.lnp-new .number-header,
.lnp-carrier-pending .number-header {
    background: #3c7497;
    color: #fff;
}
.lnp-new .number-header:hover,
.lnp-carrier-pending .number-header:hover {
    background: #255b7d;
}
.new .number-header {
    background: #84bd00;
    color: #fff;
}
.new .number-header:hover {
    background: #77aa00;
}
/* open state */
.current-number-active {
    outline: 2px solid #eeeeee;
}
.current-number-lnp,
.current-number-lnpcarrier_pending {
    outline: 2px solid #3c7497;
}
.current-number-lnpjeopardy {
    outline: 2px solid #144b6e;
}
.current-number-lnpfoc {
    outline: 2px solid #3c7497;
}
.current-number-lnpnew {
    outline: 2px solid #3c7497;
}
.current-number-new {
    outline: 2px solid #84bd00;
}
.number-header {
    padding: 20px;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease-in-out 0s;
}
.number-wrap .indicatorArrow {
    display: inline-block;
    width: 3%;
    line-height: 26px;
    font-family: "modernpics";
    font-size: 22px;
    font-weight: normal;
    vertical-align: middle;
    text-align: right;
}
.number-name {
    width: 40%;
    display: inline-block;
    vertical-align: middle;
}
.number-nickname {
    font-size: 22px;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: -7px;
    margin-right: 10px;
}
.number-title {
    font-size: 26px;
    line-height: 26px;
}
.number-title-sm {
    font-size: 14px;
    line-height: 14px;
}
.lnp-status-message {
    padding-top: 10px;
}
.number-settings-wrap {
    font-size: 15px;
    background-color: #fff;
    padding: 0 10px 10px 10px;
}
.current-number-open-wrap {
    position: relative;
    padding: 0;
}
.number-plan {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    width: 19%;
    vertical-align: middle;
}
.number-usage {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    width: 21%;
    text-align: right;
}
.number-monthly {
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    width: 17%;
    text-align: right;
}
/* ALERTS */
.number-warning,
.number-processing-new,
.number-foc,
.number-lnp-alert,
.number-admin-warning {
    position: absolute;
    top: 1px;
    text-transform: uppercase;
    left: 1px;
    font-size: 13px;
    padding: 0 5px;
}
.number-lnp-alert {
    background: #fff;
    color: #146e30;
}
.number-warning {
    background: #cc0000;
    color: #fff;
}
.number-processing-new {
    background: #fff;
    color: #146e30;
}
.number-foc {
    background: #ffff00;
    color: #146e30;
}
.number-lease {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #663399;
    color: #fff;
    padding: 0 5px;
    font-size: 13px;
}
.number-resale {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ff9900;
    color: #fff;
    padding: 0;
    width: 100%;
    font-size: 13px;
}
.number-resale-info {
    border: 1px solid #ff9900;
    padding: 0;
    width: 100%;
}
.number-admin-warning {
    background: #ccff99;
}
/* CP tabs */
.tabs li {
    border-top: 1px solid #fafafa;
    border-left: 1px solid #fafafa;
    border-right: 1px solid #fafafa;
    background-color: #fafafa;
    border-radius: 4px 4px 0 0;
}
.tabs li a {
    color: #006699;
    text-decoration: underline;
    padding: 5px 10px;
    display: block;
}
.tabs li a:hover {
    color: #006699;
    text-decoration: none;
}
li.active {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
li.active > a {
    text-decoration: none;
    color: #474747;
    font-weight: 600;
    cursor: default;
}
li.active > a:hover {
    text-decoration: none;
    color: #144b6e;
    font-weight: 600;
}

ul.tabs {
    margin: 0 -10px;
    padding: 8px 0 0;
    background-color: #fafafa;
}
.tabs-content {
    background-color: #fff;
    padding: 20px 0 3px 0;
    margin-bottom: 5px;
}
.tabs .tab {
    display: inline-block;
    margin-bottom: -1px;
}
.tabs .tab1 {
    display: inline-block;
    margin-bottom: -1px;
    margin-left: 10px;
}

.number-settings-wrap a {
    text-decoration: underline;
}
.number-settings-wrap a:hover {
    text-decoration: none;
}
.number-settings-wrap p,
.number-settings-wrap h4 {
    margin-left: 10px;
}
.setting-group {
    margin-bottom: 20px;
    margin-left: 10px;
}
.setting-group label.wide {
    width: 175px;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
}
.setting-group audio {
    vertical-align: middle;
}

/* checkbox slider */
/* SLIDE THREE */
.slideThree {
    width: 80px;
    height: 26px;
    background: #666666;
    margin: 0 auto;
    display: inline-block;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

.slideThree:after {
    content: "OFF";
    font: 12px/26px Arial, sans-serif;
    color: #ccc;
    position: absolute;
    right: 10px;
    z-index: 0;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
}

.slideThree:before {
    content: "ON";
    font: 12px/26px Arial, sans-serif;
    color: #fff;
    position: absolute;
    left: 10px;
    z-index: 0;
    font-weight: bold;
}

.slideThree label {
    display: block;
    width: 34px;
    height: 20px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;

    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #f4feff 0%, #d7e4e5 40%, #adb8be 100%);
    background: -moz-linear-gradient(top, #f4feff 0%, #d7e4e5 40%, #adb8be 100%);
    background: -o-linear-gradient(top, #f4feff 0%, #d7e4e5 40%, #adb8be 100%);
    background: -ms-linear-gradient(top, #f4feff 0%, #d7e4e5 40%, #adb8be 100%);
    background: linear-gradient(top, #f4feff 0%, #d7e4e5 40%, #adb8be 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4feff', endColorstr='#adb8be',GradientType=0 );
}

.slideThree input[type="checkbox"]:checked + label {
    left: 43px;
}

/* ACCOUNT NAV */
.nav-wrapper {
    margin: 0 auto;
    width: 75%;
    max-width: 1400px;
}
.account-nav {
    background-color: #eeeeee;
}
.nav-icon {
    margin: 0 auto;
}
.nav-icon .numbers {
    background: url(/images/nav-icons-sprite.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center 0;
    margin: 0 auto;
}
.nav-icon .dialer {
    background: url(/images/nav-icons-sprite.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center -21px;
    margin: 0 auto;
}
.nav-icon .messages {
    background: url(/images/nav-icons-sprite.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center -41px;
    margin: 0 auto;
}
.nav-icon .logs {
    background: url(/images/nav-icons-sprite.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center -58px;
    margin: 0 auto;
}
.nav-icon .blocking {
    background: url(/images/nav-icons-sprite.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center -76px;
    margin: 0 auto;
}
.nav-icon .profile {
    background: url(/images/nav-icons-sprite.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center -95px;
    margin: 0 auto;
}
.nav-icon .seller {
    background: url(/images/nav-icons-sprite.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center -113px;
    margin: 0 auto;
}
.nav-label {
    line-height: 18px;
    margin-top: 5px;
    text-align: center;
}
.vertical-rule {
    background-color: #fff;
    content: " ";
    display: block;
    float: left;
    height: 14px;
    margin-top: 11px;
    width: 1px;
    padding: 0 !important;
}
#nav-account-right {
    font-weight: 400;
    font-size: 14px;
}
ul#nav-account-right {
    padding-left: 0;
    margin: 0;
}
#nav-account-right li {
    position: relative;
    list-style: none;
    z-index: 99;
    float: left;
}
#nav-account-right a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    text-shadow: none;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
}
#nav-account-right li:hover > a {
    color: #144b6e;
    background: rgba(255, 255, 255, 0.8);
}

#nav-account {
    float: left;
    margin: 0 0 0 0;
}
ul#nav-account {
    padding-left: 0;
    width: 100%;
    max-width: 1280px;
}
#nav-account li {
    float: left;
    position: relative;
    list-style: none;
    z-index: 99;
    line-height: 46px;
    width: 14.28%;
}
/* main nav link */
#nav-account a {
    display: block;
    padding: 15px 25px;
    text-decoration: none;
    color: #616161;
    font-weight: 400;
    text-shadow: none;
    white-space: nowrap;
    text-align: center;
}
#nav-account a.active {
    color: #144b6e;
    background: #fff;
}
#nav-account .signup a {
    color: #ffba36;
}
#nav-account a:hover {
    color: #616161;
}
/* main nav link hover */
#nav-account li:hover > a,
#nav-account .drop-down-directive:hover {
    color: #474747;
    background: #e1e1e1;
}
#nav-account ul li {
    float: none;
    margin: 0;
    padding: 0;
}
#nav-account ul a {
    font-weight: normal;
    color: #144b6e;
    line-height: 38px;
    padding: 0 0 0 15px;
    text-transform: none;
    opacity: 1 !important;
}
#nav-account:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#nav-account {
    display: inline-block;
}
html[xmlns] #nav-account {
    display: block;
}
* html #nav-account {
    height: 1%;
}
/* #ACCOUNT NAV */
/* basket top nav */
.header-text {
    float: left;
    vertical-align: middle;
    margin-left: 20px;
    height: 36px;
    line-height: 36px;
}
.nav-account:before {
    content: url("/images/icon_mini_profile.svg");
    margin-right: 5px;
}
/* basket top nav */
.basket-back {
    background-color: #144b6e;
}
.mobile-hide {
    display: block;
}
.mobile-show {
    display: none;
}

@media screen and (max-height: 700px) {
    .pop-window {
        overflow-y: auto;
        height: 80%;
    }
}

@media screen and (min-width: 1501px) {
    .wrapper {
        max-width: 1400px;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1500px) {
    .wrapper {
        margin: 0 auto;
        width: 85%;
        max-width: 1228px;
    }
}
@media screen and (max-width: 1099px) {
    .wrapper {
        margin: 0 auto;
        width: 93%;
    }
    #nav a {
        padding: 0 15px;
    }
    ul#nav {
        padding-left: 20px;
    }
}
@media screen and (max-width: 950px) {
    .fourth-col {
        width: 47%;
        margin: 0 6% 30px 0;
    }
    .fourth-col:nth-child(even) {
        margin-right: 0;
    }
    .fifth-col {
        width: 30.6%;
        box-sizing: border-box;
        margin: 0 4% 30px 0;
    }
    .fifth-col:nth-child(3) {
        margin-right: 0;
    }
    #nav {
        display: none;
    }
    #mobile-menu {
        display: block;
    }

    .logo-image {
        height: 24px;
        width: 110px;
        margin-top: 0;
        float: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: url(/images/logo.png) no-repeat;
        background-size: 110px 24px;
    }
}
@media screen and (max-width: 880px) {
    .wrapper {
        margin: 0 auto;
        width: 95%;
    }
    section .title,
    h1 {
        font-size: 39px;
        line-height: 42px;
    }
    .third-col {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .gutter,
    .gutter-right {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .gutter-two-col {
        width: 47%;
        float: left;
        margin-right: 3%;
        margin-bottom: 5%;
    }
    .gutter-one-col {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 5%;
    }
    .nav-label {
        font-size: 14px;
    }
    #nav a {
        font-size: 14px;
        padding: 0 10px;
    }
    #nav li {
        margin: 0;
    }
    .nav-wrapper {
        margin: 0 auto;
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .pop-window,
    .pop-loading {
        width: 95%;
    }
    .plan-col {
        width: 48%;
    }
    .signup-left {
        width: 100%;
        float: none;
    }
    .signup-right {
        display: none;
    }
    /*#nav { display: none;}
  #mobile-menu {display:block;}
  
 .logo-image {
  height: 36px;
  width:39px;
  margin-top: 0;
  float:none;
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  background: url(/images/logo_mini.svg) no-repeat;
  background-size: 39px 36px;
 }*/
}
@media all and (min-width: 780px) {
    .half-flex {
        flex: 1 auto;
    }
}
@media screen and (max-width: 780px) {
    .half-col {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .img-right,
    .img-left {
        text-align: center;
    }
    .half-flex {
        margin: 0 0 30px 0;
    }
    .image-flex {
        order: 1;
    }
    .text-flex {
        order: 2;
    }
}
@media screen and (max-width: 768px) {
    .feature-block {
        width: 33%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-social {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer-text {
        float: left;
        width: 100%;
        text-align: center;
    }
    .footer-links {
        float: left;
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }
    .footer {
        /* sticky footer */
        height: 125px;
    }
}
@media screen and (max-width: 700px) {
    .number-details .options {
        float: none;
        position: relative;
    }
    .mobile-links {
        display: list-item;
    }
    .sign-up {
        display: none;
    }
    .plan-col {
        width: 100%;
        margin: 0;
    }
    .nav-label {
        font-size: 14px;
    }
    .number-details .number,
    .number-current .number {
        width: 160px;
    }
    .why-box {
        float: left;
        width: 50%;
        margin: 0;
        text-align: center;
    }
    .why-icon {
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .header-text {
        margin-left: 0px;
    }
}
@media screen and (max-width: 600px) {
    .wrapper {
        margin: 0 auto;
        width: 95%;
    }
    section .title,
    h1 {
        font-size: 35px;
        line-height: 41px;
        margin-bottom: 15px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 19px;
    }
    .fourth-col {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .fifth-col {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .footer-social {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .sub-page {
        padding: 20px 0 40px;
    }
    .nav-icon .numbers {
        background: url(/images/nav-icons-sprite.svg) no-repeat;
        width: 26px;
        height: 20px;
        background-size: cover;
        background-position: center 0;
        margin: 0 auto;
    }
    .nav-icon .dialer {
        background: url(/images/nav-icons-sprite.svg) no-repeat;
        width: 26px;
        height: 20px;
        background-size: cover;
        background-position: center -30px;
        margin: 0 auto;
    }
    .nav-icon .messages {
        background: url(/images/nav-icons-sprite.svg) no-repeat;
        width: 26px;
        height: 20px;
        background-size: cover;
        background-position: center -60px;
        margin: 0 auto;
    }
    .nav-icon .logs {
        background: url(/images/nav-icons-sprite.svg) no-repeat;
        width: 26px;
        height: 20px;
        background-size: cover;
        background-position: center -86px;
        margin: 0 auto;
    }
    .nav-icon .blocking {
        background: url(/images/nav-icons-sprite.svg) no-repeat;
        width: 26px;
        height: 20px;
        background-size: cover;
        background-position: center -113px;
        margin: 0 auto;
    }
    .nav-icon .profile {
        background: url(/images/nav-icons-sprite.svg) no-repeat;
        width: 26px;
        height: 20px;
        background-size: cover;
        background-position: center -138px;
        margin: 0 auto;
    }
    .nav-icon .seller {
        background: url(/images/nav-icons-sprite.svg) no-repeat;
        width: 26px;
        height: 20px;
        background-size: cover;
        background-position: center -163px;
        margin: 0 auto;
    }
    #nav-account a {
        padding: 15px;
    }
    .nav-wrapper {
        margin: 0 auto;
        width: 100%;
    }
    .alt-table tr:nth-child(odd) td {
        border-top: none;
        border-bottom: none;
    }
    .alt-table tr {
        border-top: 1px solid #eee;
    }
    .cart-item td {
        font-size: 13px;
    }
    .number-plan {
        display: none;
    }
    .number-name {
        width: 50%;
    }
    .number-usage {
        width: 28%;
        font-size: 15px;
    }
    .number-monthly {
        font-size: 15px;
    }
}
@media screen and (max-width: 512px) {
    .number-current .options {
        margin-right: 20px;
    }
    label.signup {
        text-align: left;
        width: 200px;
    }
    a:link {
        text-decoration: underline;
        color: #3399cc;
    }
    a:visited {
        color: #336699;
        text-decoration: underline;
    }
    .number-details .usage {
        display: none;
    }
    .number-details .number,
    .number-current .number {
        width: 210px;
    }
    .number-details .service,
    .number-current .service {
        margin-right: 0;
        font-size: 14px;
        line-height: 26px;
        text-transform: uppercase;
        font-weight: 600;
        width: auto;
    }
    .why-box {
        float: none;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .why-icon {
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    a.cart {
        text-decoration: none;
    }
}
@media screen and (max-width: 450px) {
    .help-tooltip {
        line-height: 16px;
        font-family: "modernpics";
        font-size: 32px;
        color: #3399cc;
        cursor: pointer;
    }
    .logo {
        text-align: center;
        width: 100%;
        margin-bottom: 3%;
    }
    .footer-social span {
        margin-right: 5px;
    }
    .number-current .options {
        padding-top: 15px;
    }
    .mobile-pad {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .feature-block {
        width: 50%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }
    .feature-block img {
        height: 45px;
    }

    .pop-window {
        width: 95%;
    }
    .setting-group {
        margin-left: 0;
    }
    .footer {
        padding: 40px 0;
    }
    .number-name {
        width: 69%;
    }
    .number-usage {
        width: 28%;
        text-align: center;
    }
    .number-monthly {
        display: none;
    }
}
@media screen and (max-width: 400px) {
    .admin-link a:link,
    .admin-link a:hover {
        padding-left: 10px;
        padding-right: 2px;
    }
    p {
        line-height: 1.2em;
        font-size: 1em;
    }
    section .title,
    h1 {
        font-size: 30px;
        line-height: 33px;
    }
    .number-current .service {
        width: 100%;
        text-align: center;
    }
    .setting-group label.wide {
        width: 300px;
    }
    .number-name {
        width: 64%;
    }
    .number-usage {
        width: 33%;
    }
}

/* --------------- buttons --------------- */
a.button-sm[disabled],
input.button-sm[disabled],
button.button-sm[disabled],
a.button[disabled],
input.button[disabled],
button.button[disabled],
a.button-sm[disabled]:hover,
input.button-sm[disabled]:hover,
button.button-sm[disabled]:hover,
a.button[disabled]:hover,
input.button[disabled]:hover,
button.button[disabled]:hover {
    background-color: #ccc;
    cursor: default;
}
a.button,
input.button,
button.button {
    font: 17px "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #333 !important;
    text-decoration: none;
    padding: 7px 20px;
    font-size: 17px;
    white-space: nowrap;
    display: inline-block;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    border: 2px solid transparent;
}
a.button:hover,
input.button:hover,
button.button:hover {
    cursor: pointer;
    color: #000 !important;
    text-decoration: none !important;
}

a.button-sm,
input.button-sm,
button.button-sm {
    font: 14px "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #333 !important;
    text-decoration: none;
    padding: 5px 10px;
    white-space: nowrap;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
}
a.button-sm:hover,
input.button-sm:hover,
button.button-sm:hover {
    cursor: pointer;
    color: #000 !important;
    text-decoration: none !important;
}

a.gray,
input.gray,
button.gray {
    background: #f0f0f0;
    color: #999 !important;
}
a.gray:hover,
input.gray:hover,
button.gray:hover {
    background: #dedede;
    color: #474747 !important;
}

a.cpGray,
input.cpGray,
button.cpGray {
    background: #eeeeee;
    color: #4e5665 !important;
    border: 1px solid #d3d3d3;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
a.cpGray:hover,
input.cpGray:hover,
button.cpGray:hover {
    background: #e1e1e1;
    color: #474747 !important;
}

a.adminOnly,
input.adminOnly,
button.adminOnly {
    background: #ccff99;
    color: #4e5665 !important;
    border: 1px solid #ccff99;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
a.adminOnly:hover,
input.adminOnly:hover,
button.adminOnly:hover {
    background: #99ff33;
    color: #474747 !important;
}

.button-sm span {
    line-height: 18px;
    font-family: "modernpics";
    font-size: 18px;
    font-weight: normal;
}

input[type="submit"] {
    -webkit-appearance: none;
}
a.wht-outline,
input.wht-outline,
button.wht-outline {
    border: 2px solid #fff;
    color: #fff !important;
}
a.wht-outline:hover,
input.wht-outline:hover,
button.wht-outline:hover {
    background: #fff;
    color: #124362 !important;
}
a.gray-outline,
input.gray-outline,
button.gray-outline {
    border: 2px solid #999;
    background: #fff;
    color: #474747 !important;
}
a.gray-outline:hover,
input.gray-outline:hover,
button.gray-outline:hover {
    background: #999;
    color: #fff !important;
}
a.green,
input.green,
button.green {
    background: #84bd00;
    color: #fff !important;
}
a.green:hover,
input.green:hover,
button.green:hover {
    background: #7aaf01;
    color: #fff !important;
}
a.default,
input.default,
button.default {
    background: #596a72;
    color: #fff !important;
}
a.default:hover,
input.default:hover,
button.default:hover {
    background: #4b5960;
    color: #fff !important;
}
a.action,
input.action,
button.action {
    background: #ffa236;
    color: #fff !important;
}
a.action:hover,
input.action:hover,
button.action:hover {
    background: #f18f04;
    color: #fff !important;
}
a.sub-action,
input.sub-action,
button.sub-action {
    background: #43a6d7;
    color: #fff !important;
}
a.sub-action:hover,
input.sub-action:hover,
button.sub-action:hover {
    background: #3092c1;
    color: #fff !important;
}
a.deepBlue,
input.deepBlue,
button.deepBlue {
    background: #144b6e;
    color: #fff !important;
}
a.deepBlue:hover,
input.deepBlue:hover,
button.deepBlue:hover {
    background: #11364e;
    color: #fff !important;
}
a.cancel,
input.cancel,
button.cancel {
    background: #ababab;
    color: #fff !important;
}
a.cancel:hover,
input.cancel:hover,
button.cancel:hover {
    background: #7b7b7b;
    color: #fff !important;
}
a.alert,
input.alert,
button.alert {
    background: #cc3300;
    color: #fff !important;
}
a.alert:hover,
input.alert:hover,
button.alert:hover {
    background: #bf3001;
    color: #fff !important;
}
a.save,
input.save,
button.save {
    background: #84bd00;
    color: #fff !important;
}
a.save:hover,
input.save:hover,
button.save:hover {
    background: #7aaf01;
    color: #fff !important;
}
.stretch {
    width: 70%;
    text-align: center;
}
@media screen and (max-width: 450px) {
    a.button,
    input.button,
    button.button {
        padding: 7px 15px;
        font-size: 15px;
    }
}
