/* 
    Document   : default-brand-theme.css
    Created on : Apr 29, 2014, 12:38:06 PM
    Author     : Ramon Diaz
    Description:        
        This stylesheet defines styles that are specific to the brand, such as, fonts, colors, and images.
        This stylesheet does not and should not define any layout positioning styles.
*/
/* --------------------------------------------
* Google Fonts 
-----------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
/* 'Open Sans', sans-serif; */
/* --------------------------------------------
*  Custom Brand Fonts
-----------------------------------------------*/
@font-face {
  font-family: ITCAvantGardeStd-ExtraLight;
  src: url('/themes/nettalk/fonts/ITCAvantGardeStd-XLt.otf');
}
@font-face {
  font-family: ITCAvantGardeStd-Book;
  src: url('/themes/nettalk/fonts/ITCAvantGardeStd-Bk.otf');
}
@font-face {
  font-family: ITCAvantGardeStd-Medium;
  src: url('/themes/nettalk/fonts/ITCAvantGardeStd-Md.otf');
}
@font-face {
  font-family: ITCAvantGardeStd-Demi;
  src: url('/themes/nettalk/fonts/ITCAvantGardeStd-Demi.otf');
}
@font-face {
  font-family: ITCAvantGardeStd-Bold;
  src: url('/themes/nettalk/fonts/ITCAvantGardeStd-Bold.otf');
}
/* --------------------------------------------
*  Custom Brand Icon-Fonts
-----------------------------------------------*/
@font-face {
  font-family: 'icomoon-handshake';
  src: url('/themes/nettalk/fonts/icon-fonts/icomoon.eot?77pzba');
  src: url('/themes/nettalk/fonts/icon-fonts/icomoon.eot?#iefix77pzba') format('embedded-opentype'), url('/themes/nettalk/fonts/icon-fonts/icomoon.woff?77pzba') format('woff'), url('/themes/nettalk/fonts/icon-fonts/icomoon.ttf?77pzba') format('truetype'), url('/themes/nettalk/fonts/icon-fonts/icomoon.svg?77pzba#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon-handshake';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-handshake {
  vertical-align: middle;
}
.icon-handshake:before {
  content: "\e600";
}
.btn-success {
  background-color: #0c0;
}
.btn-success:hover {
  background-color: #00aa00;
}
/* --------------------------------------------
* CUSTOM BRAND IMAGES 
-----------------------------------------------*/
/* --------------------------------------------
* Start Main Styling 
-----------------------------------------------*/
body {
  color: #555;
  background-color: #eee;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
}
a {
  color: #41bae7;
}
a:hover {
  color: #00CC00;
}
.mtb5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mtb10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.mlr10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.m20 {
  margin: 20px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mtb20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.mlr20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.p10 {
  padding: 10px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.ptb10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.plr10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.p20 {
  padding: 20px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.ptb20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.plr20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.txt-xs {
  font-size: 10px !important;
}
.txt-sm {
  font-size: 12px !important;
}
.txt-mdsm {
  font-size: 14px !important;
}
.txt-md {
  font-size: 16px !important;
}
.txt-lg {
  font-size: 18px !important;
}
.txt-xl {
  font-size: 20px !important;
}
.txt-xxl {
  font-size: 22px !important;
}
.txt-color-primary {
  color: #0958a2 !important;
}
.txt-color-secondary {
  color: #003A6F !important;
}
.txt-color-third {
  color: #41bae7 !important;
}
.txt-color-highlight {
  color: #00CC00 !important;
}
.txt-color-white {
  color: #fff !important;
}
.txt-color-mddk-gray {
  color: #aaa !important;
}
.txt-color-md-gray {
  color: #ccc !important;
}
.img-centered {
  margin: auto;
}
.bg-primary {
  background-color: #0958a2 !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
}
h1 {
  font-family: ITCAvantGardeStd-Medium, Helvetica, Arial, sans-serif;
  font-size: 23px;
  color: #0958a2;
}
h2 {
  font-family: ITCAvantGardeStd-Medium, Helvetica, Arial, sans-serif;
  font-size: 21px;
  color: #003A6F;
}
div.products-container {
  display: flex !important;
  flex-wrap: wrap;
  align-content: stretch;
}
div.products-container > div.products-item {
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
ul.standard {
  list-style-type: disc;
  margin: 20px 10px 20px 40px;
}
ul.standard li {
  margin: 10px 0px;
}
.note {
  color: #777;
  font-size: 13px;
}
.portal-title {
  font-family: ITCAvantGardeStd-Book, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  /*.text-shadow();*/
}
.lead {
  font-size: 16px;
}
.bold {
  font-weight: 700;
}
label {
  font-size: 14px !important;
  color: #666;
}
.roboagent-settings label {
  font-weight: bold !important;
  font-size: 20px;
  display: inline-block;
  padding-top: 8px !important;
}
.btn {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.badge-info {
  background-color: #0958a2;
  color: #fff;
}
.badge-green {
  background-color: #00CC00;
  color: #fff;
}
.badge-ntlightblue {
  background-color: #41bae7;
  color: #fff;
}
.badge-ntblue {
  background-color: #0958a2;
  color: #fff;
}
.badge-ntdarkblue {
  background-color: #003A6F;
  color: #fff;
}
.badge-ntgreen {
  background-color: #00CC00;
  color: #fff;
}
.btn-popup:hover {
  color: #fff !important;
}
.footer-social-links {
  margin: 10px;
}
.footer-social-links a:link {
  color: #fff;
}
.footer-social-links a:visited {
  color: #fff;
}
.footer-social-links a:hover {
  color: #00CC00;
}
.footer-social-links a:active {
  color: #fff;
}
/* -----------------------------------------------------------
*   Alert Style Changes
-------------------------------------------------------------*/
.progress-image {
  background-color: #eee;
  border-color: #ccc;
  border-radius: 4px;
}
.icon-processing {
  background-image: url("/resources/nt/images/icon-processing-16x16.gif");
  width: 18px;
  height: 18px;
}
#loading_full > div {
  background-color: #fff;
  border: 3px solid #003A6F;
}
.alert-main div {
  border-radius: 0px;
  -webkit-box-shadow: -6px 8px 15px 4px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: -6px 8px 15px 4px rgba(50, 50, 50, 0.6);
  box-shadow: -6px 8px 15px 4px rgba(50, 50, 50, 0.6);
}
/* -----------------------------------------------------------
*   Form Styles
-------------------------------------------------------------*/
.form-control {
  background-color: #eff;
  padding: 10px 12px;
  min-height: 42px;
}
.form-control:focus {
  background-color: #FFFFEE;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.07);
}
.row-slider .form-control {
  border: 0px !important;
  box-shadow: none !important;
}
.row-slider .form-control:focus {
  box-shadow: none !important;
}
.row-slider .form-group {
  margin-bottom: 0px !important;
}
/* -----------------------------------------------------------
*   Form Feedback Icons and Help Text
-------------------------------------------------------------*/
.help-block,
.help-inline {
  font-weight: 400;
  font-size: 14px;
  color: #555;
}
.has-success .help-block,
.has-success .help-inline {
  color: #0c0;
}
.has-error .help-block,
.has-error .help-inline {
  color: #c00;
}
.input-tip {
  font-weight: normal;
}
.errorMessage {
  color: #c00;
}
.form-group .tooltip {
  opacity: 1;
}
.form-group .tooltip-inner {
  background-color: #41bae7;
}
.form-group .tooltip.left .tooltip-arrow {
  border-left-color: #41bae7;
}
.form-group .tooltip.top .tooltip-arrow {
  border-top-color: #41bae7;
}
.form-group .tooltip.right .tooltip-arrow {
  border-right-color: #41bae7;
}
.form-group .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #41bae7;
}
div.tooltip {
  /*    background-color:#ddd !important;*/
}
.tooltip > .tooltip-inner {
  /*    background-color: #f00 !important;*/
  padding: 12px;
}
.tooltip.top > .tooltip-arrow {
  /*    //border-top: 5px solid green;
    background-color: #ff0 !important;
    //padding-top:10px;
    //margin-bottom:0px;
    bottom:0px;*/
}
/* -----------------------------------------------------------
*   Popovers for forms
-------------------------------------------------------------*/
.badge-question {
  color: #FFFFDF;
}
.badge-question:hover {
  cursor: pointer;
}
.popover {
  background-color: #FFFFDF;
}
.popover .arrow:after {
  border-top-color: #FFFFDF !important;
}
.popover-content {
  background-color: #FFFFDF;
}
/* ----- Footer ----- */
.dropup .dropdown-menu {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* ----- NavBar ----- */
.navbar {
  border-radius: 0px;
}
.navbar-nav li a {
  font-family: Helvetica, Arial, sans-serif;
}
.navbar-nav li .dropdown-menu {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.navbar-default {
  border: 0;
  background-color: #fff;
}
.page-body-signin .navbar-default,
.page-body-signup .navbar-default {
  background-color: #fff;
}
/* affects .portal-title */
.navbar-default .navbar-text {
  color: #0958a2;
}
.navbar-default .navbar-nav li a:hover {
  color: #00CC00;
}
.navbar-default .navbar-nav li a:link,
.navbar-default .navbar-nav li a:visited,
.navbar-default .navbar-nav li a:active {
  color: #fff;
  border-bottom-color: transparent;
}
.navbar-default .navbar-nav .open a {
  background-color: #fff;
  color: #0958a2;
}
.navbar-default .navbar-nav .open a:hover,
.navbar-default .navbar-nav .open a:focus {
  background-color: #ddd;
  color: #41bae7;
}
.navbar-default .navbar-toggle {
  border-radius: 0px;
  color: #0958a2;
  font-size: 20px;
}
.navbar-default .navbar-toggle span#xs-btn-email {
  font-size: 14px;
}
.navbar-default .navbar-toggle:hover {
  background-color: #eee;
}
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:visited {
  background-color: #eee;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #0958a2;
  border-radius: 0;
  height: 5px;
  width: 5px;
}
#xs-user-nav-header {
  font-size: 16px;
  font-family: ITCAvantGardeStd-Book, Helvetica, Arial, sans-serif;
}
.dropdown-menu {
  background-color: #003A6F;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  border: 0px;
  border-radius: 4px;
  box-shadow: 0 0 0;
}
.dropdown-menu li a:link,
.dropdown-menu li a:visited,
.dropdown-menu li a:active {
  color: #ddd;
  font-weight: 400;
  font-size: 14px;
}
.dropdown-menu li a:hover {
  background-color: #00CC00;
  color: #fff;
}
.dropdown-menu-utility {
  background-color: #ddd;
}
.make-links-white a:link,
.make-links-white a:visited,
.make-links-white a:active,
.make-links-white a:hover {
  color: #fff !important;
}
#top-utility-links-ext,
#top-utility-links-int {
  background-color: #fff;
  color: #0958a2;
}
#top-utility-links-ext .breakline:before,
#top-utility-links-int .breakline:before {
  content: ' ';
  display: inline;
}
#top-utility-links-ext a:link,
#top-utility-links-int a:link,
#top-utility-links-ext a:visited,
#top-utility-links-int a:visited,
#top-utility-links-ext a:active,
#top-utility-links-int a:active {
  color: #0958a2;
  font-weight: 400;
  font-size: 14px;
  border-top: 1px solid #eee;
}
#top-utility-links-ext a:hover,
#top-utility-links-int a:hover {
  background-color: #00CC00;
  border-top: 1px solid #eee;
  color: #fff;
}
#top-utility-links-ext .user-nav-mobile a:link,
#top-utility-links-int .user-nav-mobile a:link,
#top-utility-links-ext .user-nav-mobile a:visited,
#top-utility-links-int .user-nav-mobile a:visited,
#top-utility-links-ext .user-nav-mobile a:active,
#top-utility-links-int .user-nav-mobile a:active {
  color: #fff;
  background-color: #0958a2;
  font-weight: 400;
  font-size: 14px;
  border-top: 1px solid #eee;
}
#top-utility-links-ext .user-nav-mobile a:hover,
#top-utility-links-int .user-nav-mobile a:hover {
  background-color: #00CC00;
  border-top: 1px solid #eee;
  color: #fff;
}
#top-utility-links-ext .profile-logout-links-box,
#top-utility-links-int .profile-logout-links-box {
  display: block;
  padding: 13px 0px;
  font-size: 13px;
  line-height: 1.42857143;
  font-weight: bold;
  color: #ccc;
  background-color: #003A6F;
}
#top-utility-links-ext .profile-logout-links-box a:link,
#top-utility-links-int .profile-logout-links-box a:link,
#top-utility-links-ext .profile-logout-links-box a:visited,
#top-utility-links-int .profile-logout-links-box a:visited,
#top-utility-links-ext .profile-logout-links-box a:active,
#top-utility-links-int .profile-logout-links-box a:active {
  color: #ccc;
  font-weight: bold;
  font-size: 14px;
  border-top: 0;
  background-color: #003A6F;
  padding: 14px;
}
#top-utility-links-ext .profile-logout-links-box a:hover,
#top-utility-links-int .profile-logout-links-box a:hover {
  background-color: #00CC00;
  border-top: 0;
  color: #fff;
}
/* ----- Nav Tabs ----- */
.navbar-collapse {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-shadow: 0px 6px 5px -5px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 6px 5px -5px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.4);
}
.navbar-header {
  -webkit-box-shadow: 0px 6px 5px -5px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 6px 5px -5px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.4);
}
#user-nav {
  background-color: #0958a2;
  border-bottom: 3px solid #eee;
  -webkit-box-shadow: 0px 6px 5px -5px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 6px 5px -5px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 7px 6px 0px rgba(50, 50, 50, 0.55);
}
#user-nav .nav-tabs {
  border: 0px;
}
#user-nav .nav-tabs li.active a {
  border: 0;
  border-radius: 0px;
}
#user-nav .nav-tabs li.active a:link,
#user-nav .nav-tabs li.active a:visited,
#user-nav .nav-tabs li.active a:active,
#user-nav .nav-tabs li.active a:hover,
#user-nav .nav-tabs li.active a:focus {
  background-color: #41bae7;
  color: #fff;
  text-shadow: none;
  border: 0;
  border-radius: 0px;
  box-shadow: none;
  cursor: pointer;
}
#user-nav .nav-tabs li a {
  border: 0;
  border-radius: 0px;
}
#user-nav .nav-tabs li a:link,
#user-nav .nav-tabs li a:visited,
#user-nav .nav-tabs li a:active {
  background-color: transparent;
  background-image: url("/resources/nt/images/nav-marker-16x8-eeeeee.png");
  color: #ddd;
  text-shadow: 2px 2px 2px #333;
  border: 0;
  border-radius: 0px;
}
#user-nav .nav-tabs li a:hover,
#user-nav .nav-tabs li a:focus {
  background-color: #00CC00;
  background-image: url("/resources/nt/images/nav-marker-16x8-eeeeee.png");
  color: #fff;
  border: 0;
  border-radius: 0px;
  box-shadow: none;
}
#user-nav .nav-tabs li a span {
  font-size: 18px;
}
#user-nav .nav-tabs li.active a:link,
#user-nav .nav-tabs li.active a:visited,
#user-nav .nav-tabs li.active a:active,
#user-nav .nav-tabs li.active a:hover,
#user-nav .nav-tabs li.active a:focus {
  background-image: url("/resources/nt/images/nav-marker-16x8-eeeeee.png");
}
#user-nav .nav-tabs .cart-badge {
  font-size: 12px;
  background-color: #00CC00;
  color: #fff;
}
/*#user-nav .nav li a { 
    
    height:42px;
    
    span.fa-cubes, 
    span.ic-office, 
    span.ic-mobile,
    span.glyphicon-earphone,
    {
       display:none !important;
    }
    
}*/
#user-tab-arrow {
  background-image: url("/resources/nt/images/user-tab-arrow-0055a0.png");
}
/* ----- Nav Pills ----- */
.nav-pills li a:link,
.nav-pills li a:visited,
.nav-pills li a:active {
  border-radius: 0px;
  color: #ccc;
}
.nav-pills li a:hover {
  background-color: #555;
  color: #fff;
}
.nav .open a {
  background-color: #003A6F;
  border-color: transparent;
}
.nav .open a:hover,
.nav .open a:focus {
  background-color: #003A6F;
  border-color: transparent;
}
#nt-inside-footer-bottom {
  /*background-color: @brand-dk-gray;*/
  background-color: #0958a2;
}
#nt-inside-footer-bottom .text-muted {
  color: #ccc;
}
.nt-footer-link-set .well {
  padding: 6px 20px;
}
.nt-footer-link-set .well a {
  display: block;
  padding: 6px 0px 6px 0px;
}
.nt-footer-link-set .well a:link {
  color: #aaa;
}
.nt-footer-link-set .well a:visited {
  color: #aaa;
}
.nt-footer-link-set .well a:hover {
  color: #0c0;
  text-decoration: none;
}
.nt-footer-link-set .well a:active {
  color: #aaa;
}
/* ----- Breadcrumb changes ----- */
.breadcrumb {
  background-color: transparent;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  color: #888;
}
.breadcrumb li span {
  font-weight: bold;
}
/* ----- Button changes ----- */
.btn-primary,
.btn-secondary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-link,
.btn-default {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  padding: 10px;
}
.btn-primary {
  color: #fff;
  background-color: #00CC00;
  border-color: #00AA00;
}
.btn-primary:hover {
  background-color: #00aa00;
  border-color: #008200;
}
.btn-secondary {
  color: #fff;
  background-color: #003A6F;
}
.btn-secondary:link {
  color: #fff;
  background-color: #003A6F;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #33618B;
}
.btn-secondary:active {
  color: #fff;
  background-color: #33618B;
}
.btn-secondary:visited {
  color: #fff;
  background-color: #003A6F;
}
.btn-info {
  color: #fff !important;
  /*override*/
  background-color: #41bae7 !important;
  border-color: #1B9CCD !important;
}
.btn-info:hover {
  background-color: #75CDEE !important;
  border-color: #41bae7 !important;
}
#btn_save {
  margin-top: 20px;
}
#btn_cancel,
#btn-profile-cancel {
  margin-top: 20px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-default-disabled {
  background-color: #999 !important;
  border-color: #888 !important;
  color: #fff;
  border-radius: 0;
}
.featsub-btns {
  width: 50px;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
}
.btn-disabled {
  background-color: #ddd !important;
  color: #fff;
  font-size: 16px !important;
}
.btn-disabled:hover {
  color: #fff;
  cursor: default !important;
}
.btn-minus {
  margin-right: 5px;
  width: 30px;
  text-align: center;
  padding: 2px 10px 5px 10px !important;
}
.btn-plus {
  margin-left: 5px;
  width: 30px;
  text-align: center;
  padding: 2px 10px 5px 10px !important;
}
.btn-edit {
  text-align: center;
  padding: 2px 10px 5px 10px !important;
}
#table-featsub td {
  vertical-align: middle;
}
#table-featsub td img {
  vertical-align: middle;
  margin-right: 6px;
}
.featsub-price {
  text-align: right;
}
.featsub-qty {
  text-align: center;
}
.featsub-subtotal {
  font-weight: bold;
  text-align: right;
}
.featsub-total {
  text-align: right;
}
.featsub-changes {
  background-color: #eee;
}
.head-row {
  padding-left: 20px;
  background-color: #ddd;
  font-weight: bold;
  color: #000;
}
.featsub-option-link {
  display: block;
}
.featsub-option-link:link,
.featsub-option-link:visited {
  background-color: #fff;
  text-decoration: none;
  color: #000;
  border: 2px solid #ddd;
  padding: 8px 4px;
}
.featsub-option-link:hover,
.featsub-option-link:active {
  background-color: #D4F6D4;
  text-decoration: none;
  color: #000;
  border: 4px solid #0c0;
  padding: 6px 2px;
}
.featsub-option-link-current {
  display: block;
}
.featsub-option-link-current:link,
.featsub-option-link-current:visited {
  background-color: #eee;
  color: #8f8f8f;
  text-decoration: none;
  border: 2px solid #ddd;
  padding: 8px 4px;
  cursor: default;
}
.featsub-option-link-current:hover,
.featsub-option-link-current:active {
  background-color: #eee;
  color: #8f8f8f;
  text-decoration: none;
  border: 2px solid #ddd;
  padding: 8px 4px;
  cursor: default;
}
.featsub-option-link-current img {
  opacity: 0.5;
}
#feat-listview {
  border-right: 0px;
}
#pbx-feat-item-pager li a {
  font-size: 10px !important;
}
/*        .qty .plus-disabled {
            background-color: #ddd !important;
            cursor: default;
            display: inline-block;
            vertical-align: top;
            color: white;
            width: 30px;
            height: 30px;
            font: 30px/1 Arial,sans-serif;
            text-align: center;
            border-radius: 15%;
        }
        
        .qty .minus-disabled {            
            background-color: #ddd !important;
            cursor:default;
            display: inline-block;
            vertical-align: top;
            color: white;
            width: 30px;
            height: 30px;
            font: 30px/1 Arial,sans-serif;
            text-align: center;
            border-radius: 15%;
            background-clip: padding-box;
        }*/
