@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);
@font-face {
    font-family: modernpics;
    src: url("/webfonts/modernpics.woff") format("opentype");
}
:root { /* for search */
  --main: #1c5787;
  --secondary: #198fca;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
    display: none !important;
}

img {
    max-width: 100%;
    height: auto;
}
html {
    position: relative;
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    color: #333;
    font: 17px "Source Sans Pro", sans-serif;
    background: #fff;
    height: 100%;
    overflow-x: hidden; /*added for search*/
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
strong {
    font-weight: 600;
}
a {
    font-weight: 400;
    color: #3c7497;
    cursor: pointer;
}
a:link {
    text-decoration: none;
    color: #3c7497;
}
a:visited {
    color: #63a1c7;
}
a:hover {
    text-decoration: underline;
    color: #3399cc;
}
.wrapper {
    margin: 0 auto;
    width: 75%;
    max-width: 1400px;
}
section .title,
h1 {
    font-size: 49px;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 56px;
    font-weight: 600;
}
h2 {
    font-size: 2.4em;
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: 400;
}
h3 {
    font-size: 1.5em;
    margin-top: 0;
    margin-bottom: 1em;
    font-weight: 600;
}
h4 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
}
p,
li {
    line-height: 1.5em;
    font-size: 1em;
}
hr.dashed {
    border-top: 2px dashed #dedede;
    border-bottom: 0;
}
.center {
    text-align: center;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder,
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #666;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

.arrow:after,
.arrow-right:after {
    content: "➞";
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    position: relative;
    top: 0;
    transform: translate3d(0px, 0px, 0px);
}
.fat-arrow:after {
    content: "\25B6";
    display: inline-block;
    line-height: 1;
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.fat-arrow-left:before {
    content: "\25C0";
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.form-input {
    padding: 6px;
    border-radius: 3px;
    font-size: 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #bcbcbc;
}
/*BROKER DASH */
.broker-input {width:6.5em;padding:7px}
select.broker-input {width: fit-content}
.broker-table {text-align: center}
.broker-table th {white-space: nowrap;font-weight: bold;font-size: .85em;}
.broker-table td {border-top:1px solid #f0f0f0;}
.broker-table tr:hover td {background-color:#eff7fe !important;}


    .bd-offers {background: #349a9a; color: white;font-weight: bold;padding:5px 5px;line-height: 1;display: inline-block}
    .bd-pigpick {background: #cc9a2c; color: white;font-weight: bold;padding:5px 5px;line-height: 1;display: inline-block}
    .bd-license {background: #9957a3; color: white;font-weight: bold;padding:5px 5px;line-height: 1;display: inline-block}
    .offers-br {background-color:#ebf5f5;border-right: 1px solid #349a9a;}
    .offers-bl {background-color:#ebf5f5;border-left: 1px solid #349a9a;}
    .pigpick-br {background-color:#faf5ea;border-right: 1px solid #cc9a2c;}
    .pigpick-bl {background-color:#faf5ea;border-left: 1px solid #cc9a2c;}
    .license-br {background-color:#f5eff6;border-right: 1px solid #9957a3;}
    .license-bl {background-color:#f5eff6;border-left: 1px solid #9957a3;}
    .license-b {background-color:#f5eff6;}
.bd-sticky {position: sticky;right: 0;background-color:#fff;box-shadow: -8px 0px 5px -1px rgba(0,0,0,0.15);border-left: 1px solid #dedede}


select {
    padding: 6px;
    font-size: 16px;
}
input:focus {
    border-color: #3399cc;
}
input:invalid,
select:invalid,
textarea:invalid {
    -moz-box-shadow: 0 0 3px rgba(255, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(204, 255, 51, 0.5);
}
input[type="text"]:valid,
select:valid,
textarea:valid {
    -moz-box-shadow: 0 0 3px rgba(51, 153, 204, 0.75);
    box-shadow: 0 0 3px rgba(51, 153, 204, 0.75);
}
.full-width {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}
.logo-image {
    background-image: url("/images/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 34px;
    width: 159px;
    margin-top: 0;
    display: inline-block;
    /*float: left;*/
    position: relative;
}
.logo-image a:link {
    display: block;
    height: 36px;
    text-decoration: none;
}
.logo-image a:hover {
    text-decoration: none;
}
/* ANGULAR HEADER */
.ang-header {
    padding:22px 10px;background: #144b6e;color: #ffffff;
}
.header-links {margin:0;padding:0}
.header-links li {list-style: none;display: inline-block;}
.header-links li:first-child {margin-right:20px;}
header#global .user::before {
    display: inline;
    content: url(/assets/images/icon_mini_profile.svg);
}
header#global li a, header#global li a:link, header#global li a:visited {color:#fff !important;}
header#global li a:hover {color:#fff;text-decoration: underline;}
header#global .user-login::before {
    display: inline;
    content: url(/assets/images/icon_mini_key.svg);
}

.cart-widget {
    display: inline-block;
    position: relative;
    bottom: 0.5em;
    width: 2.15em;
    text-align: center;
}
.cart-widget .count {
    font-size: 0.8em;
    font-weight: bold;
    color: #84bd00;
}
.cart-widget::before {
    content: " ";
    background-image: url(/assets/images/icon-cart-header.png);
    height: 1.25em;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0.5em;
    right: 0;
}
.cart-link-text {display: inline}

.global-header {
    background: #144b6e;
    color: #ffffff;
    font-size: 16px;
    margin: 0;
    padding: 22px 10px;
    position: relative;
    z-index: 3;
    box-sizing: content-box;
}
.menu {
    position: relative;
    height: 38px;
}
.logo {
    float: left;
}
.sign-up {
    position: relative;
    float: right;
    padding-top: 5px;
}
.sign-up a:link {
    text-decoration: none;
    color: #dedede;
    text-transform: uppercase;
    font-size: 13px;
    padding: 3px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
}
a:link.orange-border {
    border: 1px solid #ff9900;
    color: #fff;
    background: rgba(255, 255, 255, 0.15);
}
.sign-up a:hover {
    background: #2d4e70;
    border: 1px solid #fff;
    color: #fff;
}
a:hover.orange-border {
    background: #f2a633;
}
.menu-link {
    line-height: 12px;
    font-family: "modernpics";
    font-size: 28px;
    color: #3399cc;
    vertical-align: -18%;
    margin-right: 7px;
}

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

.top-sub-nav {
    position: relative;
    background-color: #0a3f61;
    text-align: right;
    color: #fff;
    padding: 7px 0;
    font-size: 0.85em;
    z-index: 3;
}
.top-sub-nav a:link,
.top-sub-nav a:visited,
.top-sub-nav a:hover {
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}
.top-sub-links {
    display: inline-block;
    vertical-align: middle;
}
a.cart {
    text-decoration: none;
}
.cart {
    height: 16px;
    width: 55px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 10px;
    text-decoration: none;
}
.cart-image {
    background-image: url(/images/icon-cart-header.png);
    height: 16px;
    width: 24px;
    background-size: cover;
    position: absolute;
    left: 0;
}
.cart-text {
    height: 16px;
    width: 24px;
    position: absolute;
    text-align: center;
    top: -6px;
    left: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #84bd00;
}
.mobile-links {
    display: none;
}





.nav-logo {width:200px}
            .nav-logo img {max-height: 40px;display: inline-block}
            .nav-links {display:flex;align-items: center;justify-content:flex-end;white-space: nowrap}
            .nav-links img, .hamburger img, .nav-login::before{filter: invert(100%);}
            .nav-links img:hover, .hamburger img:hover {filter: invert(90%) sepia(12%) saturate(200%) hue-rotate(158deg) brightness(96%) contrast(112%);}
            .nav-login::before {
                display: inline-block;
                margin-right:5px;
                content: url(/images/icon_mini_key.svg);
                height: 11px;
                width:22px;
            }
            .nav-login:hover::before {filter: invert(76%) sepia(38%) saturate(1159%) hue-rotate(359deg) brightness(102%) contrast(104%);}
            .mobile-nav {display: none;}
            .resources-div {right:0;}
            .resources-drop-div {background-color:#fff; color:#474747; padding:20px 20px 11px 20px; white-space: nowrap;position:absolute;border-radius:0 0 7px 7px}
            .resources-div span a {display:block;margin-bottom:9px;padding:0 !important;}
            @media screen and (max-width: 950px) {
                .mobile-nav {display: block;}
                .nav-logo {width:39.4%;text-align: center}
                .nav-logo img {max-height: 30px;}
                .nav-links {width:30.3%}
            }







.navigation {
    /*float: left;*/
    color: #fff;
    height: 32px;
    margin-left: 0px;
}
#nav {
    float: left;
    margin: 0 0 0 0;
}
ul#nav {
    padding-left: 30px;
}
#nav li {
    float: left;
    margin: 0 5px 0 0;
    position: relative;
    list-style: none;
    z-index: 99;
}
/* main level link */
#nav .menu-item {
    display: block;
    padding: 0 15px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    font-weight: 400;
    text-shadow: none;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

.faq-q {
    margin-bottom: 8px;
}
.faq-a {
    margin-left: 10px;
    margin-top: 0;
}
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
            max-width: 900px
}

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

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

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

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

/* --------------- footer --------------- */
.footer {
    background: #333;
    color: #fff;
    margin: 0;
    padding: 60px 0;
    font-size: 1em;
    line-height: 1.5;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.45);
}
.footer-social {
    text-align: right;
}
.footer-social span {
    margin-right: 15px;
}
.footer-links a:link {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}
.footer-links a:visited {
    color: #ccc;
}
.footer-links a:hover {
    color: #3399cc;
}
/*.footer {

    position: absolute;
    left: 0;
    bottom: 0;
    height: 35px;
    width: 100%;
}*/
.ch-logo {
    margin-top: 10px;
    vertical-align: middle;
}
.ch-logo img {
    height: 20px;
    filter: invert(100%);
    vertical-align: middle;
    padding: 0 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ACCOUNT NAV */

.nav-wrapper {
    margin: 0 auto;
    width: 75%;
    max-width: 1400px;
}
.account-nav {
    background-color: #eeeeee;
}
.nav-icon {
    margin: 0 auto;
}
.nav-icon .numbers {
    background: url(/images/nav-icons-sprite.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center 0;
    margin: 0 auto;
}
.nav-icon .dialer {
    background: url(/images/nav-icons-sprite.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center -21px;
    margin: 0 auto;
}
.nav-icon .messages {
    background: url(/images/nav-icons-sprite.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center -41px;
    margin: 0 auto;
}
.nav-icon .logs {
    background: url(/images/nav-icons-sprite.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center -58px;
    margin: 0 auto;
}
.nav-icon .blocking {
    background: url(/images/nav-icons-sprite.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center -76px;
    margin: 0 auto;
}
.nav-icon .profile {
    background: url(/images/nav-icons-sprite.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center -95px;
    margin: 0 auto;
}
.nav-icon .seller {
    background: url(/images/nav-icons-sprite.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: cover;
    background-position: center -113px;
    margin: 0 auto;
}
.nav-label {
    line-height: 18px;
    margin-top: 5px;
    text-align: center;
}
.vertical-rule {
    background-color: #fff;
    content: " ";
    display: block;
    float: left;
    height: 14px;
    margin-top: 11px;
    width: 1px;
    padding: 0 !important;
}
#nav-account-right {
    font-weight: 400;
    font-size: 14px;
}
ul#nav-account-right {
    padding-left: 0;
    margin: 0;
}
#nav-account-right li {
    position: relative;
    list-style: none;
    z-index: 99;
    float: left;
}
#nav-account-right a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    text-shadow: none;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
}
#nav-account-right li:hover > a {
    color: #144b6e;
    background: rgba(255, 255, 255, 0.8);
}
.mNav-logo {width:33%;text-align: center}
                .mNav-right {width: 33%}
                @media screen and (max-width: 750px) {
                    .mNav-mobile {display:none;}
                    .mNav-logo {width:35%;text-align: left;}
                    .mNav-right {width: 65%}
                    #nav-account-right a {padding: 0 10px;}
                }
#nav-account {
    float: left;
    margin: 0 0 0 0;
}
ul#nav-account {
    padding-left: 0;
    width: 100%;
    max-width: 1280px;
}
#nav-account li {
    float: left;
    position: relative;
    list-style: none;
    z-index: 99;
    line-height: 46px;
    width: 14.28%;
}
/* main nav link */
#nav-account a {
    display: block;
    padding: 15px 25px;
    text-decoration: none;
    color: #616161;
    font-weight: 400;
    text-shadow: none;
    white-space: nowrap;
    text-align: center;
}
#nav-account a.active {
    color: #144b6e;
    background: #fff;
}
#nav-account .signup a {
    color: #ffba36;
}
#nav-account a:hover {
    color: #616161;
}
#nav-account a.active:hover {
    background-color:#fff;
}
/* main nav link hover */
#nav-account li:hover > a,
#nav-account .drop-down-directive:hover {
    color: #474747;
    background: #e1e1e1;
}
#nav-account ul li {
    float: none;
    margin: 0;
    padding: 0;
}
#nav-account ul a {
    font-weight: normal;
    color: #144b6e;
    line-height: 38px;
    padding: 0 0 0 15px;
    text-transform: none;
    opacity: 1 !important;
}
#nav-account:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#nav-account {
    display: inline-block;
}
ul#nav-account hover-drop li {
    display: block;
    border: 1px solid #EEEEEE;
    min-width: 100%;
    font-size: 16px;
    padding: 0 1em;
    cursor: pointer;
    white-space: nowrap;
}
html[xmlns] #nav-account {
    display: block;
}
* html #nav-account {
    height: 1%;
}
/* #ACCOUNT NAV */
/* basket top nav */
.header-text {
    float: left;
    vertical-align: middle;
    margin-left: 20px;
    height: 36px;
    line-height: 36px;
}
.nav-account:before {
    content: url("/images/icon_mini_profile.svg");
    margin-right: 5px;
}
/* basket top nav */
.basket-back {
    background-color: #144b6e;
}
.mobile-hide {
    display: block;
}
.mobile-show {
    display: none;
}