#feat-qty-minus {
  background-color: #00CC00 !important;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  font: 20px Arial, sans-serif;
  text-align: center;
  border-radius: 15%;
  background-clip: padding-box;
  padding: 4px;
}
#feat-qty-plus {
  background-color: #00CC00 !important;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  font: 20px Arial, sans-serif;
  text-align: center;
  border-radius: 15%;
  padding: 3px;
}
#feat-qty-input {
  display: inline-block;
  font-weight: bold;
  width: 45px;
  height: 30px !important;
  min-height: 30px !important;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
#box-with-leftmenu .nav li a:link {
  color: #fff;
  background-color: #0958a2;
  border-top: 1px solid #41bae7;
  border-left: 0px solid #ddd;
  border-bottom: 1px solid #003A6F;
  border-right: 2px solid #ddd;
}
#box-with-leftmenu .nav li a:hover {
  color: #fff;
  background-color: #41bae7;
  border-top: 1px solid #41bae7;
  border-left: 0px solid #ddd;
  border-bottom: 1px solid #003A6F;
  border-right: 2px solid #ddd;
}
#box-with-leftmenu .nav li.active a:link {
  color: #000;
  font-weight: bold;
  background-color: #fff;
  border-top: 2px solid #ddd;
  border-left: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  border-right: 2px solid #fff;
}
#box-with-topmenu .nav li a .badge-highlight {
  color: #fff;
  background-color: #00CC00;
}
#box-with-topmenu .nav li a,
#box-with-topmenu .nav li a:link {
  color: #fff !important;
  background-color: #0958a2;
}
#box-with-topmenu .nav li a:hover {
  color: #fff !important;
  background-color: #41bae7;
}
#box-with-topmenu .nav li.active a,
#box-with-topmenu .nav li.active a:link,
#box-with-topmenu .nav li.active a:hover {
  color: #000 !important;
  font-weight: bold;
  background-color: #fff;
}
/* -----  Panel Forms ----- */
.emailgrp {
  margin-bottom: 0px;
}
.emailgrp span.input-group-addon {
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  background-color: #ccc;
  color: #fff;
  border-color: #bbb;
}
.emailgrp input.form-control {
  height: inherit;
  padding: 10px 12px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 4px !important;
  border-color: #bbb;
  background-color: rgba(255, 255, 255, 0.7);
}
.pwdgrp span.input-group-addon {
  border-top: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  background-color: #ccc;
  color: #fff;
  border-color: #bbb;
}
.pwdgrp input.form-control {
  border-top: 0;
  height: inherit;
  padding: 10px 12px;
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 0;
  border-color: #bbb;
  background-color: rgba(255, 255, 255, 0.7);
}
input[type="date"] {
  line-height: 20px;
}
input.form-control {
  height: inherit;
  padding: 10px 12px;
}
.panel-login,
.panel-recovery,
.panel-user-registration {
  border: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.panel-login .panel-heading,
.panel-recovery .panel-heading,
.panel-user-registration .panel-heading,
.panel-login .panel-body,
.panel-recovery .panel-body,
.panel-user-registration .panel-body,
.panel-login .panel-footer,
.panel-recovery .panel-footer,
.panel-user-registration .panel-footer {
  border: 0;
  background-color: transparent !important;
}
.panel-login .panel-footer,
.panel-recovery .panel-footer,
.panel-user-registration .panel-footer {
  text-align: center;
}
.panel-login .reg-fieldset,
.panel-recovery .reg-fieldset,
.panel-user-registration .reg-fieldset {
  border: 1px solid #999;
}
.panel-login .reg-fieldset .btn-info,
.panel-recovery .reg-fieldset .btn-info,
.panel-user-registration .reg-fieldset .btn-info {
  margin-top: 4px;
  margin-left: 10px;
}
.panel-login {
  background-color: rgba(255, 255, 255, 0.8);
}
.panel-subheader {
  color: #0958a2;
}
/* ----- Page Styles ----- */
.page-body-signin,
.page-body-signup {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.page-body-signin,
.page-body-signup {
  /*background-image: @img-signin-bg-cover;  */
  background-image: url("/resources/nt/images/vDUO-signin-background.jpg");
}
.bg-overlay {
  display: block;
}
.page-body-signin .bg-overlay,
.page-body-signup .bg-overlay {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
/* ----- User Sign-In Page ----- */
.chkboxlabel {
  font-weight: 400;
}
/* ----- Star Codes Page ----- */
.download-pdf-area .well {
  border-radius: 0px;
}
.starcodes dt {
  font-weight: 600;
  font-size: 18px;
}
.starcodes dd {
  border-left: 1px solid #555;
  color: #555;
}
.starcodes .badge {
  font-size: 18px;
  background-color: #00CC00;
}
/* ----- Devices Page ----- */
.device-row {
  background-color: #fff;
  -webkit-box-shadow: -6px 8px 5px -5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: -6px 8px 5px -5px rgba(50, 50, 50, 0.75);
  box-shadow: -6px 8px 5px -5px rgba(50, 50, 50, 0.75);
}
.device-row .col-device-head .panel {
  background-color: transparent;
}
.device-row .panel-device {
  border: 0;
  box-shadow: 0 0 0;
}
.device-row .panel-device .panel-body .mobile-manage-img-btn {
  border: 0;
}
.device-row .panel-device .panel-body .device-info .mobile-manage-btn,
.device-row .panel-device .panel-body .xs-device-info .mobile-manage-btn {
  color: #555;
  text-decoration: none;
}
.device-row .panel-device .panel-body .device-info strong,
.device-row .panel-device .panel-body .xs-device-info strong {
  font-family: ITCAvantGardeStd-Book, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #555;
  text-transform: capitalize;
}
.device-row .panel-device .panel-body .device-info span,
.device-row .panel-device .panel-body .xs-device-info span {
  font-size: 12px;
}
.mobile-manage-sidebtn {
  background-color: #0c0;
  margin: 0px 0px 0px 0px !important;
  padding: 45px 0px 0px 0px !important;
  height: 110px;
  text-align: center;
}
.device-row-expired {
  background-color: #ccc !important;
}
.device-row-expired .expdate {
  display: inline-block;
  margin-top: 3px;
  padding: 3px 6px;
  background-color: #d9534f;
  color: white;
}
.device-row-not-activated {
  background-color: #ddd;
}
.device-row-not-activated .mobile-manage-img-btn img {
  opacity: 0.5;
}
.device-row-not-activated .mobile-manage-sidebtn {
  background-color: #41bae7;
}
.device-row-expired .mobile-manage-sidebtn {
  background-color: #d9534f;
}
.table-devices-grid td {
  vertical-align: middle !important;
}
/* ----- Device Dashboard ----- */
#device-dashboard-contentarea {
  background-color: #fff;
}
#device-dashboard-contentarea #device-tab-arrow {
  background-image: url("/resources/nt/images/device-tab-arrow.png");
}
#device-dashboard-contentarea .panel {
  border-radius: 0px;
  margin-bottom: 15px;
}
#device-dashboard-contentarea .panel .panel-title {
  font-size: 18px;
}
#device-dashboard-contentarea .panel .icon-handshake {
  font-size: 22px;
}
#device-dashboard-contentarea .panel-sub-group {
  /*.panel-collapse{
                .panel{
                    margin-bottom: 20px;
                }
                
                .panel-heading{
                    border: 0;
                    border-radius: @radius;
                    background-color: @brand-primary;
                    color: @brand-white;
                    font-size: @base-font-size;
                    font-weight: @bold-font-weight;
                }
                
                .panel-body{
                    border:0;
                    border-radius: @radius;
                    background-color: @brand-white;
                    font-size: @base-font-size;
                }
                
                .panel-footer{
                    border: 0;
                    border-radius: @radius;
                    background-color: transparent;                    
                }
                
            }*/
}
#device-dashboard-contentarea .panel-sub-group .panel-heading {
  font-size: 18px;
}
.panel-enabled {
  border-radius: 0px;
  margin-bottom: 15px;
  border: 2px solid #555;
}
.panel-enabled .panel-heading {
  border: 0 !important;
  border-radius: 0px;
  background-color: #555;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.panel-enabled .panel-body {
  border-radius: 0px;
  background-color: transparent;
  font-size: 14px;
  text-align: center;
}
.panel-enabled .panel-body span {
  font-size: 18px;
  font-weight: bold;
}
.panel-enabled .panel-body .phead {
  font-size: 16px;
  font-weight: bold;
  color: #003A6F;
}
.panel-enabled .panel-body .plead {
  font-size: 14px;
  font-weight: bold;
  color: #0958A2;
}
.panel-enabled .panel-body .ptext {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.panel-enabled .panel-body .phighlight {
  color: #0c0;
  font-size: 22px;
  font-weight: bold;
}
.panel-enabled .panel-footer {
  border: 0;
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}
.panel-disabled {
  border-radius: 0px;
  margin-bottom: 15px;
  border: 2px dashed #ccc;
  background-color: #eee;
}
.panel-disabled .panel-heading {
  background-color: transparent;
  border: 0;
  border-radius: 0px;
  color: #aaa;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.panel-disabled .panel-body {
  background-color: transparent;
  border: 0 !important;
  border-radius: 0px;
  color: #555;
  font-size: 14px;
  text-align: center;
}
.panel-disabled .panel-body span {
  font-size: 20px;
  font-weight: normal;
}
.panel-disabled .panel-footer {
  border: 0;
  border-radius: 0px;
  background-color: transparent;
  text-align: center !important;
}
.panel-processing {
  border-radius: 0px;
  margin-bottom: 15px;
  border: 2px solid #999;
}
.panel-processing .panel-heading {
  border: 0 !important;
  border-radius: 0px;
  background-color: #999;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.panel-processing .panel-body {
  border-radius: 0px;
  background-color: #ddd;
  font-size: 14px;
  text-align: center;
}
.panel-processing .panel-body span {
  font-size: 18px;
  font-weight: bold;
}
.panel-processing .panel-body .phead {
  font-size: 16px;
  font-weight: bold;
  color: #003A6F;
}
.panel-processing .panel-body .plead {
  font-size: 14px;
  font-weight: bold;
  color: #0958A2;
}
.panel-processing .panel-body .ptext {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.panel-processing .panel-footer {
  border: 0;
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}
.panel-rewards {
  border-radius: 0px;
  margin-bottom: 15px;
  border: 2px solid #0c0 !important;
}
.panel-rewards .panel-heading {
  background-color: #0c0 !important;
  color: #fff;
}
.panel-rewards .panel-body {
  background-color: #fff !important;
}
.panel-rewards .panel-body span {
  font-size: 16px;
  font-weight: bold;
}
.panel-rewards .panel-body .phead {
  font-size: 16px;
  font-weight: bold;
  color: #003A6F;
}
.panel-rewards .panel-body .plead {
  font-size: 14px;
  font-weight: bold;
  color: #0958A2;
}
.panel-rewards .panel-body .ptext {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.panel-rewards2 {
  border-radius: 0px;
  margin-bottom: 15px;
  border: 2px solid #41bae7 !important;
}
.panel-rewards2 .panel-heading {
  background-color: #41bae7 !important;
  color: #fff;
}
.panel-rewards2 .panel-body {
  background-color: #fff !important;
}
.panel-rewards2 .panel-body span {
  font-size: 16px;
  font-weight: bold;
}
.panel-rewards2 .panel-body .phead {
  font-size: 16px;
  font-weight: bold;
  color: #003A6F;
}
.panel-rewards2 .panel-body .plead {
  font-size: 14px;
  font-weight: bold;
  color: #0958A2;
}
.panel-rewards2 .panel-body .ptext {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.panel-status {
  border: 0;
}
.panel-status .panel-heading {
  border: 2px solid #41bae7;
  background-color: #41bae7 !important;
  color: #fff;
  font-weight: bold;
}
.panel-status .panel-body {
  border: 2px solid #41bae7;
  border-radius: 0px;
  background-color: transparent;
  font-size: 14px;
  text-align: center;
}
.panel-currentquote {
  border: 0;
}
.panel-currentquote .panel-heading {
  border: 2px solid #003A6F;
  background-color: #003A6F !important;
  color: #fff;
  font-weight: bold;
}
.panel-currentquote .panel-body {
  border: 2px solid #003A6F;
  border-radius: 0px;
  background-color: transparent;
  font-size: 14px;
  text-align: center;
}
.panel-pastdue {
  border: 0;
}
.panel-pastdue .panel-heading {
  border: 2px solid #CF5553;
  background-color: #CF5553 !important;
  color: #fff;
  font-weight: bold;
}
.panel-pastdue .panel-body {
  border: 2px solid #CF5553;
  border-radius: 0px;
  background-color: transparent;
  font-size: 14px;
  text-align: center;
}
#close-device {
  border-radius: 12px;
  background-color: #003A6F;
}
#close-device button.close {
  color: #fff;
}
#dashboard-marketing-banner-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 160px;
  background-color: #0083C9;
}
#dashboard-marketing-banner {
  width: 100%;
  margin: 0px 0px 50px 0px;
  padding: 0px 0px;
}
/* ----- Device Dashboard Sidebar Tabs ----- */
#xs-device-tab-arrow {
  background-image: url("/resources/nt/images/device-tab-arrow.png");
}
.device-tab {
  background-color: #eee;
}
.device-tab .device-info,
.device-tab .xs-device-info {
  padding-left: 10px;
  padding-right: 0;
}
.device-tab .device-info strong,
.device-tab .xs-device-info strong {
  text-transform: capitalize;
  font-family: ITCAvantGardeStd-Book, Helvetica, Arial, sans-serif;
  color: #555;
  font-size: 16px;
}
.device-tab .device-info span,
.device-tab .xs-device-info span {
  font-size: 12px;
}
#device-subtabs {
  background-color: #555;
}
/* ----- Device subtab section headers ----- */
.device-subtab-section a {
  font-weight: 700;
}
#device-subtabs .nav-tabs {
  border: 0;
}
#device-subtabs .nav-tabs li a {
  border: 0;
  border-radius: 0px;
}
#device-subtabs .nav-tabs li a:link,
#device-subtabs .nav-tabs li a:visited,
#device-subtabs .nav-tabs li a:active {
  border-top: 1px solid #0958a2;
  border-bottom: 1px solid #555;
  background-color: #003A6F;
  color: #ddd;
  text-shadow: 1px 1px 2px #333;
}
#device-subtabs .nav-tabs li a:link .badge,
#device-subtabs .nav-tabs li a:visited .badge,
#device-subtabs .nav-tabs li a:active .badge {
  background-color: #00CC00;
  color: #fff;
}
#device-subtabs .nav-tabs li a:hover,
#device-subtabs .nav-tabs li a:focus {
  border-top: 1px solid #0958a2;
  border-bottom: 1px solid #555;
  background-color: #00CC00;
  color: #fff;
}
#device-subtabs .nav-tabs li a:hover .badge,
#device-subtabs .nav-tabs li a:focus badge {
  background-color: #00aa00;
  color: #fff;
}
#device-subtabs .nav-tabs li.active a {
  border: 0;
  border-radius: 0px;
}
#device-subtabs .nav-tabs li.active a:link,
#device-subtabs .nav-tabs li.active a:visited,
#device-subtabs .nav-tabs li.active a:active,
#device-subtabs .nav-tabs li.active a:hover,
#device-subtabs .nav-tabs li.active a:focus {
  background-color: #41bae7;
  color: #fff;
  text-shadow: none;
}
#xs-btn-device-menu {
  font-size: 20px;
  background-color: transparent;
}
#device-subtabs-nav .dropdown-header {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #0958a2;
  text-shadow: 2px 2px 2px #333;
}
#device-subtabs #xs-device-subtabs-nav.nav-tabs {
  height: 500px;
  background-color: #eee;
}
#device-subtabs #xs-device-subtabs-nav.nav-tabs li.dropdown-header {
  color: #666;
  font-weight: bold;
  background-color: #ccc;
}
#device-subtabs #xs-device-subtabs-nav.nav-tabs li a {
  border: 0;
  border-radius: 0px;
}
#device-subtabs #xs-device-subtabs-nav.nav-tabs li a:link,
#device-subtabs #xs-device-subtabs-nav.nav-tabs li a:visited,
#device-subtabs #xs-device-subtabs-nav.nav-tabs li a:active {
  border-top: 1px solid #ddd;
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  color: #555;
  font-size: 18px;
  text-shadow: none;
}
#device-subtabs #xs-device-subtabs-nav.nav-tabs li a:link .badge,
#device-subtabs #xs-device-subtabs-nav.nav-tabs li a:visited .badge,
#device-subtabs #xs-device-subtabs-nav.nav-tabs li a:active .badge {
  background-color: #00CC00;
  color: #fff;
}
#device-subtabs #xs-device-subtabs-nav.nav-tabs li a:hover,
#device-subtabs #xs-device-subtabs-nav.nav-tabs li a:focus {
  border-top: 1px solid #00CC00;
  background-color: #00CC00;
  border-bottom: 1px solid #00CC00;
  color: #fff;
}
#device-subtabs #xs-device-subtabs-nav.nav-tabs li a:hover .badge,
#device-subtabs #xs-device-subtabs-nav.nav-tabs li a:focus badge {
  background-color: #00aa00;
  color: #fff;
}
#device-subtabs #xs-device-subtabs-nav.nav-tabs li.active a {
  border: 0;
  border-radius: 0px;
}
#device-subtabs #xs-device-subtabs-nav.nav-tabs li.active a:link,
#device-subtabs #xs-device-subtabs-nav.nav-tabs li.active a:visited,
#device-subtabs #xs-device-subtabs-nav.nav-tabs li.active a:active,
#device-subtabs #xs-device-subtabs-nav.nav-tabs li.active a:hover,
#device-subtabs #xs-device-subtabs-nav.nav-tabs li.active a:focus {
  color: #fff;
  background-color: #41bae7;
}
.hide-underlay {
  background-color: rgba(0, 0, 0, 0);
}
.show-underlay {
  background-color: rgba(0, 0, 0, 0.65);
}
/* ----- Device subtab page links ----- */
#device-subtabs .nav-tabs .nav-tabs li a {
  border: 0;
  border-radius: 0px;
}
#device-subtabs .nav-tabs .nav-tabs li a:link,
#device-subtabs .nav-tabs .nav-tabs li a:visited {
  background-color: #555;
  color: #fff;
}
#device-subtabs .nav-tabs .nav-tabs li a:hover,
#device-subtabs .nav-tabs .nav-tabs li a:active,
#device-subtabs .nav-tabs .nav-tabs li a:focus {
  background-color: #00CC00;
  color: #fff;
}
#device-subtabs .nav-tabs .nav-tabs li.active a:link,
#device-subtabs .nav-tabs .nav-tabs li.active a:visited,
#device-subtabs .nav-tabs .nav-tabs li.active a:active,
#device-subtabs .nav-tabs .nav-tabs li.active a:hover,
#device-subtabs .nav-tabs .nav-tabs li.active a:focus {
  background-color: #41bae7;
  border: 0;
  border-radius: 0px;
}
/* ----- Call Simulator Page ----- */
.call-simulator-area {
  border-radius: 0px;
}
.call-simulator-area .lead {
  font-size: 18px;
}
.call-simulator-area .call-simulator-callplan select,
.call-simulator-area .call-simulator-country select {
  border-radius: 0px;
}
.call-simulator-area input,
.call-simulator-area .input-group-addon {
  border-radius: 0px;
}
.call-simulator-area .help-inline {
  font-size: 12px;
}
.alert {
  border-radius: 0px;
}
.alert-danger a:link,
.alert-danger a:visited,
.alert-warning a:link,
.alert-warning a:visited,
.alert-success a:link,
.alert-success a:visited {
  color: #0958A2;
  text-decoration: underline;
}
.alert-danger a:hover,
.alert-danger a:active,
.alert-warning a:hover,
.alert-warning a:active,
.alert-success a:hover,
.alert-success a:active {
  color: #1972F5;
  text-decoration: underline;
}
.alert-danger a.close,
.alert-warning a.close,
.alert-success a.close {
  color: #000 !important;
  text-decoration: none !important;
}
.alert-danger a.btn,
.alert-warning a.btn,
.alert-success a.btn {
  color: #fff !important;
  text-decoration: none !important;
}
.alert-warning a {
  color: #41BAE7;
}
.call-simulator-table table th {
  background-color: #eee;
}
/* ----- Update User Profile Page ----- */
.profile-area .panel {
  border-radius: 0px;
  margin-bottom: 15px;
  border: 3px solid #ccc;
}
.profile-area .panel .panel-heading {
  border-radius: 0px;
  margin-bottom: 15px;
  background-color: #0958a2;
}
.profile-area .panel .panel-heading h2 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.profile-area .panel .img-thumbnail {
  border-radius: 0px;
  margin-bottom: 15px;
}
.profile-area .panel input,
.profile-area .panel select {
  border-radius: 0px;
  margin-bottom: 15px;
}
.profile-area .panel .passwordReset .validation-notes {
  font-size: 12px;
}
.profile-area .panel .passwordReset .validation-notes .glyphicon-remove {
  color: #FF0004;
}
.profile-area .panel .firstname,
.profile-area .panel .lastname {
  text-transform: capitalize;
}
.profile-area .panel .required-note {
  font-size: 12px;
}
.profile-area .user-details .type-of-user {
  text-transform: capitalize;
}
.glyphicon-align {
  top: 3px;
}
/*Date Picker*/
.datepicker {
  background-color: #fff;
  color: #555;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 5px #ccc;
}
.datepicker table th i.icon-arrow-left:after {
  content: "‹";
  font-size: 22px;
  font-weight: 700;
}
.datepicker table th i.icon-arrow-right:after {
  content: "›";
  font-size: 22px;
  font-weight: 700;
}
/* ----- Index User Profile Page ----- */
.index-profile-area .panel {
  border-radius: 0px;
  margin-bottom: 15px;
  border: 3px solid #ccc;
}
.index-profile-area .panel .panel-heading {
  border-radius: 0px;
  margin-bottom: 15px;
  background-color: #0958a2;
}
.index-profile-area .panel .panel-heading h2 {
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.index-profile-area .panel .img-thumbnail {
  border-radius: 0px;
  margin-bottom: 15px;
}
.index-profile-area .panel .firstname,
.index-profile-area .panel .lastname {
  text-transform: capitalize;
}
.index-profile-area .user-details .type-of-user {
  text-transform: capitalize;
}
/* ----- Talk Credit Page ----- */
.talk-credit-area .well {
  border: 0;
  border-radius: 0px;
  box-shadow: none;
  background-color: #ddd;
}
.talk-credit-area .well h2 {
  color: #555;
}
.talk-credit-area .panel {
  border: 2px solid #555;
}
.talk-credit-area .panel .panel-heading {
  background-color: #555;
  color: #fff;
  border-radius: 0px;
}
.talk-credit-area .panel .panel-heading h4 {
  font-weight: 700;
}
.talk-credit-area .panel .panel-body p {
  font-size: 14px;
}
.talk-credit-area .panel .panel-body button {
  border-radius: 4px;
}
.talk-credit-area .panel .panel-body select {
  border-radius: 0px;
}
.talk-credit-area .panel .panel-body #ShoppingcartAddItemForm {
  /* -- Tiles -- */
  /* -- Tiles -- */
  /* -- Dropdown -- */
}
.talk-credit-area .panel .panel-body #ShoppingcartAddItemForm label.btn-default {
  border-radius: 0px;
  border: 0;
}
.talk-credit-area .panel .panel-body #ShoppingcartAddItemForm label.btn-default:hover,
.talk-credit-area .panel .panel-body #ShoppingcartAddItemForm label.btn-default:active,
.talk-credit-area .panel .panel-body #ShoppingcartAddItemForm label.btn-default:focus {
  background-color: #41bae7;
}
.talk-credit-area .panel .panel-body #ShoppingcartAddItemForm label.btn-default:hover p,
.talk-credit-area .panel .panel-body #ShoppingcartAddItemForm label.btn-default:active p,
.talk-credit-area .panel .panel-body #ShoppingcartAddItemForm label.btn-default:focus p {
  color: #fff;
}
.talk-credit-area .panel .panel-body #ShoppingcartAddItemForm label.btn.active {
  background-color: #41bae7;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 5px 5px 3px rgba(0, 0, 0, 0.175);
  box-shadow: inset 0px 5px 5px 3px rgba(0, 0, 0, 0.175);
}
.talk-credit-area .panel .panel-body #ShoppingcartAddItemForm select {
  border-radius: 0px;
}
/* -- Universal Tiles -- */
label.btn-default {
  border-radius: 0px;
  border: 0;
}
label.btn-default:hover,
label.btn-default:active,
label.btn-default:focus {
  background-color: #41bae7;
}
label.btn-default:hover p,
label.btn-default:active p,
label.btn-default:focus p {
  color: #fff;
}
/* -- Tiles -- */
label.btn.active {
  background-color: #41bae7;
  color: #fff;
  font-weight: normal;
  -webkit-box-shadow: inset 0px 5px 5px 3px rgba(0, 0, 0, 0.175);
  box-shadow: inset 0px 5px 5px 3px rgba(0, 0, 0, 0.175);
}
.auto-refill-on {
  /* -- Tiles -- */
}
.auto-refill-on label.btn-default {
  border-radius: 0px;
  border: 0;
}
.auto-refill-on label.btn-default:hover,
.auto-refill-on label.btn-default:active,
.auto-refill-on label.btn-default:focus {
  background-color: #41bae7;
}
.auto-refill-on label.btn-default:hover p,
.auto-refill-on label.btn-default:active p,
.auto-refill-on label.btn-default:focus p {
  color: #fff;
}
.auto-refill-on label.btn.active {
  background-color: #41bae7;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: inset 0px 5px 5px 3px rgba(0, 0, 0, 0.175);
  box-shadow: inset 0px 5px 5px 3px rgba(0, 0, 0, 0.175);
}
/* ----- International Rates Page ----- */
.int-rate-dropdown-area .well {
  border-radius: 0px;
}
.int-rate-dropdown-area .well select {
  border-radius: 0px;
}
.progress {
  border-radius: 0px;
}
/* -----------------------------------------------------------
*   System Error Screen Styles
-------------------------------------------------------------*/
#system-error-screen h1 {
  color: #c00;
  font-size: 1.8em;
}
#system-error-screen h2 {
  color: #00CC00;
  font-size: 1.4em;
}
#system-error-screen .error-time {
  border-color: #ccc;
  font-style: italic;
}
#expired_notice,
#expired_notice_btns_above {
  background-color: #BD3E3E;
  color: #fff;
}
/*---------------------------------
*   Add to Cart
-----------------------------------*/
.item-description legend {
  color: #666;
}
/* -----------------------------------------------------------
*   Shopping Cart
-------------------------------------------------------------*/
#cart-headers {
  font-weight: bold;
  background-color: #0958a2;
  color: #fff;
  border-radius: 5px;
}
.cart-device-box {
  background-color: #fff;
}
.cart-device-label {
  padding-bottom: 10px;
  border-bottom: 3px solid #ddd;
}
.cart-items-section {
  background-color: #fff;
  radius: 5px;
}
.cart-price-cell {
  background-color: #ddd;
  font-size: 12px;
}
.saved-item-panel .panel-heading {
  background-color: #0958a2;
  color: #fff;
}
.saved-item-row {
  border-bottom: 5px solid #eee;
  padding-bottom: 5px;
}
.saved-item-row .saved-item-details .saved-item-name {
  background-color: #003A6F;
  color: #fff;
}
.saved-item-row .saved-item-details .saved-item-device {
  font-size: 12px;
}
.ajax-loading {
  color: #ccc;
  background-image: url("/resources/nt/images/icon-processing-16x16.gif");
  background-repeat: no-repeat;
  background-position: right center;
}
.cart-security #ssl-statement .glyphicon {
  font-size: 27px;
}
body.page-body-cart .btn .alert-success,
body.page-body-cart .btn .alert-danger {
  background-color: transparent !important;
}
/* -----------------------------------------------------------
*   Checkout
-------------------------------------------------------------*/
.checkout-step-col {
  background-image: url("/resources/nt/images/checkout-steps-cutout-arrow-completed.png");
  background-repeat: no-repeat;
  background-position: right 50%;
  background-color: #fff;
  font-size: 14px;
}
.checkout-step-col:last-child {
  background-image: none !important;
}
.checkout-step-col span.badge {
  font-size: 12px;
  border-radius: 50%;
}
.checkout-step-active span.badge {
  background-color: #00CC00;
  color: #fff;
}
.checkout-step-completed span.badge {
  background-color: #003A6F;
  color: #aaa;
}
.checkout-step-active {
  background-color: #0958a2;
  color: #fff;
}
.checkout-step-completed {
  background-color: #0958a2;
  color: #aaa;
}
.checkout-step-active {
  background-image: url("/resources/nt/images/checkout-steps-cutout-arrow.png") !important;
}
.checkout-step-completed {
  background-image: url("/resources/nt/images/checkout-steps-cutout-arrow-completed.png") !important;
}
.panel-checkout > .panel-heading {
  background-color: #41bae7;
  color: #fff;
}
.panel-checkout > .panel-heading .panel-title {
  font-weight: bold !important;
  font-size: 18px !important;
}
.panel-checkout > .panel-body h5 {
  font-weight: bold;
}
.panel-checkout > .panel-body p {
  margin-left: 20px;
}
.panel-checkout > .panel-body hr {
  margin: 10px 0px !important;
}
.panel-checkout > .panel-body hr.thick {
  border-top: 3px solid #ddd !important;
}
/* -----------------------------------------------------------
*   Checkout: Billing Info
-------------------------------------------------------------*/
.selpay-wrapper .selpay-card {
  color: #444;
}
.selpay-wrapper .selpay-card strong {
  color: #000;
}
.selpay-wrapper .selpay-card span {
  font-size: 12px;
}
.selpay-wrapper .selpay-card-manage {
  border: 1px solid #ddd;
  padding-top: 0;
  margin: 15px;
  color: #666;
}
.selpay-wrapper .selpay-card-manage strong {
  color: #666;
}
.selpay-wrapper .panel-selpay-manage {
  border: 0;
  box-shadow: none;
}
/* -----------------------------------------------------------
*   Checkout: Receipt
-------------------------------------------------------------*/
.receipt-row-total {
  border-top: 2px solid #666;
  font-size: 23px;
  font-weight: bold;
}
.item-fee-row {
  font-size: 12px;
}
.gomobile-slide {
  background-color: #fff;
  border: 1px solid #ddd;
}
.gomobile-slide .glyphicon {
  color: #999;
}
.gomobile-slide .gomobile-phone {
  font-size: 18px;
  color: #00aa00;
}
.gomobile-slide .gomobile-useralias {
  font-size: 18px;
  color: #41bae7;
}
.gomobile-slide .gomobile-slide-footer {
  background-color: #eee;
}
.gomobile-slide .gomobile-slide-footer .gomobile-account {
  color: #999;
}
.gomobile-slide .gomobile-slide-footer .gomobile-mac {
  color: #999;
}
.gomobile-slide:hover {
  cursor: pointer;
  border: 1px solid #00cc00;
}
#device-dashboard-contentarea .nav-pills li {
  background-color: #41bae7;
  background: -moz-linear-gradient(top, #41bae7 0%, #0958a2 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #41bae7), color-stop(100%, #0958a2));
  background: -webkit-linear-gradient(top, #41bae7 0%, #0958a2 100%);
  background: -o-linear-gradient(top, #41bae7 0%, #0958a2 100%);
  background: -ms-linear-gradient(top, #41bae7 0%, #0958a2 100%);
  background: linear-gradient(to bottom, #41bae7 0%, #0958a2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@brand-third', endColorstr='@brand-primary', GradientType=0);
  color: #fff;
}
#device-dashboard-contentarea .nav-pills > li > a {
  border-top: 1px solid #41bae7;
  color: #fff;
}
#device-dashboard-contentarea .nav-pills > li.active {
  background-color: #fff;
  color: #fff;
}
#device-dashboard-contentarea .nav-pills > li.active > a,
#device-dashboard-contentarea .nav-pills > li.active > a:hover,
#device-dashboard-contentarea .nav-pills > li.active > a:focus {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
  color: #555;
}
#device-dashboard-contentarea #did-module-page {
  padding-top: 20px;
}
#device-dashboard-contentarea #did-module-page fieldset legend {
  font-size: 16px;
  font-weight: bold;
}
#wizard-header .wizard-steps .wizard-step-lines .wizard-step-line {
  border-bottom: 2px solid #aaa;
}
#wizard-header .wizard-steps .wizard-step-lines .wizard-step-line-complete {
  border-bottom: 2px solid #00CC00;
}
#wizard-header .wizard-steps .wizard-step-labels .wizard-step {
  color: #aaa;
}
#wizard-header .wizard-steps .wizard-step-labels .wizard-step .wizard-step-number {
  color: #aaa;
  background-color: #eee;
  border: 2px solid #aaa;
}
#wizard-header .wizard-steps .wizard-step-labels .completed-step {
  color: #aaa;
}
#wizard-header .wizard-steps .wizard-step-labels .completed-step .wizard-step-number {
  color: #eee;
  background-color: #00CC00;
  border: 2px solid #00CC00;
}
#wizard-header .wizard-steps .wizard-step-labels .current-step {
  color: #555;
}
#wizard-header .wizard-steps .wizard-step-labels .current-step .wizard-step-number {
  color: #555;
  background-color: #00CC00;
  border: 2px solid #00CC00;
}
#wizard-header .wizard-steps .wizard-step-labels .current-step .hidden-xs {
  display: block !important;
}
.activatedDevice h4 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.activatedDevice h5 {
  color: #41bae7;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 4px;
}
.activatedDevice address {
  margin-bottom: 0px;
}
.activatedDevice .btn-success {
  margin-top: 20px;
}
.msg-maintenance {
  text-align: center;
}
.msg-maintenance h1 {
  color: #0958a2 !important;
}
.well-white {
  background-color: #fff;
}
/*----------------------------
netTALK Wireless/CONNECT ON Page Styles
------------------------------*/
/*.wireless-info-heading-content{
            //margin-top: 30px;
            //padding-top: 40px;
            background-color:#fafafa !important;
            background-image: url("/resources/nt/images/ezlinq/2018-christmas-bg.png") !important;
            background-position: top !important ;
            background-repeat: no-repeat !important;
            background-size: auto 500px; 
} */
.wireless_page .w_connecton_logo_col {
  padding: 30px 0px 40px 0;
}
.wireless_page .w_connecton_logo_col img {
  margin-left: 0px;
  width: 80%;
}
.wireless_page .w_connecton_logo_col strong {
  font-size: 31px;
  color: #0c0;
}
.wireless_page .white-bg-box {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 30px;
}
.wireless_page .white-bg-box fieldset {
  border: 0;
}
.wireless_page .wireless-details ul {
  list-style: disc;
  margin-left: 30px;
}
.wireless_page .phone-tabs-col {
  padding: 10px 10px 0px 10px;
  width: 100%;
  background-color: #41bae7 !important;
}
.wireless_page .nav-pills li {
  background-color: #003A6F !important;
  /*        background: -moz-linear-gradient(top, @brand-third 0%, @brand-primary 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, @brand-third), color-stop(100%, @brand-primary));
        background: -webkit-linear-gradient(top, @brand-third 0%, @brand-primary 100%);
        background: -o-linear-gradient(top, @brand-third 0%, @brand-primary 100%);
        background: -ms-linear-gradient(top, @brand-third 0%, @brand-primary 100%);
        background: linear-gradient(to bottom, @brand-third 0%, @brand-primary 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='@brand-third', endColorstr='@brand-primary', GradientType=0 );*/
  color: #fff;
}
.wireless_page .nav-pills > li > a {
  background-color: #003A6F;
  color: #fff;
}
.wireless_page .nav-pills > li > a:hover {
  background-color: #0958a2;
  color: #fff;
}
.wireless_page .nav-pills > li.active {
  border-top: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  background-color: #fff;
  color: #fff;
}
.wireless_page .nav-pills > li.active > a,
.wireless_page .nav-pills > li.active > a:hover,
.wireless_page .nav-pills > li.active > a:focus {
  border-top: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-left: 1px solid #fff !important;
  background-color: #fff;
  color: #555;
}
.wireless_page h3 {
  font-size: 17px;
  font-weight: bold;
}
.wireless_page .well-white {
  background-color: #fff;
}
.wireless_page .sim-activation-summary .row {
  border-bottom: 1px solid #ddd;
  padding: 6px;
}
.wireless_page_banner {
  margin-top: 20px;
  background-image: url("/resources/nt/images/wireless/wireless-banner.jpg");
  background-size: auto;
  background-repeat: no-repeat;
}
.wireless_page_banner .banner_info_1 {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 20px;
  color: #0958a2;
  font-family: ITCAvantGardeStd-Demi;
  font-style: italic;
}
.wireless_page_banner .banner_info_2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 31px;
  line-height: 31px;
  color: #fff;
  font-family: ITCAvantGardeStd-Medium;
}
.wireless_page_banner .banner_info_3 {
  margin-top: 5px;
  font-size: 20px;
  color: #fff;
  font-family: ITCAvantGardeStd-Medium;
}
.wireless_page_banner .banner_info_4 {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 29px;
  line-height: 29px;
  color: #00cc00;
  font-family: ITCAvantGardeStd-Demi;
}
.wireless_page_banner .banner_info_5 {
  font-size: 17px;
  color: #fff;
  font-family: ITCAvantGardeStd-Medium;
  font-style: italic;
}
.plan_intro {
  text-align: center;
}
.plan_intro .one-plan-one-price {
  margin-top: 40px;
  font-size: 20px;
  font-family: ITCAvantGardeStd-Demi;
  color: #0958a2;
  font-style: italic;
}
.plan_intro .small-business-plan {
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 5px 5px 5px #888888;
}
.plan_intro .auto-pay-credit {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #00cc00;
}
.plan_intro .sm-note {
  padding: 0 20px;
  font-size: 12px;
  color: #717171;
}
.plan_intro .benefit-highlight {
  margin-top: 80px;
}
.plan_intro .benefit-highlight p {
  font-size: 20px;
  font-family: ITCAvantGardeStd-Medium;
  color: #0958a2;
  font-style: italic;
}
.plan_intro .plan_includes {
  text-align: left;
}
.plan_intro .plan_includes .stream_includes {
  padding: 30px 30px;
  background-color: #0958a2;
  color: #fff;
}
.plan_intro .plan_includes .stream_includes .stream_includes_1 {
  margin-bottom: 0;
  font-size: 15px;
}
.plan_intro .plan_includes .stream_includes .stream_includes_2 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 21px;
}
.plan_intro .plan_includes .stream_includes .stream_includes_3 {
  font-weight: bold;
  font-size: 16px;
}
.plan_intro .plan_includes .stream_includes .stream_includes_4 {
  font-size: 15px;
}
.plan_intro .plan_includes .stream_includes .stream_includes_5 {
  font-size: 15px;
}
.plan_intro .plan_includes .stream_includes .stream_includes_5 a {
  color: #00cc00;
  text-decoration: underline;
}
.plan_intro .plan_includes .stream_brand {
  text-align: center;
}
.plan_intro .plan_includes .stream_brand img {
  margin-top: 10px;
  width: 100px;
}
.plan_intro .plan_includes .sm-note {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 12px;
  color: #717171;
}
.separator-line {
  margin: 50px 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #fefefe;
}
.coverage {
  text-align: center;
}
.coverage h2 {
  margin: 0;
  color: #00cc00;
  font-size: 29px;
  font-family: ITCAvantGardeStd-Medium;
}
.coverage .tagline {
  font-size: 15px;
  color: #0958a2;
}
.coverage .coverage_info {
  margin-top: 20px;
  padding: 30px;
}
.coverage .coverage_info div {
  padding: 0 50px;
}
.coverage .coverage_info img {
  margin-bottom: 10px;
}
.coverage .coverage_info p {
  font-size: 15px;
}
.coverage .coverage_info .title {
  color: #0958a2;
  font-size: 17px;
  font-family: ITCAvantGardeStd-Medium;
}
.coverage .coverage-3-countries {
  background-color: #fff;
  box-shadow: 5px 5px 5px #888888;
  padding: 30px;
}
.coverage .coverage-3-countries h3 {
  text-align: left;
  color: #0958a2;
  font-family: ITCAvantGardeStd-Medium;
  font-size: 20px;
}
.coverage .coverage-3-countries p {
  text-align: left;
  font-size: 15px;
}
.coverage .coverage-3-countries p a {
  display: block;
  margin-top: 30px;
  font-weight: bold;
}
.coverage .faqs {
  background-color: #fff;
  box-shadow: 5px 5px 5px #888888;
  padding: 30px;
  text-align: left;
}
.coverage .faqs h3 {
  margin-bottom: 0;
  text-align: left;
  color: #0958a2;
  font-family: ITCAvantGardeStd-Medium;
  font-size: 20px;
}
.coverage .faqs ul li {
  padding: 17px 0;
  border-bottom: 1px solid #d0d0d0;
}
.how-it-works {
  text-align: center;
}
.how-it-works h2 {
  margin: 0;
  color: #00cc00;
  font-size: 29px;
  font-family: ITCAvantGardeStd-Medium;
}
.how-it-works .tagline {
  font-size: 15px;
  color: #0958a2;
}
.how-it-works .how-it-works-info {
  margin-top: 50px;
  text-align: center;
}
.how-it-works .how-it-works-info div {
  min-height: 380px;
  background-color: #fff;
  box-shadow: 5px 5px 5px #888888;
  padding: 20px 30px;
  margin-right: 60px;
}
.how-it-works .how-it-works-info div h3 {
  margin-bottom: 10px;
  text-align: center;
  color: #0958a2;
  font-family: ITCAvantGardeStd-Medium;
  font-size: 20px;
}
.how-it-works .how-it-works-info div p {
  margin-bottom: 10px;
}
.how-it-works .how-it-works-info div img {
  display: block;
  margin: 30px auto 20px auto;
}
.how-it-works .how-it-works-info-btn {
  margin-top: 50px;
}
.appreciation-box {
  display: flex;
  align-items: stretch;
  align-content: center;
  justify-content: center;
}
.appreciation-box div {
  align-self: stretch;
  align-items: center;
  padding: 26px 16px;
  font-size: 22px;
  font-weight: bold;
}
.appreciation-box .solution-box-green {
  border: 2px solid #00CC00;
}
.appreciation-box .reward-box-green {
  border: 2px solid #00CC00;
  background-color: #00CC00 !important;
  color: #fff;
}
.appreciation-box .solution-box-blue {
  border: 2px solid #41bae7;
}
.appreciation-box .reward-box-blue {
  border: 2px solid #41bae7;
  background-color: #41bae7 !important;
  color: #fff;
}
.appreciation-text h3 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}
.appreciation-text label {
  font-size: 16px !important;
}
/**
    CONNECT ON TV 
**/
.tv-container {
  width: 100%;
  margin: auto;
}
#section-mainhero {
  padding: 0px 20px;
}
#section-mainhero #connect-on-tv-logo {
  padding: 20px 20px 30px 20px;
}
#section-mainhero #connect-on-tv-logo #img-tv-logo {
  width: 100%;
}
#section-mainhero .bg-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003a6f+0,002c53+20,003a6f+42,002c53+59,002c53+81,003a6f+100 */
  /*	background: #003a6f;  Old browsers 
	background: -moz-linear-gradient(top,  #003a6f 0%, #002c53 20%, #003a6f 42%, #002c53 59%, #002c53 81%, #003a6f 100%);  FF3.6-15 
	background: -webkit-linear-gradient(top,  #003a6f 0%,#002c53 20%,#003a6f 42%,#002c53 59%,#002c53 81%,#003a6f 100%);  Chrome10-25,Safari5.1-6 
	background: linear-gradient(to bottom,  #003a6f 0%,#002c53 20%,#003a6f 42%,#002c53 59%,#002c53 81%,#003a6f 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a6f', endColorstr='#003a6f',GradientType=0 );  IE6-9 */
  background-image: url("/resources/nt/images/tv/tv-marketing-page-bg-photo.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#section-mainhero #subsection-mainhero-image {
  padding: 30px 20px;
  text-align: center;
}
#section-mainhero #subsection-mainhero-image #img-tv-screens {
  width: 94%;
}
#section-mainhero #subsection-mainhero-text {
  padding: 0px 30px;
  text-align: center;
}
#section-mainhero #subsection-mainhero-text h1 {
  color: #fff;
  font-size: 32px;
}
#section-mainhero #subsection-mainhero-text .tv-anydevice {
  color: #ccc;
}
#section-mainhero #subsection-mainhero-text p {
  color: #eee;
  font-size: 18px;
  font-weight: bold;
}
#section-mainhero #subsection-mainhero-text .tv-price {
  color: #3FB8E5;
  font-size: 26px;
}
#section-mainhero #subsection-mainhero-text .tv-price-disclaimer {
  display: block;
  clear: both;
  color: #3FB8E5;
  font-size: 18px;
}
#section-mainhero #subsection-mainhero-text .tv-nofees {
  font-weight: normal;
  font-size: 18px;
  color: #ddd;
}
#section-mainhero #subsection-mainhero-text .tv-no-cc-required {
  font-weight: normal;
  font-size: 18px;
  color: #ddd;
}
#section-mainhero #subsection-mainhero-text .link-tv-offer {
  display: block;
  margin: 30px 0px;
}
#section-great-programming {
  text-align: center;
  padding: 30px;
}
#section-great-programming #subsection-great-programming-text {
  text-align: center;
}
#section-great-programming #subsection-great-programming-text h2 {
  margin-top: 0;
  font-size: 32px;
  color: #00396E;
}
#section-great-programming #subsection-great-programming-text p {
  font-size: 17px;
  color: #555;
}
#section-great-programming #subsection-great-programming-image {
  text-align: center;
}
#section-channel-lineup {
  text-align: center;
  background-color: #eee;
  padding: 30px 30px 40px 30px;
}
#section-channel-lineup h2 {
  margin-top: 0;
  font-size: 32px;
  color: #00396E;
}
#section-channel-lineup p {
  font-size: 17px;
  color: #555;
}
#section-channel-lineup #channel-logos-box {
  background-color: #fff;
  padding: 30px;
  margin: 20px;
  -webkit-box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 4px 4px 14px 0px rgba(0, 0, 0, 0.75);
}
.tv-action-button {
  margin-top: 30px;
  padding: 12px 26px 8px 26px !important;
  font-family: ITCAvantGardeStd-Medium, Helvetica, Arial, sans-serif !important;
  font-size: 21px !important;
}
#section-connect-your-way {
  background-color: #41BAE7;
  padding: 40px 20px 30px 20px;
}
#section-connect-your-way h2 {
  margin-top: 0;
  font-size: 32px;
  color: #00396E;
}
#section-connect-your-way p {
  font-size: 17px;
  color: #fff;
  margin: 20px 20px 40px 20px;
}
#section-connect-your-way .tv-device-symbol img {
  width: 100%;
  margin: 16px 0px;
}
#section-download-app {
  padding: 40px 20px 20px 20px;
}
#section-download-app h2 {
  margin: 25px 10px;
  font-size: 24px;
  color: #555;
}
#section-download-app .tv-download-app-btn {
  margin-bottom: 40px;
  padding: 10px 30px;
  background-color: #000;
  border-radius: 2px;
}
#section-download-app .tv-download-app-btn:hover,
#section-download-app .tv-download-app-btn:active {
  background-color: #333333;
}
.modal-page-tv-offer-details,
.modal-page-tv-channels {
  padding: 0px;
}
.modal-page-tv-offer-details h3,
.modal-page-tv-channels h3 {
  font-family: ITCAvantGardeStd-Medium, Helvetica, Arial, sans-serif !important;
  margin-top: 0;
  font-size: 24px;
  color: #00396E;
}
.modal-page-tv-offer-details h4,
.modal-page-tv-channels h4 {
  margin: 20px 0 0 0;
  font-size: 19px;
  font-weight: bold;
  color: #555;
}
.modal-page-tv-offer-details p,
.modal-page-tv-channels p {
  font-size: 16px;
  color: #555;
}
.modal-page-tv-offer-details p.lead,
.modal-page-tv-channels p.lead {
  font-size: 18px;
}
.modal-page-tv-channels .row {
  margin: 30px 0px !important;
}
.modal-page-tv-channels h4 {
  margin: 8px 0 8px 0;
  font-size: 19px;
  font-weight: bold;
  color: #555;
}
#col-tv-service .col-tv-package-img img {
  width: 75%;
  margin: auto;
}
#col-tv-service h2 {
  margin-top: 0;
}
#col-tv-app .rounded-container {
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #eee;
}
#col-tv-app .rounded-container .rounded-container-header {
  border-bottom: 1px solid #ccc;
}
#col-tv-app .rounded-container .rounded-container-body {
  padding: 20px 5px;
}
#col-tv-app .rounded-container .rounded-container-body .tv-download-app-btn {
  margin-bottom: 7px;
  padding: 8px 12px;
  background-color: #000;
  border-radius: 2px;
}
#col-tv-app .rounded-container .rounded-container-body .tv-download-app-btn:hover,
#col-tv-app .rounded-container .rounded-container-body .tv-download-app-btn:active {
  background-color: #333333;
}
/* X4 Marketing Page*/
.x4-mkt-title {
  margin-top: 30px;
}
.x4-mkt-title h1 {
  font-family: ITCAvantGardeStd-Demi;
  font-size: 27px;
  color: #666 !important;
  margin-bottom: 6px;
}
.x4-mkt-title h2 {
  margin: 0 auto 40px auto;
  font-family: ITCAvantGardeStd-Medium;
  font-size: 16px;
  color: #666 !important;
}
.x4-bg-hero-image {
  background-color: #174E84;
  background-image: url("/resources/nt/images/wireless/x4/x4-bg-hero.jpg");
  background-repeat: no-repeat;
  background-position: 70% 45%;
}
#subsection-mainhero-text-x4 {
  text-align: center;
  color: #fff !important;
  padding-top: 20px;
}
#subsection-mainhero-text-x4 p {
  margin: 0;
  padding: 0;
}
#subsection-mainhero-text-x4 .x4-hero-bundle {
  font-family: ITCAvantGardeStd-Demi;
  font-size: 25px;
  margin: 12px auto 14px auto !important;
}
#subsection-mainhero-text-x4 .x4-hero-offer {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  line-height: 130%;
  color: #ccc;
}
#subsection-mainhero-text-x4 .x4-hero-offer b {
  color: #fff;
  font-size: 17px;
}
#subsection-mainhero-text-x4 .x4-hero-offeronly {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
}
#subsection-mainhero-text-x4 .x4-hero-offeronly del {
  text-decoration: line-through;
  color: #0c0;
  font-size: 24px;
}
#subsection-mainhero-text-x4 .x4-hero-price {
  font-size: 46px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 100%;
}
#subsection-mainhero-text-plus {
  padding-top: 60px;
  color: #fff !important;
}
#subsection-mainhero-text-sim {
  text-align: center;
  padding-top: 30px;
  color: #fff !important;
}
#subsection-mainhero-text-sim p {
  margin: 0;
  padding: 0;
}
#subsection-mainhero-text-sim #x4-plus-sign {
  font-size: 57px;
  font-family: ITCAvantGardeStd-Demi;
}
#subsection-mainhero-text-sim .x4-hero-plan-service {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  color: #ccc;
}
#subsection-mainhero-text-sim .x4-hero-plan-service b {
  font-size: 18px;
  color: #fff;
}
#subsection-mainhero-text-sim .x4-hero-plan-details {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
}
#subsection-mainhero-text-sim .x4-hero-plan-learnmore {
  font-size: 15px;
  font-family: Helvetica, Arial, sans-serif;
}
#subsection-mainhero-text-sim .x4-hero-plan-after {
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  margin-top: 20px;
}
#subsection-mainhero-text-sim .x4-hero-plan-value {
  text-decoration: line-through;
  color: #0c0;
  font-size: 20px;
}
#subsection-mainhero-text-sim .x4-hero-plan-cost {
  font-size: 25px;
  font-weight: bold;
  line-height: 100%;
  margin-top: 10px;
}
#subsection-mainhero-text-sim .x4-hero-plan-cost span {
  font-size: 46px;
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-right: -36px;
}
#subsection-mainhero-action {
  margin-bottom: 10px;
}
img.x4-action-button,
.x4-action-button {
  width: 90%;
  margin: 30px auto 0px auto;
  padding: 12px 20px 12px 20px !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 19px !important;
  text-shadow: 1px 1px 1px #555;
}
.wrap-btn {
  text-align: center;
}
#subsection-mainhero-validity {
  color: #bbb !important;
  margin-bottom: 10px;
}
.x4-info-block {
  font-size: 16px;
  line-height: 145%;
}
.x4-info-block-specs {
  font-size: 16px;
  line-height: 120%;
}
.x4-info-block-specs h3 {
  font-size: 18px;
  font-weight: bold;
}
.x4-footer {
  font-family: ITCAvantGardeStd-Book;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #555;
  padding-bottom: 50px;
  padding-top: 50px;
}
.x4-footer .well-info {
  color: #fff;
  background-color: #003A6F;
}
.x4-ad {
  width: 300px;
  position: relative;
  z-index: 1000;
  float: right;
  margin-right: 10px;
  margin-top: -500px;
}
.close-btn-x4 {
  color: #fff;
  font-family: ITCAvantGardeStd-Demi;
  font-size: 12px;
  background-color: #333;
  padding: 6px;
  width: 60px;
  text-align: center;
  margin: 0px 5px 0px auto;
}
.close-btn-x4:hover {
  cursor: pointer;
  background-color: #999;
}
.x4-img-activation {
  text-align: left;
}
.expand {
  width: 100% !important;
}
#vl-banner {
  height: 300px;
  background-color: transparent;
  background-image: url("/resources/nt/images/ezlinq/b1b.png");
  background-repeat: no-repeat;
  background-position: 5% 50%;
  border-radius: 10px;
}
#vl-banner #vl-banner-text {
  padding: 10px 15% 0px 50px;
  border-radius: 10px;
}
#vl-banner #vl-banner-text h1 {
  margin-top: 40px;
  font-size: 21px;
  color: #fff;
  text-shadow: 1px 1px 3px #333;
}
#vl-banner #vl-banner-text h4 {
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 1px 3px #222;
}
#vl-steps .vl-step {
  margin-bottom: 50px;
}
#vl-rules {
  margin-bottom: 50px;
}
#vl-rules h1 {
  margin-left: 20px;
}
#vl-rules ul li,
#vl-rules ol li {
  font-size: 17px;
}
#vl-rules ol > li {
  margin-bottom: 20px;
}
#vl-rules ul li {
  list-style: disc;
  margin-left: 26px;
  margin-bottom: 10px;
}
.vl-links {
  padding-right: 40px;
}
body.page-body-ezlinq #page-body .container {
  width: 100%;
  margin-top: -76px;
}
.ezlinq-hero-image {
  /* The image used **/
  background-image: url("/resources/nt/images/ezlinq/banner-icons.png");
  /* Set a specific height */
  height: 370px;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  padding-top: 50px;
}
.hero-text h1 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 1.4em;
}
.hero-text h2 {
  font-size: 1.1em;
}
.hero-text .btn {
  padding: 10px 30px !important;
}
.hero-ezlinq-device {
  margin-top: -90px;
  margin-bottom: 30px;
}
.ezlinq-sec-title div {
  padding: 10px 10px 40px 10px !important;
}
.ezlinq-sec-title h2 {
  margin-bottom: 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: normal;
  color: #555;
}
#ezlinq-service-features .well {
  padding: 20px;
  margin-bottom: 60px;
}
#ezlinq-service-features .well img {
  width: 100%;
}
#ezlinq-service-features .well h4 {
  font-size: 1.6em;
}
#ezlinq-service-features .well h4 em {
  font-weight: bold;
  font-size: 0.8em;
  color: #888;
}
#ezlinq-router-modes #myCarousel {
  background-color: #fafafa !important;
  padding: 30px 0px 60px 0px;
}
#ezlinq-router-modes #myCarousel .carousel-indicators li {
  border: 1px solid #bbb;
}
#ezlinq-router-modes #myCarousel .carousel-indicators li.active {
  border: 1px solid #999;
  background-color: #ccc;
}
#ezlinq-router-modes #myCarousel .col-mode-diagram {
  border-right: 0;
  text-align: center;
}
#ezlinq-router-modes #myCarousel .col-mode-text {
  padding-left: 50px;
}
#ezlinq-router-modes #myCarousel .col-mode-text h2 {
  margin: 30px 0px 0px 0px;
  padding: 8px 16px 2px 16px;
  border-left: 0;
  font-size: 19px;
}
#ezlinq-router-modes #myCarousel .col-mode-text h3 {
  margin: 0px 0px 30px 0px;
  padding: 2px 16px 8px 16px;
  border-left: 0;
  font-size: 18px;
}
#ezlinq-router-modes #myCarousel .col-mode-text p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#ezlinq-router-modes #myCarousel .col-mode-text ul li {
  margin-left: 20px;
  list-style: disc;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}
#sec-ezlinq-features img {
  width: 32%;
  margin: 10px auto;
}
#sec-ezlinq-features .ezlinq-feature {
  height: 240px;
  margin-bottom: 30px;
}
#sec-ezlinq-features .ezlinq-feature h2 {
  margin-bottom: 4px;
}
#sec-ezlinq-tech-specs {
  /* The image used */
  background-image: url("https://nettalkconnect.com/resources/nt/images/ezlinq/banner-technical.jpg");
  /* Set a specific height */
  height: 800px;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  padding-top: 20px;
  color: #fff;
}
#sec-ezlinq-tech-specs h2 {
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: normal;
  margin: 10px 0 20px 0;
  line-height: 130%;
  text-align: center;
}
#sec-ezlinq-tech-specs .tech-specs-text {
  padding: 20px 0px 0px 0px;
  font-size: 1em;
}
#sec-ezlinq-tech-specs .tech-specs-text h3 {
  font-size: 1.4em;
}
#sec-ezlinq-tech-specs .tech-specs-text ul {
  margin: 0 0 0 0px;
}
#sec-ezlinq-tech-specs .tech-specs-text ul li {
  list-style: disc;
}
.app-download-ios {
  padding: 20px;
  text-align: center;
}
.app-download-android {
  padding: 20px;
  text-align: center;
}
.btn-app-download {
  display: inline-block;
  background-color: #000;
  padding: 10px 15px;
}
/* ezLINQ Buy page */
.white-bg-box {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 30px;
}
.extra-discount h2 {
  margin-top: 0px !important;
  color: #333;
  font-family: Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}