@media screen and (min-width: 1501px) {
    .wrapper {
        max-width: 1400px;
    }
}
@media screen and (min-width: 1100px) and (max-width: 1500px) {
    .wrapper {
        margin: 0 auto;
        width: 85%;
        max-width: 1228px;
    }
}
@media screen and (max-width: 1099px) {
    .wrapper {
        margin: 0 auto;
        width: 93%;
    }
    #nav a {
        padding: 0 15px;
    }
    ul#nav {
        padding-left: 20px;
    }
}
@media screen and (max-width: 950px) {
    .fourth-col {
        width: 47%;
        margin: 0 6% 30px 0;
    }
    .fourth-col:nth-child(even) {
        margin-right: 0;
    }
    .fifth-col {
        width: 30.6%;
        box-sizing: border-box;
        margin: 0 4% 30px 0;
    }
    .fifth-col:nth-child(3) {
        margin-right: 0;
    }
    #nav, .navigation {
        display: none;
    }
    #mobile-menu {
        display: block;
    }
    .global-header {
    padding: 15px 10px;
    }
    .logo-image {
        height: 24px;
        width: 110px;
        margin-top: 0;
        /*float: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;*/
        background: url(/images/logo.png) no-repeat;
        background-size: 110px 24px;
    }
}
@media screen and (max-width: 880px) {
    .wrapper {
        margin: 0 auto;
        width: 95%;
    }
    section .title,
    h1 {
        font-size: 39px;
        line-height: 42px;
    }
    .third-col {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .gutter,
    .gutter-right {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .gutter-two-col {
        width: 47%;
        float: left;
        margin-right: 3%;
        margin-bottom: 5%;
    }
    .gutter-one-col {
        width: 100%;
        float: left;
        margin-right: 0;
        margin-bottom: 5%;
    }
    .nav-label {
        font-size: 14px;
    }
    #nav a {
        font-size: 14px;
        padding: 0 10px;
    }
    #nav li {
        margin: 0;
    }
    .nav-wrapper {
        margin: 0 auto;
        width: 100%;
    }
}
@media screen and (max-width: 800px) {
    .pop-loading {
        width: 95%;
    }

    .plan-col {
        width: 48%;
    }
    .signup-left {
        width: 100%;
        float: none;
    }
    .signup-right {
        display: none;
    }
    .footer-social, .footer-copyright {
    text-align: center;
}
    /*#nav { display: none;}
  #mobile-menu {display:block;}

 .logo-image {
  height: 36px;
  width:39px;
  margin-top: 0;
  float:none;
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  background: url(/images/logo_mini.svg) no-repeat;
  background-size: 39px 36px;
 }*/
}
@media all and (min-width: 780px) {
    .half-flex {
        flex: 1 auto;
    }
}
@media screen and (max-width: 780px) {
    .half-col {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .img-right,
    .img-left {
        text-align: center;
    }
    .half-flex {
        margin: 0 0 30px 0;
    }
    .image-flex {
        order: 1;
    }
    .text-flex {
        order: 2;
    }
}
@media screen and (max-width: 768px) {
    .feature-block {
        width: 33%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 700px) {
    .pop-window {
        min-width: 100% !important;
        min-height: 90%;
    }
    .number-details .options {
        float: none;
        position: relative;
    }
}
.mobile-links {
    display: list-item;
}
.sign-up {
    display: none;
}
.plan-col {
    width: 100%;
    margin: 0;
}

.number-details .number,
.number-current .number {
    width: 160px;
}
.why-box {
    float: left;
    width: 50%;
    margin: 0;
    text-align: center;
}
.why-icon {
    float: none;
    width: 100%;
    margin-right: 0;
    text-align: center;
}
.header-text {
    margin-left: 0px;
}

@media screen and (max-width: 600px) {
    .wrapper {
        margin: 0 auto;
        width: 95%;
    }
    section .title,
    h1 {
        font-size: 35px;
        line-height: 41px;
        margin-bottom: 15px;
    }
    h2 {
        font-size: 24px;
    }
    h3 {
        font-size: 19px;
    }
    .fourth-col {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .fifth-col {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .mobile-hide {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .cart-link-text {display: none}
    .nav-login::before {display: none}
    .sub-page {
        padding: 20px 0 40px;
    }
    .nav-icon .numbers {
        background: url(/images/nav-icons-sprite.svg) no-repeat;
        width: 26px;
        height: 20px;
        background-size: cover;
        background-position: center 0;
        margin: 0 auto;
    }
    .nav-icon .dialer {
        background: url(/images/nav-icons-sprite.svg) no-repeat;
        width: 26px;
        height: 20px;
        background-size: cover;
        background-position: center -30px;
        margin: 0 auto;
    }
    .nav-icon .messages {
        background: url(/images/nav-icons-sprite.svg) no-repeat;
        width: 26px;
        height: 20px;
        background-size: cover;
        background-position: center -60px;
        margin: 0 auto;
    }
    .nav-icon .logs {
        background: url(/images/nav-icons-sprite.svg) no-repeat;
        width: 26px;
        height: 20px;
        background-size: cover;
        background-position: center -86px;
        margin: 0 auto;
    }
    .nav-icon .blocking {
        background: url(/images/nav-icons-sprite.svg) no-repeat;
        width: 26px;
        height: 20px;
        background-size: cover;
        background-position: center -113px;
        margin: 0 auto;
    }
    .nav-icon .profile {
        background: url(/images/nav-icons-sprite.svg) no-repeat;
        width: 26px;
        height: 20px;
        background-size: cover;
        background-position: center -138px;
        margin: 0 auto;
    }
    .nav-icon .seller {
        background: url(/images/nav-icons-sprite.svg) no-repeat;
        width: 26px;
        height: 20px;
        background-size: cover;
        background-position: center -163px;
        margin: 0 auto;
    }
    #nav-account a {
        padding: 15px;
    }
    .nav-wrapper {
        margin: 0 auto;
        width: 100%;
    }
    .alt-table tr:nth-child(odd) td {
        border-top: none;
        border-bottom: none;
    }
    .alt-table tr {
        border-top: 1px solid #eee;
    }
    .cart-item td {
        font-size: 13px;
    }
    .number-plan {
        display: none;
    }
    .number-name {
        width: 50%;
    }
    .number-usage {
        width: 28%;
        font-size: 15px;
    }
    .number-monthly {
        font-size: 15px;
    }
}
@media screen and (max-width: 512px) {
    .number-current .options {
        margin-right: 20px;
    }
    label.signup {
        text-align: left;
        width: 200px;
    }
    a:link {
        text-decoration: underline;
        color: #3399cc;
    }
    a:visited {
        color: #336699;
        text-decoration: underline;
    }
    .number-details .usage {
        display: none;
    }
    .number-details .number,
    .number-current .number {
        width: 210px;
    }
    .number-details .service,
    .number-current .service {
        margin-right: 0;
        font-size: 14px;
        line-height: 26px;
        text-transform: uppercase;
        font-weight: 600;
        width: auto;
    }
    .why-box {
        float: none;
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .why-icon {
        float: none;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    a.cart {
        text-decoration: none;
    }
}
@media screen and (max-width: 450px) {
    .help-tooltip {
        line-height: 16px;
        font-family: "modernpics";
        font-size: 32px;
        color: #3399cc;
        cursor: pointer;
    }
    .logo {
        text-align: center;
        width: 100%;
        margin-bottom: 3%;
    }
    .footer-social span {
        margin-right: 5px;
    }
    .number-current .options {
        padding-top: 15px;
    }
    .mobile-pad {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .feature-block {
        width: 50%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }
    .feature-block img {
        height: 45px;
    }

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

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

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

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

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

a.cpBlack,
button.cpBlack {
    background-color: #333333;
    color: #ffffff !important;
    border: 1px solid #666666;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
a.cpBlack:hover,
button.cpBlack:hover {
    background-color: #000000;
    color: #ffffff !important;
}

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

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

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

app-header-sort {
    display: inline-block;
    vertical-align: middle;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
app-header-sort img {
    display: block;
    height: 0.4em;
    filter: invert(37%) sepia(2%) saturate(5%) hue-rotate(1deg) brightness(105%) contrast(90%);
}
app-header-sort img.up {
    align-self: flex-start;
}
app-header-sort img.down {
    align-self: flex-end;
}

.broker-table th div:first-child {display:inline-block; vertical-align:middle;}

/* Below here was imported from angular by Joey and BLS 2023/12/25 */

.loading {
    position: relative;
}

.loading:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/loading.gif) no-repeat;
    background-position: center center;
    background-color: #fff;
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.lnp-body {
    text-align: center;
    padding: 0 20px 20px 20px;
    border-radius: 5px;
}

/* TODO: This wants to fill the entire space of the div/section it is applied to and stretch the section from header to footer */
.full-height-background {
    background-color: #144b6e;
    height: 100%;
}

/* --------------- SEARCH ------------------ */



/* -------- PAGE 2 CHECKERBOARD ------*/
@media screen and (min-width: 1301px) {
.s-page2 .tn-result:nth-child(8n+2), .s-page2 .tn-result:nth-child(8n+4), .s-page2 .tn-result:nth-child(8n+5), .s-page2 .tn-result:nth-child(8n+7) {
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(250,250,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}
@media screen and (min-width: 501px) and (max-width: 1300px) {
    .s-page2 .tn-result:nth-child(4n+2), .s-page2 .tn-result:nth-child(4n+3) {
    background: #fafafa;
}
}
@media screen and (min-width: 200px) and (max-width: 500px) {
    .s-page2 .tn-result:nth-child(2n+1) {
    background: #fafafa;
}
}

.search-radio label{margin-right:15px;display: inline-block;}
.search-button-flex div img:first-of-type {margin-bottom:20px}
@media screen and (max-width: 700px) {
  .search-radio label{margin-right:0px;margin-bottom:10px;width:90%}
    .search-button-flex {display: flex}
    .search-button-flex div:first-child {margin-right:15px}
    .search-button-flex div img:first-of-type {margin-bottom:0}
}

.search-radio label:nth-child(3) {margin:0;}
.search-radio input[type=radio] {
  opacity:0;
  position:fixed;
  width:0
}
.search-radio-on {padding:10px 15px;border:4px solid var(--secondary);border-radius: 20px;line-height: 1;color:#fff;background-color:var(--main);width:210px;text-align: left}
.search-radio-off {padding:10px 15px;border:4px solid #144b6e;border-radius: 20px;line-height: 1;color:#fff;background-color:#144b6e;width:210px;text-align: left}
.search-radio-off:hover {cursor: pointer;border:4px solid var(--secondary); color:#fff;background-color:#1c5887;}

.type-opt-on {padding:5px 10px;border:1px solid #198fca;line-height: 1;color:#198fca !important;background-color:#e1f1fa}
.type-opt-off {padding:5px 10px;border:1px solid #ccc;line-height: 1;color:#868686 !important;background-color:#fafafa}
.type-opt-off:hover {cursor: pointer;border:1px solid #198fca;background-color:#e1f1fa}

.radio-switch-menu input[type=radio] {
  opacity:0;
  position:fixed;
  width:0
}
.radio-switch-menu label  {
  display:inline-block;
  background-color:#255b7d;
  padding:10px 20px 7px;
  font-family:sans-serif,Arial;
  font-size:14px;
  line-height:1;
  border:2px solid #ccc;
  border-radius:4px;
  color:#dedede
}
.radio-switch-menu label:hover {
  background-color:#82bde1;
  color:#fff;
  cursor:pointer
}
.radio-switch-menu input[type=radio]:focus + label {
  border:2px solid #82bde1
}
.radio-switch-menu input[type=radio]:checked + label {
  background-color:#fff;
  border-color:#fff;
  color:#144b6e;
  cursor:default
}

.results-sort {margin-bottom:15px;}

.search-wrap {
    background: linear-gradient(to bottom, #144b6e 0%, #63a1c7 100%);
    color: #fff;
    padding: 30px 0;
}
.search-wrap-ng {
    background: #bf3001;
    color: #fff;
    padding: 0 0 30px 0;
}
.animate {
    max-height: 100px;
    transition: visibility 250ms 250ms, opacity 250ms 250ms, margin 250ms, padding 250ms, max-height 250ms;
}

.animate.collapsed {
    /*height: 0;*/
    visibility: hidden;
    opacity: 0;
    padding: 0;
    margin: 0 auto;
    max-height: 0;
    transition: visibility 250ms, opacity 250ms, margin 250ms 250ms, padding 250ms 250ms, max-height 250ms 250ms;
}

.search-wrap.collapsed {
    padding: 0;
    transition: padding 250ms 250ms;
}
.search-icon {
    width: 18px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.state,
.para,
.npa,
.npa-tf,
.search-text,
.search-help {
    display: inline-block;
    vertical-align: middle;
}
.state {
    width: 8.75em;
    position: relative;
}
.para {
    width: auto;
    margin: 0 5px;
}
.npa {
    width: 5.5em;
    position: relative;
}
.npa-tf {
    width: auto;
    position: relative;
}
.search-text {
    width: 5.75em;
}
.search-help {
    width: auto;
    margin-left: 10px;
}
.rounded-input {
    padding: 6px;
    font-size: 16px;
    border-radius: 7px;
    border: 1px solid #cfcfcf;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
}

.complete-options {
    position: absolute;
    width: 100%;
    background-color: #fff;
    color: #000;
    overflow-y: auto;
    box-shadow: 0px 4px 5px 3px rgba(0, 0, 0, 0.5);
    z-index: 2000;
    max-height: 400px;
}

.complete-options .complete-option {
    cursor: pointer;
    padding: 5px;
}

.complete-options .complete-option:hover {
    background-color: #f3f3f3;
}
.tally-text {
    color: #ffbc00;
    margin-top: 20px;
}
.search-wrapper {
    width: 96vw;
    margin: 0 auto;
    padding-top: 20px;
}
/* COLUMNS */
.search-results {
    display: flex;
    justify-content: space-between;
}
.tn-filters {
    background-color: #f7f7f7;
    width: 18%;
    margin-right: 2%;
    padding: 15px 15px 25px;
}
.results {
    width: 80%;
}
/* FILTERS */

.quick-filters {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.quick-filters > div,
.filter-list > div {
    margin-bottom: 15px;
}
.check-filter input[type="checkbox"],
.filter-list input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin: 0;
    margin-top: -3px;
    vertical-align: middle;
}
.check-filter label,
.filter-list label {
    vertical-align: middle;
    padding-left: 10px;
}
.filter-group-title {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    box-sizing: border-box;
    font-weight: 600;
}

.filter-group {
    border-bottom: 1px solid #ccc;
}

.open-group {
    background-color: #fff;
}
#filters {
    cursor: pointer;
}
#filters.open-group {
    margin-bottom: 15px;
}
.filter-group-header {
    padding: 20px 10px;
    cursor: pointer;
}
#filters {display: none;}
@media screen and (max-width: 800px) {
  #filters {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  #filters.open-group {
    background-color: #fafafa;
    margin-bottom: 20px;
  }
}

.group-toggle {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    height: 10px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
    background-image: url("/assets/images/show-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}

.open-group .group-toggle {
    background-image: url("/assets/images/hide-icon.svg");
}
.filter-list {
    padding: 10px 5px 25px 5px;
    font-size: 0.95em;
}

.required label:after,
th.required:after
{
    content: "*";
    font-weight: normal;
    vertical-align: text-top;
    color: #cc0000;
}

/* GRID */
.four-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}















/* TN WRAP */
.tn-result {
    border: 1px solid #dedede;
    border-radius: 5px;
    margin: 0.5%;
    padding: 40px 20px;
    text-align: center;
    position: relative;
}
.tn-number {
    font-size: 1.6vw;
    font-weight: 600;
    margin-bottom: 7px;
}
.tn-has-vanity {
    color: #929292;
}
.tn-city {
    font-size: 0.9em;
    color: #929292;
    margin-bottom: 25px;
}
.tn-price {
    font-size: 1.3vw;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.tn-available {
    font-size: 0.9em;
    margin-bottom: 10px;
}
.get-it-now {
    color: #84bd00;
    font-weight: 600;
    text-transform: uppercase;
}
.license-price {
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px 0 10px 0;
}
.license-price span {
    font-weight: 400;
    font-size: 0.9em;
}
.license-terms {
    border: 1px solid #dedede;
    padding: 1em;
    margin: 1em;
}
/* SPECIALTY TN WRAPS */
.wrap-OnSale {
    border: 1px solid #ff0000;
}
.wrap-prime {
    border: 1px solid #fcee21;
    min-width: 300px;
    background-color:#fff;
}
.wrap-nearme {
    border: 1px solid #e9e9ce;
    min-width: 300px;
    background-color:#fff;
}
.wrap-best {
    border: 1px solid #99ccff;
    min-width: 300px;
    background-color:#fff;
}
.wrap-b-ten {
    border: 1px solid #dedede;
    min-width: 300px;
    background-color:#fff;
}
/* FLAGS */
.onsale {
    position: absolute;
    right: 3px;
    top: 3px;
}
/* SPECIALTY HEADERS */
.pig-pick {
    margin-bottom: 40px;
    border: 1px solid #ed9017;
    padding: 20px;
    background-image: url(/images/pig-pick-header.png), linear-gradient(to right, #ed9017 0%, #f6e6b4 20%, #ffffff 45%);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 20px;
    position: relative;
}
.pig-pick .tag-row {display: block;text-align: right;}
.pig-pick .tag.nearMe {margin-bottom:5px;}
    .pig-pick .tag.nearMe:before {
        content: "Near Me";
        background-color: #009b00;
        font-size: 0.85em;
        margin-bottom: 10px;
        border-radius: 3px 0 0 0;
    }
.pig-pick .tag.exclusive {margin-bottom:5px;}
.pig-pick .tag.exclusive:before {
        content: "Exclusive";
        background-color: #e1f1fa;
        color: #3c7497;
        font-size: 0.85em;
        margin-bottom: 10px;
        border-radius: 0 3px 0 0;
    }
.pig-pick .tag.OnSale {

    }
.pig-text {
    position: absolute;
    top: 3%;
    left: 7%;
    font-size: 2em;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-shadow: 1px 1px 10px #ed9017, 1px 1px 10px #ed9017;
}

.pig-spacer {
    display: inline-block;
    width: 20%;
}
.pig-result {
    display: inline-block;
    width: 80%;
}

.pig-pick .tn-result {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
}
.pig-pick .license,
.pig-pick .buy {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
}

.buy-for {
    display: none;
}
.pig-pick .buy .buy-for {
    display: block;
    color: #f18f04;
    font-weight: 600;
    text-transform: uppercase;
}
.pig-pick .pig-details {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
}
.pig-pick .pig-pick-number {
    display: inline-block;
    vertical-align: middle;
    width: 33%;
}
@media screen and (max-width: 700px) {
  .pig-pick .pig-details {
    display: block;
    width: 100%;
}
    .pig-pick .license,
.pig-pick .buy {
    display: block;
    width: 100%;
}
.pig-pick .tag.exclusive:before {

        right:-20px;
    }
.pig-pick .tag.featured:before {
        top:-20px;
        left:-20px;
    }
.pig-pick .tag.nearMe:before {

        right:-20px;
    }
}
.pig-pick .tn-price {
    margin-top: 0;
    margin-bottom: 20px;
}
.license-for {
    display: block;
    color: #3092c1;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 15px;
}
.pig-pick .license-for {
    margin-top: 0;
}
.buy-button button {
    margin: 5px;
}
.head-prime {
    background: linear-gradient(to bottom, #feffff 25%, #ffff66 100%);
}
.head-near-me {
    background: linear-gradient(to bottom, #ffffff 25%, #b3e699 100%);
}
.head-nbs-best {
    background: linear-gradient(to bottom, #feffff 25%, #99ccff 100%);
}
.head-b-ten {
    background: linear-gradient(to bottom, #feffff 25%, #eeeeee 100%);
}
.head-prime img,
.head-near-me img,
.head-nbs-best img,
.head-b-ten img{
    /*display: block;*/
    max-height: 70px;
}
.special-tn-box {
    min-width: 250px;
    padding: 40px 20px;
    text-align: center;
    margin:.5% 0;
    position: relative;
}
.scroll-icon {position: absolute;bottom: 10px;left: 50%;transform: translate(-50%, -50%);}
.scroll-right {
    height:24px;display: block;
	-webkit-animation: scroll-right 5s ease-in-out infinite both;
	        animation: scroll-right 5s ease-in-out infinite both;
}


@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
      opacity: 0;
  }
    20% {opacity: 1;
    }
    80% {opacity: 1;
    }
  100% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
      opacity: 0;
  }
}
@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
      opacity: 0;
  }
    20% {opacity: 1;
    }
    80% {opacity: 1;
    }
  100% {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
      opacity: 0;
  }
}
.tn-motif {
    padding: 15px 30px 15px 20px;
    margin: 60px 0 0 0;
    display: flex;
    align-items: flex-end;
}
.tn-motif .motif-icon {
    display: inline-block;
    margin-top: -40px;
}
.tn-motif .motif-text {
    display: inline-block;
    padding-left: 20px;
}
.motif-text .title {
    font-size: 1.4vw;
    font-weight: 700;
    text-transform: uppercase;
}
.motif-text .description {
}

.section-prime {
    margin-bottom: 40px;
    border: 1px solid #ffff66;
    padding: 20px;
    background-color:#fffef8;
}
.section-near-me {
    margin-bottom: 40px;
    border: 1px solid #e9e9ce;
    padding: 20px;
    background-color:#fbfbf8;
}
.section-nbs-best {
    margin-bottom: 40px;
    border: 1px solid #99ccff;
    padding: 20px;
    background-color:#f8fbff;
}
.section-b-ten {
    margin-bottom: 40px;
    border: 1px solid #dedede;
    padding: 20px;
    background-color:#f7f7f7;
}
.fine-print {
    font-size: 0.85em;
    margin:25px 0;
}
.we-got-it {width:80%;margin-top:30px;border-radius: 10px; padding:20px;
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.84) 50%,rgba(99,161,199,0.68) 100%);position:relative;}
.we-got-it1 {width: 45%;text-align: center;}
.we-got-it2 {width: 40%;}

@media screen and (max-width: 1300px) {
    .tn-filters {
        width: 24%;
        margin-right: 2%;
    }
    .results {
        width: 74%;
    }
    .four-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 2fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .tn-number {
        font-size: 2.6vw;
    }
    .tn-price {
        font-size: 2.3vw;
    }

    .motif-text .title {
        font-size: 2vw;
    }
    .motif-text .description {
        font-size: 0.9em;
    }
}
@media screen and (max-width: 1000px) {
    .pig-pick {
        background-image: none;
        border: 2px solid #ed9017;
    }
    .pig-text {
        top: 2%;
        left: 1%;
        font-size: 1em;
        color: #ed9017;
        text-shadow: none;
    }
    .pig-spacer {
        display: none;
    }
    .pig-result {
        display: inline-block;
        width: 100%;
    }
        .we-got-it {width:100%;}
}
@media screen and (max-width: 800px) {
    .search-wrapper {
        width: 93vw;
    }
    .search-results {
        display: block;
    }
    .tn-filters {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .results {
        width: 100%;
    }

    .tn-number {
        font-size: 3.3vw;
    }
    .tn-price {
        font-size: 3.2vw;
    }

    .motif-text .title {
        font-size: 3vw;
    }

}

@media screen and (max-width: 700px) {
.we-got-it1 {display: none;}
.we-got-it2 {width: 100%; text-align: center;}

}







@media screen and (max-width: 600px) {
    .tn-number {
        font-size: 4.5vw;
    }
    .tn-price {
        font-size: 4.2vw;
    }
    .motif-text .description {
        font-size: 0.85em;
    }
}

@media screen and (max-width: 500px) {
    .four-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: 4fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .tn-number {
        font-size: 6.5vw;
    }
    .tn-price {
        font-size: 6.2vw;
    }

    .motif-text .title {
        font-size: 4vw;
    }
}

@media screen and (max-width: 500px) {
    .rounded-input {
        font-size: 0.8em;
    }
    .state {
        width: 7em;
        position: relative;
    }
    .para {
        width: auto;
    }
    .npa {
        width: 3em;
        position: relative;
    }
    .search-text {
        width: 4.75em;
    }
}

/*------- MESSAGES --------*/
.messages-vert {height: calc(100vh - 180px);margin-top: 10px;position: relative;}
.messages-two,
.messages-one-content,
.convo-bar,
.thread-bar,
.send-bar {
    /* entire color wrap*/
    background-color: #fafafa;
}
.text-blur {
    color: transparent !important;
    text-shadow: 0 0 8px #000 !important;
}
.messages-one {
    width: 35%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.messages-two {
    width: 65%;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.messages-one-content {
    padding: 15px;
    height: calc(100% - 130px);
    overflow: auto;
}
.messages-two-content {
    padding: 25px;
    height: calc(100% - 150px);
    overflow: auto;
    background: #fff;
    border-radius: 10px;
}
.convo-bar {
    height: 130px;
    padding: 15px;
    border-bottom: 1px solid #dedede;
    margin: 0;
    text-align: center;
    position: relative;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.compose-icon {
    position: absolute;
    top: 20px;
    right: 7%;
}
.compose-icon img {
    height: 28px;
    display: block;
    border: none;
    cursor: pointer;
}
.thread-bar {
    height: 70px;
    padding: 0 25px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.send-bar {
    height: 80px;
    padding: 0 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sms-from-block {
    display: flex;
    justify-content: space-between;
}
.sms-new {
    position: absolute;
    top: 10px;
    left: 3px;
}
.sms-source-number {
    margin-left: 7px;
    font-size: 0.85em;
}
.sms-source-number span {
    font-family: "modernpics";
    vertical-align: 1px;
}
.sms-menu-icon {
    position: absolute;
    display: block;
    top: 12px;
    height: 15px;
    margin: 0;
    cursor: pointer;
    right: 15px;
    z-index: 97;
    opacity: 0.3;
}
.active .sms-menu-icon {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(326deg) brightness(102%) contrast(102%);
    opacity: 1;
}
.menu-dark {
    filter: invert(0%) !important;
    opacity: 0.4 !important;
    z-index: 99;
}
.messages-one-content ol,
.messages-two-content ol {
    display: block;
    padding: 0;
    margin: 0;
}
.messages-one-content ol li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
}
.messages-two-content ol li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 0 15px;
    cursor: default;
    position: relative;
}
.text-preview {
    box-sizing: content-box;
    height: 1.15em;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 0 15px 16px;
    font-size: 0.85em;
}
#threadsBox .active {
    background-color: #63a1c7;
    color: #fff !important;
    cursor: default;
}
#threadsBox .active:hover {
    background-color: #63a1c7;
}
#threadsBox li:hover {
    background-color: #fdfdfd;
}
.date {
    font-size: 0.85em;
}
.messages-menu {
    background-color: #f1f1f1;
    z-index: 98;
    cursor: auto;
    box-shadow: 5px 5px 10px 1px #0003;
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 15px 10px 10px;
}
.messages-menu div {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0 10px !important;
    line-height: 2.2;
    font-size: 0.95em;
}
.messages-menu a {
    text-decoration: none;
    cursor: pointer;
    display: block;
}
.messages-menu div:hover {
    background-color: #e9e9e9;
}

@media screen and (max-width: 900px) {
    .messages-one {
        width: 100%;
    }
    .messages-two {
        width: 100%;
        position: absolute;
    top: 0;
    display: block;
    z-index: 99;
    }
}

/*------- OLD MESSAGES --------
.mes-threads {
    width: 32%;
    margin-right: 4%;
    position: relative;
}
.mes-messages {
    width: 64%;
    position: relative;
}
.thread-col {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 100%;
}
.text-blur {
    color: transparent !important;
    text-shadow: 0 0 8px #000 !important;
}
#threadsBox ol,
.messages-view ol {
    display: block;
    padding: 0;
    margin: 0;
}
#threadsBox ol li,
.messages-view ol li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 0 10px;
    cursor: pointer;
    position: relative;
}

.messages-view {
    overflow: scroll;
}
.sms-from-block {
    display: flex;
    justify-content: space-between;
}
.sms-new {
    position: absolute;
    top: 10px;
    left: 3px;
}
.sms-source-number {
    margin-left: 7px;
    font-size: 0.85em;
}
.sms-source-number span {
    font-family: "modernpics";
    vertical-align: 1px;
}
.sms-menu-icon {
    position: absolute;
    display: block;
    top: 12px;
    height: 15px;
    margin: 0;
    cursor: pointer;
    right: 15px;
    z-index: 100;
}
.active .sms-menu-icon {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(326deg) brightness(102%) contrast(102%);
}
.menu-dark {
    filter: invert(0%) !important;
}
.messages-menu {
    background-color: #f1f1f1;
    z-index: 1;
    cursor: auto;
    box-shadow: 5px 5px 10px 1px #0003;
    position: absolute;
    top: 7px;
    right: 7px;
    padding: 10px;
}
.messages-menu ul,
.messages-menu ul li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0 !important;
    line-height: 1.5;
    font-size: 0.95em;
}
.messages-menu a {
    text-decoration: none;
}
.messages-menu li:hover {
    background-color: #dedede;
}
.text-preview {
    box-sizing: content-box;
    height: 1.15em;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    padding: 15px;
    font-size: 0.85em;
}

#threadsBox .active {
    background-color: #63a1c7;
    color: #fff !important;
}
#threadsBox .active:hover {
    background-color: #63a1c7;
}
#threadsBox li:hover {
    background-color: #fafafa;
}
.date {
    font-size: 0.85em;
}
*/

.f-6040 {display: flex;align-items: center;}

        div.f-6040 > div:first-child {width:57%;margin: 0 6% 0 0;}
        div.f-6040 > div:last-child {width:37%;margin: 0;}

    .f-4060 {display: flex;align-items: center;}

        div.f-4060 > div:first-child {width:37%;margin: 0 6% 0 0;}
        div.f-4060 > div:last-child {width:57%;margin: 0;}

    .f-3070 {display: flex;align-items: center;}

        div.f-3070 > div:first-child {width:27%;margin: 0 6% 0 0;}
        div.f-3070 > div:last-child {width:67%;margin: 0;}

    .f-7030 {display: flex;align-items: center;}

        div.f-7030 > div:first-child {width:67%;margin: 0 6% 0 0;}
        div.f-7030 > div:last-child {width:27%;margin: 0;}

.f-two {display: flex;align-items: center;}

        div.f-two > div:first-child {width:47%;margin: 0 6% 0 0;}
        div.f-two > div:last-child {width:47%;margin: 0;}


        .f-three {display: flex;align-items: center;}

        div.f-three > div:first-child {width:30.6%;margin: 0 4% 0 0;}
        div.f-three > div:nth-child(2) {width:30.6%;margin: 0 4% 0 0;}
        div.f-three > div:last-child {width:30.6%;margin: 0 0 0 0;}


        .f-four {display: flex;align-items: center;flex-flow: row wrap;}

        div.f-four > div:first-child, div.f-four > div:nth-child(2), div.f-four > div:nth-child(3) {width:22%;margin: 0 4% 0 0;}
        div.f-four > div:last-child {width:22%;margin: 0 0 0 0;}

        .flip-img {width: 450px;border-radius: 50%;}

        .g-two {display: grid;grid-template-columns: 1fr 1fr;grid-column-gap: 5rem;}
        .g-three {display: grid;grid-template-columns: 1fr 1fr 1fr;grid-column-gap: 3rem;}
        .g-four {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;grid-column-gap: 3rem;grid-row-gap: 3rem;}
        .g-five {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr;grid-column-gap: 2rem;}
        .g-six {display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;grid-column-gap: 1.5rem;}

        @media screen and (max-width: 1100px) {
            .f-three {flex-direction: column;}
            div.f-three > div:first-child, div.f-three > div:nth-child(2), div.f-three > div:last-child {width:100%;margin: 0}
            div.f-three > div:first-child, div.f-three > div:nth-child(2) {margin-bottom:1.5rem;}

        }

        @media screen and (max-width: 1000px) {

            div.f-four > div:first-child, div.f-four > div:nth-child(3), div.f-four > div:last-child {width:47%;margin: 0 6% 0 0;}
            div.f-four > div:nth-child(2), div.f-four > div:last-child {width:47%;margin: 0;}
            div.f-four > div:first-child, div.f-four > div:nth-child(2) {margin-bottom:1.5rem;}

            .g-four { grid-template-columns: 1fr 1fr;
                grid-column-gap: 3rem;
                grid-template-rows: 2;
                grid-row-gap: 3rem; }

            .g-five { grid-template-columns: 1fr 1fr 1fr;
                grid-column-gap: 2rem;
                grid-template-rows: 3;
                grid-row-gap: 1.5rem; }

            .g-six { grid-template-columns: 1fr 1fr 1fr;
                grid-column-gap: 1.5rem;
                grid-template-rows: 2;
                grid-row-gap: 1.5rem; }
        }

        @media screen and (max-width: 900px) {

            .g-three { grid-template-columns: none;
                grid-column-gap: 3rem;
                grid-template-rows: auto;
                grid-row-gap: 1.5rem; }

        }

        @media screen and (max-width: 800px) {
            .f-6040 {flex-direction: column;}
            div.f-6040 > div:first-child, div.f-6040 > div:last-child {width:100%;margin: 0}
            div.f-6040 > div:first-child {margin-bottom:1.5rem;}

            .f-4060 {flex-direction: column;}
            div.f-4060 > div:first-child, div.f-4060 > div:last-child {width:100%;margin: 0}
            div.f-4060 > div:first-child {margin-bottom:1.5rem;}

            .f-3070 {flex-direction: column;}
            div.f-3070 > div:first-child, div.f-3070 > div:last-child {width:100%;margin: 0}
            div.f-3070 > div:first-child {margin-bottom:1.5rem;}

            .f-7030 {flex-direction: column;}
            div.f-7030 > div:first-child, div.f-7030 > div:last-child {width:100%;margin: 0}
            div.f-7030 > div:first-child {margin-bottom:1.5rem;}
            .f-two {flex-direction: column;}
            div.f-two > div:first-child, div.f-two > div:last-child {width:100%;margin: 0}
            div.f-two > div:first-child {margin-bottom:1.5rem;}

            div.f-flip > div:first-child {order:2;margin-bottom:0;}
            div.f-flip > div:last-child {order:1;margin-bottom:1.5rem;}
            .flip-img {width: 250px;}

            div.f-four > div:first-child, div.f-four > div:nth-child(2), div.f-four > div:nth-child(3), div.f-four > div:last-child {width:100%;margin: 0}
            div.f-four > div:first-child, div.f-four > div:nth-child(2),div.f-four > div:nth-child(3) {margin-bottom:1.5rem;}

            .g-two { grid-template-columns: none;
                grid-column-gap: 3.5rem;
                grid-template-rows: auto;
                grid-row-gap: 1.5rem; }

            .g-four { grid-template-columns: none;
                grid-column-gap: 3rem;
                grid-template-rows: auto;
                grid-row-gap: 3rem; }

        }

        @media screen and (max-width: 700px) {
            .g-six { grid-template-columns: 1fr 1fr;
                grid-column-gap: 1.5rem;
                grid-template-rows: 3;
                grid-row-gap: 1.5rem; }
        }
        @media screen and (max-width: 450px) {
            .g-five { grid-template-columns: 1fr 1fr;
                grid-column-gap: 1rem;
                grid-template-rows: 4;
                grid-row-gap: 1.5rem; }
        }
        @media screen and (max-width: 350px) {
            .g-five { grid-template-columns: 1fr;
                grid-column-gap: 1rem;
                grid-template-rows: 5;
                grid-row-gap: 1.5rem; }

            .g-six { grid-template-columns: 1fr;
                grid-column-gap: 1rem;
                grid-template-rows: 6;
                grid-row-gap: 1.5rem; }
        }


/* BUSINESS */
section.hero {
    padding: 40px 0 50px 0;
}
.feature-hero {
    padding: 60px 0 30px 0;
    background: -moz-linear-gradient(top, #2580ad 0%, #91cae7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2580ad 0%,#91cae7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2580ad 0%,#91cae7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2580ad', endColorstr='#91cae7',GradientType=0 ); /* IE6-9 */
    color:#fff;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, .35);
}
.hiw-block {
    display: none;
    bottom: 30px;
    left: 30px;
    position: absolute;
}
.hiw-pre {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
.hiw-title {
    font-size: 2em;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
    background-color: #2580ad;
    padding: 3px;
    font-weight: bold;
}
.hiw-pre-title {
    margin-top: 10px;
}
.hiw-main-title {
    margin-top: 0;
}
.hiw-mini {
    padding: 30px;
    background-position: center;
    background-size: cover;
    color: #fff;
}
.hiw-mini h2 {
    font-size: 2em;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin-top: 5px;
    margin-bottom: 0;
    background-color: #2580ad;
    display: inline-block;
    padding: 0 5px;
}
.hiw-hero h1 {
    font-size: 3em;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
    background-color: #2580ad;
    display: inline-block;
    padding: 5px;
}
.hiw-hero .pre-header,
.hiw-mini .pre-header {
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
a.hiw-mini-a:hover {
    text-decoration: none;
}
.hiw-hero {
    padding: 130px 50px 60px 50px;
    background-position: center;
    background-size: cover;
}
.hiw-img {
    text-align: center;
}
.hiw-img img {
    max-height: 240px;
}
.hiw-td-indent {
    display: table-cell;
    width: 100%;
    padding: 2px 0 2px 20px;
}
.hiw-td {
    display: table-cell;
    text-align: right;
    padding: 3px 0;
    white-space: nowrap;
}
.hiw-step {
    background-color: #144b6e;
    padding: 7px 15px;
    display: inline-block;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    border-radius: 5px;
    margin-bottom:10px;
}
.half-filled {
    width: 50%;
}
.filled-block {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row-reverse;
    padding-bottom: 30px;
}
.filled-block > * {
    flex: 1 100%;
}
.image {
    order: 1;
}
.text {
    order: 2;
    padding: 30px;
}
.filled-block .text a {color:#fff;text-decoration: underline;}

@media all and (min-width: 780px) {
    .half-filled {
        flex: 1 auto;
    }
    .half-flex {
        flex: 1 auto;
    }
    .text-flex {
        order: 2;
    }
}
@media screen and (max-width: 780px) {
    .image {
        height: 250px;
    }

}


/* THEMES */

.groundhog-1 {
        background-image: url(/images/search/themes/groundhog-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .groundhog-2 {
        background-image: url(/images/search/themes/groundhog-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .groundhog-3 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/groundhog-3.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .groundhog-4 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/groundhog-4.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .valentines-3 *,.valentines-4 * {color:#fff}

.valentines-1 {
        background-image: url(/images/search/themes/valentines-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .valentines-2 {
        background-image: url(/images/search/themes/valentines-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .valentines-3 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/valentines-3.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .valentines-4 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/valentines-4.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .valentines-3 *,.valentines-4 * {color:#fff}

/* JUNE */
    .summer2-1 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/summer2-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .summer2-2 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/summer2-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .summer2-3 {
        background-image: url(/images/search/themes/summer2-3.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .summer2-4 {
        background-image: url(/images/search/themes/summer2-4.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .summer2-1 * {color:#fff}
    .summer2-2 *{color:#e70352}
    .summer2-3 *{color:#bd6d11}
    .summer2-4 *{color:#f70453}
    .tropical-1 {
        background-image: url(/images/search/themes/tropical-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .tropical-2 {
        background-image: url(/images/search/themes/tropical-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .tropical-3 {
        background-image: url(/images/search/themes/tropical-3.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .tropical-4 {
        background-image: url(/images/search/themes/tropical-4.webp);
        background-size: cover;
        background-position: center bottom;
    }



/* JULY */
    .july4th-1 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/july4th-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .july4th-2 {
        background-image: url(/images/search/themes/july4th-2.webp);
        background-size: cover;
        background-position: center bottom;
        border:1px solid #0066cc;
    }
    .july4th-3 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/july4th-3.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .july4th-4 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/july4th-4.webp);
        background-size: cover;
        background-position: center center;
    }
    .july4th-1 *, .july4th-3 *, .july4th-4 *{color:#fff}

    .grilling-1 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/grilling-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .grilling-2 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/grilling-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .grilling-3 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/grilling-3.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .grilling-4 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/grilling-4.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .grilling-1 *, .grilling-2 *, .grilling-3 *, .grilling-4 *{color:#fff}


/* AUGUST */
    .summer-1 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/summer-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .summer-2 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/summer-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .summer-3 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/summer-3.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .summer-4 {
        background-image: url(/images/search/themes/summer-4.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .summer-1 *, .summer-2 *, .summer-3 *{color:#fff}

    .smores-1 {
        background-image: url(/images/search/themes/smores-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .smores-2 {
        background-image: url(/images/search/themes/smores-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .smores-3 {
        background-image: url(/images/search/themes/smores-3.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .smores-4 {
                color:#ffffff !important;
        background-image: url(/images/search/themes/smores-4.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .smores-4 *{color:#fff}


    .b2school-1 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/b2school-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .b2school-2 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/b2school-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .b2school-3 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/b2school-3.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .b2school-4 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/b2school-4.webp);
        background-size: cover;
        background-position: center center;
    }
    .b2school-1 *, .b2school-2 *, .b2school-3 *, .b2school-4 *{color:#fff}

 .dog-day-1 {
        background-image: url(/images/search/themes/dog-day-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .dog-day-2 {
        background-image: url(/images/search/themes/dog-day-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .dog-day-3 {
        background-image: url(/images/search/themes/dog-day-3.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .dog-day-4 {
        background-image: url(/images/search/themes/dog-day-4.webp);
        background-size: cover;
        background-position: center bottom;
    }

/* SEPTEMBER */
    .pirateday-1 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/pirateday-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .pirateday-2 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/pirateday-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .pirateday-3 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/pirateday-3.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .pirateday-4 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/pirateday-4.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .pirateday-1 *, .pirateday-2 *, .pirateday-3 *, .pirateday-4 *{color:#fff}

    .autumn-1 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/autumn-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .autumn-2 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/autumn-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .autumn-3 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/autumn-3.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .autumn-4 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/autumn-4.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .autumn-1 *, .autumn-2 *, .autumn-3 *, .autumn-4 * {color:#fff}

/* OCTOBER */
    .baseball-1 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/baseball-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .baseball-2 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/baseball-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .baseball-3 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/baseball-3.webp);
        background-size: cover;
        background-position: center center;
    }
    .baseball-4 {
        background-image: url(/images/search/themes/baseball-4.webp);
        background-size: cover;
        background-position: center center;
    }
    .baseball-1 *, .baseball-2 *, .baseball-3 *{color:#fff}
    .halloween-1 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/halloween-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .halloween-2 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/halloween-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .halloween-3 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/halloween-3.webp);
        background-size: cover;
        background-position: center center;
    }
    .halloween-4 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/halloween-4.webp);
        background-size: cover;
        background-position: center center;
    }
    .halloween-1 *, .halloween-2 *, .halloween-3 *, .halloween-4 *{color:#fff}

/* NOVEMBER */
    .thanksgiving-1 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/thanksgiving-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .thanksgiving-2 {
        background-image: url(/images/search/themes/thanksgiving-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .thanksgiving-3 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/thanksgiving-3.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .thanksgiving-4 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/thanksgiving-4.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .thanksgiving-1 *, .thanksgiving-3 *, .thanksgiving-4 *{color:#fff}

/* DECEMBER */
    .christmas-1 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/christmas-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .christmas-2 {
        background-image: url(/images/search/themes/christmas-2.webp);
        background-size: cover;
        background-position: center bottom;
        border:1px solid #0066cc;
    }
    .christmas-3 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/christmas-3.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .christmas-4 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/christmas-4.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .christmas-1 *, .christmas-3 *, .christmas-4 *{color:#fff}

    .hanukkah-1 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/hanukkah-1.webp);
        background-size: cover;
        background-position: center center;
    }
    .hanukkah-2 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/hanukkah-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .hanukkah-3 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/hanukkah-3.webp);
        background-size: cover;
        background-position: center center;
    }
    .hanukkah-4 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/hanukkah-4.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .hanukkah-1 *, .hanukkah-2 *, .hanukkah-3 *, .hanukkah-4 *{color:#fff}


    .jazz-1 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/jazz-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .jazz-2 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/jazz-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .jazz-3 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/jazz-3.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .jazz-4 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/jazz-4.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .jazz-1 *, .jazz-2 *, .jazz-3 *, .jazz-4 *{color:#fff}

    .shark-1 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/shark-1.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .shark-2 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/shark-2.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .shark-3 {
        color:#ffffff !important;
        background-image: url(/images/search/themes/shark-3.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .shark-4 {

        background-image: url(/images/search/themes/shark-4.webp);
        background-size: cover;
        background-position: center bottom;
    }
    .shark-1 *, .shark-2 *, .shark-3 *{color:#fff}

/* END THEMES */

/* User view */
.user-pending {
    background-color: #e2f4fc !important;
}
.user-title {
    display: inline-block;
    font-size: 24px;
    line-height: 24px;
}
.user-status {
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 0.85em;
    text-transform: uppercase;
}
.user-admin {
    position: absolute;
    top: 1px;
    text-transform: uppercase;
    right: 1px;
    font-size: 13px;
    padding: 0 5px;
}
.user-admin {
    background: #2580ad;
    color: #fff;
}
/* END User view */