.extra-discount p {
  color: #0c0;
  font-weight: bold;
}
.ezlinq-product {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 14px 0px;
}
.ezlinq-product .ezlinq-product-desc h3 {
  font-weight: bold;
  color: #0958a2;
  margin-bottom: 5px;
}
.ezlinq-product .ezlinq-product-desc .sale-price {
  font-size: 20px;
  font-weight: bold;
  color: #00CC00;
}
.ezlinq-product .ezlinq-product-desc .list-price {
  font-size: 20px;
  font-weight: bold;
  color: #ccc;
  text-decoration: line-through;
}
.ezlinq-product .ezlinq-product-desc p {
  font-size: 18px;
}
.ezlinq-month-options h3,
.ezlinq-warranty-options h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
.ezlinq-month-options p,
.ezlinq-warranty-options p {
  font-size: 16px;
}
#wrap-month-options label.opt-service-term,
#wrap-warranty-options label.opt-service-term {
  margin: 0px 14px 20px 0px;
  border: 2px solid #bbb !important;
  background-color: #fff;
  font-size: 20px;
  color: #00CC00;
}
#wrap-month-options label.opt-service-term img,
#wrap-warranty-options label.opt-service-term img {
  padding: 8px;
}
#wrap-month-options label.opt-service-term div,
#wrap-warranty-options label.opt-service-term div {
  /*font-size:@sm-font-size;*/
  margin: 10px 0px;
  color: #0958a2;
}
#wrap-month-options label.opt-service-term .badge,
#wrap-warranty-options label.opt-service-term .badge {
  margin-bottom: 10px;
  color: #fff !important;
  background-color: #999 !important;
}
#wrap-month-options label.opt-service-term .item-price,
#wrap-warranty-options label.opt-service-term .item-price {
  font-size: 22px;
}
#wrap-month-options label.opt-service-term.active,
#wrap-warranty-options label.opt-service-term.active,
#wrap-month-options label.opt-service-term:hover,
#wrap-warranty-options label.opt-service-term:hover {
  border: 2px solid #00CC00 !important;
  background-color: #F2FCF2;
  font-weight: bold;
}
#wrap-month-options label.opt-service-term.active div,
#wrap-warranty-options label.opt-service-term.active div,
#wrap-month-options label.opt-service-term:hover div,
#wrap-warranty-options label.opt-service-term:hover div {
  font-weight: bold;
}
#wrap-month-options label.opt-service-term.active,
#wrap-warranty-options label.opt-service-term.active {
  background-color: #E6F9D7;
}
.warranty-desc p {
  font-size: 14px;
}
.warranty-desc h2 {
  text-align: center;
}
.show-list-bullets {
  list-style: disc;
  margin-left: 30px;
}
.show-list-bullets li {
  margin-bottom: 6px;
}
.modal-vip-icon {
  text-align: center;
}
.modal-vip-text {
  text-align: center;
}
.modal-vip-text h1 {
  margin-top: 5px;
}
#vip-benefits {
  border: 3px solid #ccc;
  border-radius: 15px;
}
#vip-benefits legend {
  color: #444;
}
#vip-benefits .vip-feature {
  margin-bottom: 30px;
  font-size: 16px;
  color: #777;
}
#vip-benefits .vip-feature img {
  margin-bottom: 10px;
}
.vip-benefits-soon {
  text-align: left;
  margin: 10px 0px;
}
.vip-benefits-soon h2 {
  color: #444;
}
.vip-benefits-soon ul {
  margin-left: 30px;
}
.vip-benefits-soon ul li {
  list-style: disc;
  margin-bottom: 10px;
}
body.page-body-plans #page-body .container {
  width: 100%;
}
section#plan-comparison {
  background-color: #45BBE7;
}
section#plan-comparison .co-well {
  position: relative;
  text-align: center;
  background-color: #ddd;
  padding: 0px;
  border: 0px;
  border-radius: 8px;
  /*        .co-feat-check {
            background-image: url("/resources/nt/images/marketing/co-feat-checkmark.png");
            background-position: 5% 50%;
            background-repeat: no-repeat;
        }*/
}
section#plan-comparison .co-well .co-name {
  margin: 25px;
  font-size: 35px;
  font-family: ITCAvantGardeStd-Demi, Helvetica, Arial, sans-serif;
  color: #333;
}
section#plan-comparison .co-well p {
  padding: 5px 12px;
  font-size: 16px;
}
section#plan-comparison .co-well p span {
  font-size: 15px;
}
section#plan-comparison .co-well p.lead {
  padding: 5px 12px;
  font-size: 18px;
}
section#plan-comparison .co-well p.lead span {
  font-size: 17px;
}
section#plan-comparison .co-well a.btn-block {
  width: 90%;
  margin: 14px auto;
}
section#plan-comparison .co-well a.btn-secondary {
  background-color: #0958a2 !important;
  color: #eee;
  font-size: 1em;
  font-weight: normal;
  border: 1px solid #333 !important;
}
section#plan-comparison .co-well a.btn-secondary:hover {
  background-color: #003A6F !important;
}
section#plan-comparison .co-well .co-icon {
  width: 33%;
  margin: 30px 25px 5px 25px;
}
section#plan-comparison .co-well .co-pricebox {
  background-color: #fff;
  padding: 20px 10px;
}
section#plan-comparison .co-well .co-pricebox .co-dollar-sign {
  display: inline-block;
  position: relative;
  top: -20px;
  font-size: 20px;
}
section#plan-comparison .co-well .co-pricebox .co-price {
  display: inline-block;
  color: #000;
  font-size: 50px;
  font-weight: bold;
}
section#plan-comparison .co-well .co-pricebox .co-pre-month {
  display: inline-block;
  margin-left: -10px;
  font-size: 20px;
}
section#plan-comparison .co-well .co-feature-row {
  position: relative;
  background-color: #eee;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  text-align: left;
  min-height: 60px;
  background-image: url("/resources/nt/images/marketing/co-feat-checkmark.png");
  background-position: 5% 50%;
  background-repeat: no-repeat;
}
section#plan-comparison .co-well .co-feat-x {
  background-image: url("/resources/nt/images/marketing/co-feat-x.png") !important;
  background-position: 5% 50%;
  background-repeat: no-repeat;
}
section#plan-comparison .co-well .co-feat-vip {
  background-image: url("/resources/nt/images/marketing/co-feat-vip.png") !important;
  background-position: 5% 50%;
  background-repeat: no-repeat;
}
section#plan-comparison .co-well .co-feature-row-sm {
  min-height: 40px;
}
section#plan-comparison .co-well .co-feature-row-big {
  min-height: 80px;
}
section#plan-comparison .co-well p.co-feature {
  margin: 0 0 0 14%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  font-size: 1.2em;
}
section#plan-comparison .co-well p.co-feature .badge {
  font-size: 12px;
}
section#plan-comparison .co-well-disclaimers {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
}
section#plan-comparison .plan-disclaimer {
  color: #444;
}
.bf-2020-ad {
  background-color: #222;
  border-radius: 8px;
  border: 2px solid #000;
}
.bf-2020-ad .bf-2020-trim {
  display: inline-block;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 8px;
  margin: 0px;
}
.bf-2020-ad .bf-2020-txt-box {
  display: inline-block;
  background-color: #1F6FFA;
  padding: 4px 8px;
  margin: 4px 0px;
}
.bf-2020-ad .bf-2020-txt {
  color: #1F6FFA;
}
.eoy-2020-ad {
  background-color: #28410D;
  border-radius: 8px;
  border: 2px solid #1B2B09;
}
.eoy-2020-ad .eoy-2020-trim {
  display: inline-block;
  width: 100%;
  border: 1px solid #EFDC87;
  border-radius: 8px;
  margin: 0px;
}
.eoy-2020-ad .eoy-2020-txt-box {
  display: inline-block;
  background-color: #2C8418;
  padding: 4px 8px;
  margin: 4px 0px;
}
.eoy-2020-ad .eoy-2020-txt {
  color: #EFDC87;
}
/*--- 
NexGen SignUp
*/
.plan-pricebox {
  text-align: center;
  padding: 0px 10px;
  position: relative;
}
.plan-pricebox .plan-dollar-sign {
  display: inline-block;
  position: relative;
  top: -20px;
  font-size: 20px;
}
.plan-pricebox .plan-price {
  display: inline-block;
  color: #000;
  font-size: 50px;
  font-weight: bold;
  margin-right: -10px;
}
.plan-pricebox .plan-per-month {
  display: inline-block;
  font-size: 20px;
}
.plan-subhead {
  color: #0858A1;
  margin-top: 0;
}
.plan-app-download-links {
  text-align: center;
  margin: 10px 0 0 0;
}
.plan-app-download-links .btn {
  width: 80%;
  background-color: #000;
  font-size: 13px !important;
}
.feat-header {
  margin: 0px;
  padding: 12px;
  font-size: 18px;
  background-color: #41bae7;
  color: #fff;
}
ul.checkmarklist li {
  list-style: none;
  padding-left: 25px;
  margin: 15px 0px;
  background-image: url("/resources/nt/images/marketing/co-feat-checkmark.png") !important;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
ul.checkmarklist li .txt-sm {
  color: #aaa;
}
/*----  ezLINQ Setup Popup  -----*/
.popup-ezlinq-setup .photo-ezlinq {
  margin-bottom: 0;
}
.popup-ezlinq-setup div.row:nth-child(2) {
  margin-top: 20px;
}
.popup-ezlinq-setup h1.panel-title {
  font-size: 14px !important;
}
.popup-ezlinq-setup .wrap-ios-download,
.popup-ezlinq-setup .wrap-android-download {
  padding: 8px;
  background-color: #000;
  margin-top: 0;
}
.popup-ezlinq-setup .wrap-app-icon {
  margin: 16px;
}
.popup-ezlinq-setup img.ezsetup-img-more {
  width: 100%;
}
.popup-ezlinq-setup img.ezsetup-img-manage {
  width: 80%;
  margin: 14px 0px;
}
.popup-ezlinq-setup img.ezsetup-img-first-time {
  width: 100%;
}
.popup-ezlinq-setup img.img-ezsetup-groupicon {
  float: right;
  width: 100%;
}
section#guides .btn {
  font-size: 13px !important;
}
section#apps .well {
  padding: 40px 20px;
}
section#apps h2 {
  margin-bottom: 40px;
}
section#apps p.lead {
  margin-bottom: 0px;
}
section#apps .app-download-links {
  margin: 40px 0 0 0;
}
section#apps .app-download-links .btn {
  background-color: #000;
  font-size: 13px !important;
}
.btn-group-toggle-renew label.btn-success {
  color: #aaa !important;
  background-color: #ddd !important;
  font-weight: normal !important;
  border-color: #bbb !important;
}
.btn-group-toggle-renew label.btn-success.active {
  color: #fff !important;
  background-color: #41bae7 !important;
  font-weight: bold !important;
  border-color: #bbb !important;
}
.btn-group-toggle-renew label.btn-danger {
  color: #aaa !important;
  background-color: #ddd !important;
  font-weight: normal !important;
  border-color: #bbb !important;
}
.btn-group-toggle-renew label.btn-danger.active {
  color: #fff !important;
  background-color: #c00 !important;
  font-weight: bold !important;
  border-color: #bbb !important;
}
/*--------------------------------------------------
Small devices (tablets, 500px and up)
-------------------------------------------------- */
@media (min-width: 500px) {
  .wireless_page .w_connecton_logo_col {
    padding: 30px 0px 40px 0;
  }
  .wireless_page .w_connecton_logo_col img {
    width: 50%;
  }
  .tv-container {
    width: 100%;
    margin: auto;
  }
  .roboagent-settings label {
    padding-top: 20px !important;
  }
  #vl-banner {
    background-position: 10% 50%;
  }
  #vl-banner #vl-banner-text {
    padding: 10px 40% 0px 50px;
  }
  #vl-banner #vl-banner-text h1 {
    font-size: 22px;
  }
  #vl-banner #vl-banner-text h4 {
    font-size: 16px;
  }
  /*    #subsection-mainhero-text-sim {
    text-align:left;
    }*/
  section#plan-comparison .co-well .co-name {
    font-size: 35px;
  }
}
/* --------------- 
PBX Styles  
----------------- */
#pbx-customization-contentarea {
  background-color: #fff;
  text-align: left;
  padding: 30px;
}
.pbx-custom-item {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding: 30px 10px;
}
.pbx-custom-item h2 {
  margin: 0px;
}
.pbx-custom-item .pbx-item-price {
  color: #000;
  font-size: 24px;
}
.pbx-custom-item .pbx-item-question {
  color: #000;
  font-weight: bold;
}
.pbx-custom-item .pbx-item-qty-btn {
  display: inline-block;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px;
  width: 150px;
  /* ---- Plus/Minus Buttons for customization ---- */
  /*Prevent text selection*/
}
.pbx-custom-item .pbx-item-qty-btn .qty {
  display: inline-block;
  text-align: center;
}
.pbx-custom-item .pbx-item-qty-btn .qty .form-control {
  min-height: inherit !important;
  cursor: default !important;
  box-shadow: none;
}
.pbx-custom-item .pbx-item-qty-btn .qty .count {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  padding: 0 2px;
  min-width: 60px;
  text-align: center;
}
.pbx-custom-item .pbx-item-qty-btn .qty .plus {
  background-color: #00CC00 !important;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  font: 30px/1 Arial, sans-serif;
  text-align: center;
  border-radius: 15%;
}
.pbx-custom-item .pbx-item-qty-btn .qty .plus-disabled {
  background-color: #ddd !important;
  cursor: default;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  font: 30px/1 Arial, sans-serif;
  text-align: center;
  border-radius: 15%;
}
.pbx-custom-item .pbx-item-qty-btn .qty .minus {
  background-color: #00CC00 !important;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  font: 30px/1 Arial, sans-serif;
  text-align: center;
  border-radius: 15%;
  background-clip: padding-box;
}
.pbx-custom-item .pbx-item-qty-btn .qty .minus-disabled {
  background-color: #ddd !important;
  cursor: default;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  font: 30px/1 Arial, sans-serif;
  text-align: center;
  border-radius: 15%;
  background-clip: padding-box;
}
.pbx-custom-item .pbx-item-qty-btn div {
  text-align: center;
}
.pbx-custom-item .pbx-item-qty-btn .minus:hover {
  background-color: #41bae7 !important;
}
.pbx-custom-item .pbx-item-qty-btn .plus:hover {
  background-color: #41bae7 !important;
}
.pbx-custom-item .pbx-item-qty-btn span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.pbx-custom-item .pbx-item-qty-btn input {
  border: 0;
  width: 2%;
}
.pbx-custom-item .pbx-item-qty-btn input::-webkit-outer-spin-button,
.pbx-custom-item .pbx-item-qty-btn input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.pbx-custom-item .pbx-item-qty-btn input:disabled {
  background-color: white;
}
.pbx-customize-buttons {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  padding: 30px 10px;
}
.pbx-sub-h1 {
  color: #41bae7;
  font-size: 18px !important;
}
.panel-quote {
  position: relative;
  top: 0px;
  /*    #li-quote-did,
    #li-quote-didlnp,
    
    #li-quote-minutes-group,
    #li-quote-omin5k,
    
    #li-quote-addons-group,
    #li-quote-queue,
    #li-quote-cs3gb,
    #li-quote-conbrg,
    
    #li-quote-onetime-charges,
    #li-quote-ezlinq,
    #li-quote-24mpp,
    {
        display:none;
    }*/
}
.panel-quote .quote-title {
  background-color: #0958A2;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.panel-quote .quote-title .panel-title {
  font-size: 20px !important;
}
.panel-quote .quote-charges {
  display: block;
  background-color: #eee;
  padding: 0px;
}
.panel-quote .quote-charges span {
  margin: 0;
  padding: 4px;
  display: inline-block;
  font-weight: bold;
  color: #666;
}
.panel-quote .quote-charges .quote-charges-left-label {
  width: 68%;
  text-align: left;
}
.panel-quote .quote-charges .quote-charges-right-label {
  width: 30%;
  text-align: right;
}
.panel-quote .quote-charges-onetime {
  margin-top: 20px;
}
.panel-quote .quote-item-group {
  display: block;
  margin: 16px 5px 5px 5px;
  color: #999;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.panel-quote .quote-item-name {
  display: inline-block;
  width: 73%;
  font-size: 13px;
  font-weight: bold;
  color: #333;
  padding-left: 5px;
}
.panel-quote .quote-item-name .quote-item-qty {
  color: #41BAE7;
}
.panel-quote .quote-item-total {
  text-align: right;
  display: inline-block;
  width: 25%;
  font-size: 13px;
  color: #333;
  padding-right: 5px;
}
.panel-quote .quote-subtotal {
  margin: 15px 0px 20px 0px;
  display: block;
  border-top: 1px solid #333;
  padding: 0;
}
.panel-quote .quote-subtotal span {
  margin: 0;
  padding: 4px;
  display: inline-block;
  font-weight: bold;
  color: #666;
}
.panel-quote .quote-subtotal .quote-subtotal-label {
  width: 68%;
  text-align: left;
}
.panel-quote .quote-subtotal .quote-subtotal-amount {
  width: 30%;
  text-align: right;
  color: #666;
}
.panel-quote .quote-total {
  margin: 25px 0px 0px 0px;
  display: block;
  border-top: 2px solid #333;
  padding: 0;
}
.panel-quote .quote-total span {
  margin: 0;
  padding: 4px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.panel-quote .quote-total .quote-total-label {
  width: 50%;
  text-align: left;
}
.panel-quote .quote-total .quote-total-amount {
  width: 48%;
  text-align: right;
}
.panel-quote .quote-taxes-fees {
  display: block;
  text-align: right;
  font-size: 12px;
  margin: 0px 0px 30px 0px;
}
.panel-quote .hide-item-quote {
  display: none;
}
/*--------------------------------------------------
Small devices (tablets, 768px and up)
-------------------------------------------------- */
@media (min-width: 768px) {
  .page-body-signin .navbar-default,
  .page-body-signup .navbar-default {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .page-body-signin .navbar-default .navbar-default,
  .page-body-signup .navbar-default .navbar-default {
    background-color: transparent !important;
  }
  #top-utility-links-ext,
  #top-utility-links-int {
    background-color: transparent;
  }
  #top-utility-links-ext .breakline:before,
  #top-utility-links-int .breakline:before {
    content: ' ';
    display: block;
  }
  #top-utility-links-ext a:link,
  #top-utility-links-int a:link,
  #top-utility-links-ext a:visited,
  #top-utility-links-int a:visited,
  #top-utility-links-ext a:active,
  #top-utility-links-int a:active {
    border-top: 0px;
    border-bottom: 0px;
  }
  #top-utility-links-ext a:hover,
  #top-utility-links-int a:hover {
    border-top: 0px;
    border-bottom: 0px;
  }
  #top-utility-links-ext .profile-logout-links-box,
  #top-utility-links-int .profile-logout-links-box {
    display: inline;
    padding: 13px 0px;
    font-size: 13px;
    line-height: 1.42857143;
    font-weight: bold;
    color: #ccc;
    background-color: transparent;
  }
  #top-utility-links-ext .profile-logout-links-box a:link,
  #top-utility-links-int .profile-logout-links-box a:link,
  #top-utility-links-ext .profile-logout-links-box a:visited,
  #top-utility-links-int .profile-logout-links-box a:visited,
  #top-utility-links-ext .profile-logout-links-box a:active,
  #top-utility-links-int .profile-logout-links-box a:active {
    color: #0958a2;
    font-weight: normal;
    font-size: 14px;
    border-top: 0;
    background-color: transparent;
    padding: 6px 14px;
  }
  #top-utility-links-ext .profile-logout-links-box a:hover,
  #top-utility-links-int .profile-logout-links-box a:hover {
    background-color: #00CC00;
    border-top: 0;
    color: #fff;
  }
  .navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .navbar-header {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  h1 {
    font-size: 24px;
  }
  .device-tab {
    background-color: #fff;
    -webkit-box-shadow: -2px 4px 4px -3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -2px 4px 4px -3px rgba(50, 50, 50, 0.75);
    box-shadow: -2px 4px 4px -3px rgba(50, 50, 50, 0.75);
  }
  .device-tab .device-info,
  .device-tab .xs-device-info {
    font-size: 12px;
  }
  .device-tab .device-info strong,
  .device-tab .xs-device-info strong {
    font-size: 14px;
  }
  #device-dashboard-contentarea {
    -webkit-box-shadow: -6px 8px 5px -5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -6px 8px 5px -5px rgba(50, 50, 50, 0.75);
    box-shadow: -6px 8px 5px -5px rgba(50, 50, 50, 0.75);
  }
  .cart-device-label {
    padding-bottom: 0px;
    border-bottom: 0;
  }
  .cart-price-cell {
    background-color: #fff;
  }
  .checkout-step-col {
    font-size: 18px;
  }
  .checkout-step-col span.badge {
    font-size: 16px;
  }
  .lead {
    font-size: 18px;
  }
  .msg-maintenance {
    text-align: left;
  }
  .plan_intro .small-business-plan {
    padding: 15px 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  /* CONNECT ON TV */
  .tv-container {
    width: 760px;
    margin: auto;
  }
  #section-mainhero {
    padding: 20px;
  }
  #section-mainhero #connect-on-tv-logo {
    padding: 30px 20px 30px 20px;
  }
  #section-mainhero #subsection-mainhero-image {
    padding: 56px 30px 20px 10px;
    text-align: right;
  }
  #section-mainhero #subsection-mainhero-text {
    padding: 70px 10px 20px 10px;
    text-align: left;
  }
  #section-mainhero #subsection-mainhero-text h1 {
    color: #fff;
    font-size: 32px;
  }
  #section-mainhero #subsection-mainhero-text p {
    color: #eee;
    font-size: 18px;
    font-weight: bold;
  }
  #section-mainhero #subsection-mainhero-text .tv-price {
    color: #3FB8E5;
    font-size: 26px;
  }
  #section-mainhero #subsection-mainhero-text .tv-price-disclaimer {
    color: #3FB8E5;
    font-size: 16px;
    display: inline;
    clear: none;
  }
  #section-mainhero #subsection-mainhero-text .tv-action-button {
    margin-top: 30px;
    padding: 12px 26px 8px 26px;
    font-family: ITCAvantGardeStd-Medium, Helvetica, Arial, sans-serif;
    font-size: 21px;
  }
  #section-mainhero #subsection-mainhero-text .link-tv-offer {
    margin-top: 30px;
    text-decoration: underline;
  }
  #section-great-programming #subsection-great-programming-text {
    text-align: right;
  }
  #section-great-programming #subsection-great-programming-text h2 {
    margin-top: 0;
    font-size: 32px;
    color: #00396E;
  }
  #section-great-programming #subsection-great-programming-text p {
    font-size: 16px;
    color: #555;
  }
  #section-great-programming #subsection-great-programming-image {
    text-align: left;
  }
  .modal-page-tv-offer-details,
  .modal-page-tv-channels {
    padding: 10px;
  }
  #col-tv-service .col-tv-package-img img {
    width: 100%;
  }
  .roboagent-settings label {
    padding-top: 8px !important;
  }
  .x4-mkt-title {
    margin-top: 30px;
  }
  .x4-mkt-title h1 {
    font-size: 38px;
    margin-bottom: 6px;
  }
  .x4-mkt-title h2 {
    margin: 0 auto 40px auto;
    font-size: 22px;
  }
  #subsection-mainhero-text-x4 {
    text-align: center;
    color: #fff !important;
    padding-top: 50px;
  }
  #subsection-mainhero-text-x4 .x4-hero-bundle {
    font-size: 30px;
    margin: 12px auto 14px auto !important;
  }
  #subsection-mainhero-text-x4 .x4-hero-price {
    font-size: 60px;
  }
  #subsection-mainhero-text-sim {
    text-align: left;
    padding-top: 74px;
  }
  #subsection-mainhero-text-sim #x4-plus-sign {
    font-size: 57px;
  }
  #subsection-mainhero-text-sim .x4-hero-plan-cost {
    font-size: 25px;
  }
  #subsection-mainhero-text-sim .x4-hero-plan-cost span {
    font-size: 50px;
  }
  img.x4-action-button,
  .x4-action-button {
    width: auto;
    margin: 30px 0 0 0;
    padding: 8px 50px 8px 50px !important;
  }
  .wrap-btn {
    text-align: right;
  }
  .x4-img-activation {
    text-align: right;
  }
  #vl-banner {
    background-position: 50% 50%;
  }
  #vl-banner #vl-banner-text {
    padding: 10px 180px 0px 40px;
  }
  #vl-banner #vl-banner-text h1 {
    font-size: 22px;
  }
  #vl-banner #vl-banner-text h4 {
    font-size: 16px;
  }
  .ezlinq-hero-image {
    height: 370px;
    padding-top: 80px;
  }
  .hero-text h1 {
    font-size: 2.2em;
  }
  .hero-text h2 {
    font-size: 1.3em;
  }
  #ezlinq-router-modes #myCarousel .col-mode-diagram {
    border-right: 1px solid #adadad;
    text-align: left;
  }
  #ezlinq-router-modes #myCarousel .col-mode-text h2 {
    border-left: 6px solid #0199C0;
  }
  #ezlinq-router-modes #myCarousel .col-mode-text h3 {
    border-left: 6px solid #0199C0;
  }
  #ezlinq-router-modes #myCarousel .col-mode-text p {
    font-size: 17px;
  }
  #ezlinq-router-modes #myCarousel .col-mode-text ul li {
    font-size: 17px;
  }
  .warranty-desc {
    font-size: 14px;
  }
  .warranty-desc h2 {
    text-align: left;
  }
  .modal-vip-icon {
    text-align: left;
  }
  .modal-vip-text {
    text-align: left;
  }
  .vip-benefits-soon {
    margin: 10px 30px;
  }
  section#plan-comparison .co-well .co-name {
    font-size: 23px;
  }
  section#plan-comparison .co-well p.co-feature {
    font-size: 0.9em;
  }
  section#plan-comparison .co-well p.co-feature .badge {
    font-size: 12px;
  }
  section#plan-comparison .co-well p.lead {
    padding: 5px 12px;
    font-size: 13px;
  }
  section#plan-comparison .co-well p.lead span {
    font-size: 12px;
  }
  #sec-ezlinq-tech-specs {
    padding-top: 50px;
  }
  #sec-ezlinq-tech-specs h2 {
    text-align: right;
    font-size: 2.6em;
    margin: 80px 20px 0px 10px;
    line-height: 140%;
  }
  #sec-ezlinq-tech-specs .tech-specs-text {
    padding: 50px 0px 0px 0px;
    font-size: 1.2em;
  }
  #sec-ezlinq-tech-specs .tech-specs-text ul li {
    list-style: disc;
  }
  .app-download-ios {
    text-align: right;
  }
  .app-download-android {
    text-align: left;
  }
  /*----  ezLINQ Setup Popup  -----*/
  .popup-ezlinq-setup .photo-ezlinq {
    margin-bottom: 20px;
  }
  .popup-ezlinq-setup h1.panel-title {
    font-size: 18px !important;
  }
  .popup-ezlinq-setup .wrap-ios-download,
  .popup-ezlinq-setup .wrap-android-download {
    padding: 8px;
    background-color: #000;
    margin-top: 8%;
  }
  .popup-ezlinq-setup .wrap-app-icon {
    margin: 0;
  }
  .popup-ezlinq-setup img.ezsetup-img-more {
    width: 80%;
  }
  .popup-ezlinq-setup img.ezsetup-img-manage {
    width: 50%;
  }
  .popup-ezlinq-setup img.ezsetup-img-first-time {
    width: 50%;
  }
  .popup-ezlinq-setup img.img-ezsetup-groupicon {
    float: right;
    width: 60%;
  }
  #dashboard-marketing-banner-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 460px;
  }
}
/*--------------------------------------------------
Medium devices (desktops, 992px and up)
-------------------------------------------------- */
@media (min-width: 992px) {
  div.products-container > div.products-item {
    width: 45%;
    margin-left: 0;
    margin-right: 5%;
  }
  #top-utility-links-ext .breakline:before,
  #top-utility-links-int .breakline:before {
    display: inline;
  }
  .device-row {
    border: 0;
    -webkit-box-shadow: -6px 8px 5px -5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: -6px 8px 5px -5px rgba(50, 50, 50, 0.75);
    box-shadow: -6px 8px 5px -5px rgba(50, 50, 50, 0.75);
  }
  .device-row .panel-device .panel-body .mobile-manage-img-btn {
    pointer-events: none;
    cursor: default;
  }
  .device-row .panel-device .panel-body .mobile-manage-btn {
    pointer-events: none;
    cursor: default;
  }
  #copyright {
    text-align: right;
  }
  .lead {
    font-size: 18px;
  }
  .activatedDevice h5 {
    margin-top: 0px;
  }
  .activatedDevice .btn-success {
    margin-top: 0px;
  }
  .wireless_page .w_connecton_logo_col {
    padding: 40px 0px;
  }
  .wireless_page .w_connecton_logo_col img {
    width: auto;
  }
  .wireless_page_banner {
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .plan_includes {
    padding-left: 0;
  }
  .plan-intro-1 {
    margin-right: 0;
    padding-right: 0;
  }
  .plan-intro-2 {
    padding-left: 0;
  }
  .plan_intro .small-business-plan {
    padding: 15px 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .plan_intro .plan_includes .stream_brand {
    padding-left: 0;
    text-align: center;
  }
  .plan_intro .plan_includes .stream_brand img {
    margin: 0px;
    width: 119px;
  }
  .coverage .faqs {
    margin-top: 0;
    margin-left: 30px;
  }
  .how-it-works .how-it-works-info {
    text-align: center;
  }
  .how-it-works .how-it-works-info div {
    margin-right: 0px;
  }
  .how-it-works .how-it-works-info h3 {
    text-align: left;
  }
  .tv-container {
    width: 980px;
    margin: auto;
  }
  #channel-logos-box {
    margin: 20px 60px;
  }
  .roboagent-settings label {
    padding-top: 20px !important;
  }
  #vl-banner #vl-banner-text {
    padding: 10px 120px 0px 80px;
  }
  #vl-banner #vl-banner-text h1 {
    font-size: 23px;
  }
  #vl-banner #vl-banner-text h4 {
    font-size: 18px;
  }
  .ezlinq-hero-image {
    height: 370px;
    padding-top: 80px;
  }
  .hero-text h1 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 2.5em;
  }
  .hero-text h2 {
    font-size: 1.5em;
  }
  .hero-ezlinq-device {
    margin-top: -90px;
  }
  section#plan-comparison .co-well .co-name {
    font-size: 32px;
  }
  section#plan-comparison .co-well p.co-feature {
    font-size: 1em;
  }
  section#plan-comparison .co-well p.co-feature .badge {
    font-size: 12px;
  }
  section#plan-comparison .co-well p.lead {
    padding: 5px 12px;
    font-size: 18px;
  }
  section#plan-comparison .co-well p.lead span {
    font-size: 17px;
  }
  #dashboard-marketing-banner-bg {
    height: 535px;
  }
}
/*--------------------------------------------------
Large devices (large desktops, 1200px and up)
-------------------------------------------------- */
@media (min-width: 1200px) {
  #top-utility-links-ext .breakline:before,
  #top-utility-links-int .breakline:before {
    display: inline;
  }
  .plan_intro .small-business-plan {
    padding: 15px 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .how-it-works .how-it-works-info {
    text-align: center;
  }
  .how-it-works .how-it-works-info div {
    margin-right: 60px;
  }
  .how-it-works .how-it-works-info h3 {
    text-align: left;
  }
  .tv-container {
    width: 1100px;
    margin: auto;
  }
  #vl-banner #vl-banner-text {
    padding: 10px 80px 0px 80px;
  }
  .ezlinq-hero-image {
    height: 370px;
    padding-top: 80px;
  }
  #dashboard-marketing-banner-bg {
    height: 560px;
  }
}
/*# sourceMappingURL=default-brand-theme.css.map */