body, h1, h2, h3, h4, h5, h6  {
    font-family: "Open Sans", "Century Gothic", sans-serif;
    font-weight:300;
}

div#tdlogo {
    margin-top:1.05em;
    margin-bottom:1.05em;
}

div#td-header {
    background-color:#246e86;
}

div#td-header a:hover,
div#td-footer a:hover {
    text-decoration:underline;
}

.rwd-line {
    display: inline;
}

div#td-footer ul li
{
    display:inline;
    margin-left:0.5em;
    margin-right:0.5em;
    list-style-type:none;
    padding:0;
    line-height:3.0rem;
}
div#td-footer ul li:not(:first-child) {
    padding:0 0.5rem 0 0.5rem;
}

div#td-footer div#row-footer-logo {
    padding-top:1.5em;
    padding-bottom:1.5em;
}

div#td-footer a {
    color:white;
}

/** ALL BUT MOBILE (small, medium) **/
@media only screen and (min-width: 64.063em) {
    div#td-header {
        color:white;
    }

    div#td-header a {
        color:white;
    }
    div#td-header a:hover {
        color:#246e86;
    }

    div#td-header ul {
        float:right;
        margin-top:1.50em;
    }

    div#td-header ul li {
        display:inline;
        font-size:1.00em;
        padding:0 1.0em 0 1.0em;
        text-align:center;
        list-style-type:none;
    }
    div#td-header ul li:hover {
        background-color:white;
    }

    div#tdlogo {
        max-width:300px;
    }

    div#fp-features {
        margin-top:5em;
    }
}

/** Mobile Only (Small & Medium) **/
@media only screen and (max-width: 64.063em) {
    .rwd-line {
        display: block;
    }

    div#splash {
        font-size:0.75em;
    }

    nav.tab-bar {
        background:none repeat scroll 0% 0% #246e86;
    }

    nav.tab-bar #logo-mobile {
        margin-top:3px;
        height:40px;
    }

    div.fp-giant-hand {
        margin-top:2em;
    }

    div #mainfp div#fp-features h5 {
        white-space:normal;
    }
}

div#splash {
    background-image:url("/img/background-homepage-hero.jpg");
    background-size:cover;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    width:100%;
    height:100%;
}

div#splash div#videointro {
    max-width:800px;
    text-align:center;
    margin:0 auto;
}

div#splash div#phrase {
    margin-top:2em;
}

div#splash div#phrase h1 {
    color:white;
    font-size:3em;
    margin-bottom:0;
}

div#splash div#subphrase {
    color:white;
    font-size:1.20em;
}

div#splash div#calltoaction  {
    margin-top:2em;
    margin-bottom:3em;
}

div#splash div#calltoaction .button {
    margin:0.5em auto;
    /* background-color:#194857; */
    background-color:#fda04c;
    white-space: nowrap;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
}

div#splash div#calltoaction .bg-orange {
    background-color: #fda04c;
}

div#splash div#calltoaction .button:hover {
    /* background-color:#246e86; */
    background-color: #fd701c;
}

div#splash-features {
    background-image:url("/img/td-features-phone-header2.jpg");
    background-size: cover;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    font-size: 0;
    line-height: 0;
    width: 100%;
    position:relative;
    z-index:1;
}

div#splash-features-logo {
    position:absolute;
    top: 0%;
    left: 26.2%;
    width:100%;
    z-index:2;
}

div#splash-features-logo img {
    max-height: 20%;
    max-width: 20%;
    transform: skew(-12.0deg, 8.5deg) scale(0.4);
}

div#splash-features-titles {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index:3;
}

div#splash-features-title {
    position: absolute;
    text-align: center;
    top: 35%;
    right: 3%;
    width: 48%;
    z-index:3;
}

div#mainfp div#splash-features-title > h1, div#mainfp div#splash-features-title > h2, div#mainfp div#splash-features-title > h3 {
    color: #004444;
    margin-top: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    text-transform: uppercase;
    font-weight: 1000;
}

div#splash-features-title > h1 { font-size:2.1vw; }
/* div#mainfp div#splash-features-title > h2 { font-size:2vw;2.5vw; line-height:0.9vh; margin-bottom:2.0vh;} */
div#mainfp div#splash-features-title > h2 { font-size:1.4vw; }
/* div#splash-features-title > h3 { font-size:1.75vw; } */

div#splash-features-buttons {
    position: absolute;
    z-index:5;
    bottom:0;
    left:0;
    width: 100%;
    height: 30%;
    vertical-align: bottom;
    text-align: center;
}

div#splash-features-buttons div.row {
    top: 20%;
    left: 0;
    position: relative;
    vertical-align: bottom;
    text-align:center;
}

/*
div#splash-features-buttons div.row a {
    background-color: #194857;
}
*/

h2 {
    color:gray;
    font-size:1.8em;
}

h6 {
    float:left;
    margin:0.5em;
    font-size:0.6em;
    color:white;
}

.full-width {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

div#td-footer {
    background-color:#fda04c;
    color:white;
    padding-bottom:2em;
}

div#td-footer.add-margin {
    margin-top:2em;
}

div#td-footer.no-margin {
    margin-top:0em;
}

div#td-footer ul, div#td-footer span {
    font-weight:bold;
}

div#td-footer img#logo-footer {
    max-height:90px;
}

.highlight-text {
    color:grey;
    font-size:1.0em;
}

/*
div.td-fp-feature {
    margin-top:5em;
}
*/

div#mainfp hr {
    display:block;
    margin:4em 0 0 0;
}

div#mainfp h2 {
    margin-top:1.5em;
}

div#mainfp h4,
div#mainfp h5,
.nowrap {
    white-space: nowrap;
}

div#mainfp h5, div#appdl h5 {
    color:#9f58b1;
    font-weight:bold;
}

div#mainfp p.gray {
    color:gray;
    font-size:0.9em;
}

button.purple, a.button.purple {
    background-color:#9f58b1;
}

button.purple:hover, button.purple:focus,
a.button.purple:hover, a.button.purple:focus {
    background-color:#a000a0;
}

div.vertical-middle {
    display:table;
    width:100%;
    height:100%;
}

div.vertical-middle div.vmcolumn {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.view-border {
    border:1px dashed red;
}


/* support.php */

div#support h1 a {
    text-decoration:underline;
}

div#support h2 {
    color:black;
}

div#support h3 {
    font-size:1.1em;
}

div#support h2,
div#support h3,
div#press h2,
div#press h3 {
    margin-top:1.5em;
    margin-bottom:0.3em;
    border-bottom:1px solid #246e86;
}

div#support h2,
div#support h3 {
    font-weight:bold;
}

div#support code {
    border:0px solid white;
    background-color:#f8f8f8;
    display:block;
}

div#support code span {
    background-color:transparent;
}

div#support ul li,
div#support ol li {
    margin-left:2em;
}

div#support table#billing_dom {
    margin:0 auto 2em auto;

}
div#support div.image {
    text-align:center;
    margin:1.5em auto 1.5em auto;
}

.panel.callout.alert {
    border-color:#ffd0b0;
    background-color:#ffedbf;
}

div.alerticon {
    background:transparent url(/images/1.2/alert.gif) no-repeat scroll 0 0;
    width:47px;
    height:48px;
    float:left;
    overflow:auto;
    margin:0 1em 0 1em;
}

div#support span.caution {
    text-decoration:italic;
    color:red;
}

div#support div.chatnum {
    margin-right:1em;
}

div#support a.button.country {
    color:white;
    font-weight:bold;
    width:100%;
    padding-left:0;
    padding-right:0;
    overflow:visible;
}

div#support div.country {
    width:200px;
    margin:0 auto;
    padding-right:10px;
}

div#support div.region {
    width:250px;
    margin:0 auto;
    padding-right:10px;
}

div#support div.region a.button.country {
    font-size:0.9em;
}

div#usernav, div.icon-bar {
    /*background-color:#fda04c;*/
    background-color:#246e86;
}
div#usernav {
    margin-top:1px;
}
div#usernav div.icon-bar a.item.active {
    background-color:white;
    border-top:5px solid #246e86;
    border-right:1px solid #12799a;

}

div#usernav div.icon-bar a.item.active label,
div#usernav div.icon-bar a.item.active span.label2 {
    color:#246e86;
    font-weight:bold;
}

div#usernav div.icon-bar a.item span.label2 {
    background-color:transparent;
}

div#usernav div.icon-bar a.item:hover {
    background-color:#448ea6;
}

div#usernav div.icon-bar a.item.active {
    background-color:#fff;
}

div#usernav #vmcount {
    position:absolute;
    top:8px;
}

table#loginform, table#resetform {
    margin:0 auto;
    border-collapse: collapse;
}

table#loginform td,
table#resetform td {
    padding:1em 2em;
}

.err {
    color:red;
}

h1 {
    margin-top:1em;
}

i.icon {
    display:inline-block;
    margin:0 auto;
    image-rendering:-moz-crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
}

i.icon-128 {
    width:128px;
    height:128px;
    -moz-background-size: 128px;
    background-size: 128px;
}

i.icon-64 {
    width:64px;
    height:64px;
    -moz-background-size: 64px;
    background-size: 64px;
}

i.icon-64.valign-middle {
    margin-top:32px;
}

i.icon-18 {
    width:18px;
    height:18px;
    -moz-background-size: 18px;
    background-size: 18px;
}


i.circle-girl {
    background-image:url("/img/icon-circle-girl.png");
}
i.circle-guy {
    background-image:url("/img/icon-circle-male3.png");
}
i.circle-phone {
    background-image:url("/img/icon-circle-phone.png");
}
i.circle-arrow-right {
    background-image:url("/img/icon-circle-arrow-right.png");
}

i.vm-play {
    background-image:url("/img/icon-vm-play.png");
}
i.vm-download {}
i.vm-delete {}

div#features h2 {
    text-align:center;
    margin:1.5em auto;
}

div#features hr {
    margin:1.5em auto;
}

ul.feature-list li div h3 {
    font-weight:bold;
}
ul.feature-list li div {
    border:1px solid #fda04c;
    padding:1em;
    height:11rem;
}

div#pricing ul.pricing-table {
    margin-right:8px;
    margin-left:8px;
    float:left;
    width: 100%;
}

div#pricing div.make-center,
div.make-center {
    display:table;
    margin:0 auto;
}

div.make-center .ul {
    display:table;
    margin:0 auto;
}

div#pricing div.make-center {
    margin-top: 3em;
    margin-bottom: 1em;
}

div#pricing sup {
    font-size:0.8em;
}

div#pricing .small {
    font-size:0.8em;
}

div#pricing ul.pricing-table li.price span.small {
    font-size:0.8em;
}

div#pricing div.extra {
    clear:both;
}
div#pricing div.extra > div {
    float:left;
    width:15rem;
}

div#pricing ul.pricing-table.popular {
    margin-top:-1.0em;
    border-color:#fda04c;
    border-top-width:0;
}

div#pricing ul.pricing-table.popular .cta-button a,
.button.calltoaction,
button.calltoaction
{
    background-color:#fda04c;
}
div#pricing ul.pricing-table.popular .cta-button a:hover,
.button.calltoaction:hover,
button.calltoaction:hover,
{
    background-color:#ff913e;
}

div#pricing ul.pricing-table.popular .title {
    background-color:#fda04c;
    font-size:1.5em;
    font-weight:bold;
    position:relative;
    padding-top:1em;
}

div#pricing ul.pricing-table.popular .title:before {
    content:"Most Popular";
    display:block;
    position:absolute;
    top:0;
    left:0;
    background-color:#246e86;
    margin:0;
    padding:2px;
    font-size:0.6em;
    width:100%;
}

div#pricing ul.pricing-table.bestvalue {
    margin-top:-1.0em;
    border-top-width:0;
}

div#pricing ul.pricing-table.bestvalue .title {
    background-color:#246e86;
    font-size:1.5em;
    font-weight:bold;
    position:relative;
    padding-top:1em;
}

div#pricing ul.pricing-table.bestvalue .title:before {
    content:"Best Value";
    display:block;
    position:absolute;
    top:0;
    left:0;
    background-color:#246e86;
    margin:0;
    padding:2px;
    font-size:0.6em;
    width:100%;
}

div#pricing ul.tabs {
    text-align:center;
}

div#pricing ul.tabs li {
    float: none !important;
    display: inline-block;
}

div#pricing ul.tabs li.active a {
    /* background-color: #246e86; */ /* td blue */
    background-color: #fda04c; /* orange */
    color:white;
}

div#pricing ul.tabs li a {
    font-size: 1.2rem;
}

div#pricing .tabs-content .content {
    border-width:1px 0 0 0;
}

table.ext_list,
div#account table {
    border-collapse:collapse;
    width:100%;
}

table.ext_list td.grouptitle {
    font-size:1.2em;
    font-weight:normal;
}

table.ext_list .groupcheckbox {
    vertical-align:middle;
}

input[type=checkbox] {
    padding:0;
    margin:0;
}

table.ext_list a.numconf {
    font-weight:bold;
    color:black;
    font-size:1.1em;
}

table.ext_list a.numconf:hover,
table.ext_list a.numconf:focus {
    text-decoration:underline;
}

table.profile th {
    vertical-align:top;
}

div.profile {
    border: solid 1px #DDDDDD;
    width: 100%;
    padding: 0.75rem;
    margin-bottom:1.25rem;
    font-size: 0.875rem;
}

.margin-top-1 {
    margin-top:1em;
}

.margin-top-2 {
    margin-top:2em;
}

div.autofunding select {
    width:10rem;
}

div.intlnumentry {
    clear:both;
}

/* HTML5 CSS Reset Based on Eric Meyer's CSS Reset and html5doctor.com HTML5 Reset
 * Clears out the weird border around HTML5 Audio/Video tags
*/
audio, video, canvas {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
}

div.tabs-content div.content {
    border:1px solid #ddd;
    padding:1.5rem;
}

div.feature-status {
    width:50%;
    text-align:right;
}

div.feature-status select {
    width:4em;
}

div.feature-vm-count {
    font-size:0.8em;
    padding-top:1.4em;
    margin-left:2em;
}

div.tabs-content div.content input[type=text],
div.tabs-content div.content select,
.numconf input,
.numconf select {
    margin-bottom:0;
}

.numconf.outdial {
    margin-bottom:1rem;
}

.numconf .has-tip {
    font-weight:300;
}

.numconf.outdial .has-tip {
    font-weight:600;
}

table.extrules {
    margin-bottom:0;
}

table.extrules_form {
    width:100%;
}

input[name="ruleextid"] {
    margin: 0;
}

div#feature-rtime select.rtimehour,
div#feature-callerid select {
    width:14em;
}

div#feature-callerid {
    margin:1rem;
}

div#features > div.row {
    margin-bottom:2em;
}

div#features h3.active,
ul.feature-tabs a.active {
    text-decoration:underline;
    -moz-text-decoration-color:#0f0;
    text-decoration-color:#0f0;
}

div#features h3.inactive,
ul.feature-tabs a.inactive {
    text-decoration:underline;
    -moz-text-decoration-color:#f90;
    text-decoration-color:#f90;
}

ul.feature-tabs li.tab-title > a {
    font-size:0.9em;
    padding:1rem 1.7rem;
    border-right:1px solid #ddd;
}

ul.feature-tabs li.tab-title:last-child > a {
    border-right:0;
}

ul.forward-tabs li.tab-title > a {
    font-size: 1.0rem;
    padding:0.5rem 1.0rem;
    border:1px solid #bbb;
    border-bottom:0;
}

ul.forward-tabs li.ftype-active a {
    text-decoration:underline;
    -moz-text-decoration-color:#0f0;
    text-decoration-color:#0f0;
    text-decoration-thickness: 0.2rem;
}

.numconffwdintlnumentrysimul {
    padding-bottom:0.4rem;
}

.hinttext {
    font-size:0.8em;
    font-style:italic;
}

table {
    border-collapse:collapse;
}

div#renameform span#oldname {
    font-weight:bold;
}

.bottom-right {
    position:absolute;
    bottom:0;
    right:0;
}

.pos-rel {
    position:relative;
}

.account-icons {
    vertical-align:middle;
    text-align:center;
    white-space:nowrap;
}

.account-icons img {
    height:24px;
    width:24px;
    border:0;
    vertical-align:middle;
    margin-bottom:0.25em;
}

.findnumberbox, .shortcode-list li {
    text-align:center;
    font-size:2em;
    border:1px solid #9999ff;
    background-color:#eee;
    margin:5px;
}

div#support ul.shortcode-list li {
    margin:0;
    font-size:0.8em;
    padding-bottom:0;
}


.findnumberbox.smaller {
    font-size:1.2em;
}

.findnumberbox a {
    text-decoration:none;
}

.findnumberbox:hover {
    border:1px solid #ff9900;
    background-color:#fff;
}

.findnumber-regions li {
    padding-bottom:0;
}

.input-checkbox {
    margin-bottom:1rem;
    padding-left:0.625rem;
}

blockquote.legend {
    font-size:0.8em;
}

span#findnumbersmsspan {
    padding-top:0.3rem;
}

div.panel.spaceout {
    margin:1rem 0 1rem;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}
#progressbar li {
    list-style-type: none;
    color: #666;
    text-transform: uppercase;
    font-size: 10px;
    width: 33.33%;
    float: left;
    position: relative;
    text-align: center;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 13px;
    color: #fff;
    background: #aaa;
    border-radius: 3px;
    margin: 0 auto 5px auto;
    text-align: center;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #aaa;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after {
    background: #246e86;
    color: white;
}

.border-top {
    border-top:1px solid black;
}


.chat-header {
    padding: 0px 10px 0px 10px;
    margin: 0px 0px 7px 0px;
    border: 1px solid rgb(254,177,26);
    position: relative;
    text-shadow: 0px 1px 0px white;
    border-radius: 10px 10px 10px 10px;
    word-wrap: break-word;
    box-shadow: 0px 1px 1px rgba(39, 44, 61, 0.6);
    background-color: rgba(254, 177, 26, 0.3);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left bottom;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
    overflow:hidden;
}
.chat-header .remote {
    text-align: left;
    width: 49%;
    float: left;
}
.chat-header .chat-date{
    text-align: right;
    width: 49%;
    float: right;
}

.chat-header .remote a {
    color:black;
    vertical-align:top;
}
.chat-header .remote a:hover {
    text-decoration:none;
    color:#0078A0;
}
.chat-header .remote a i {
    vertical-align:bottom;
}

.chat-bubble {
    text-align: right;
    padding: 10px;
    margin: 0px 10px 7px 30px;
    border: 1px solid rgb(153, 173, 219);
    position: relative;
    text-shadow: 0px 1px 0px white;
    border-radius: 10px 10px 10px 10px;
    word-wrap: break-word;
    box-shadow: 0px 1px 1px rgba(39, 44, 61, 0.6);
    background-color: rgb(183, 225, 255);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left bottom;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

.chat-checkbox {
    float: left;
    margin-left: 10px;
}

.chat-bubble.sms-in {
    text-align: left;
    border-color: rgb(198, 198, 198);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
    background-color: rgb(241, 241, 241);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left bottom;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

.chat-bubble .chat-message {
    float: left;
    width: 91%;
}
.chat-bubble .chat-time {
    float: right;
    text-align:right;
    font-size:12px;
}

.chat-bubble:before {
    background: url(../images/1.2/speech-arrow-local.png) no-repeat;
    content: "";
    height: 17px;
    width: 12px;
    position: absolute;
    left: auto; right: -12px; bottom: 1px;
}

.chat-bubble.sms-in:before {
    background-image: url(../images/1.2/speech-arrow-remote.png);
    left: -12px;
}

#sms-delete-floater {
    display: none;
    position:fixed;
    bottom:0px;
    left:10%;
    cursor:pointer;
    background-color: white;
    font-size:0.8rem;
    padding: 10px;
    border-style: solid;
    border-color: #dddddd;
    border-width: 1px 1px 0px 1px;
    text-align: center;
}

#sms-delete-floater input[type=submit] {
    margin-top: 10px;
}


/* Foundation Icon Stuff */

.step {
    display: inline-block;
    line-height: 1;
    width: 10%;
}

.fi-social-facebook,
.fi-social-twitter,
.fi-social-google-plus,
.fi-social-yelp { color:white; }

.fi-social-facebook:hover { color:#3b5998; }
.fi-social-twitter:hover { color:#326ada; }
.fi-social-google-plus:hover { color:#d62d20; }
.fi-social-yelp:hover { color:#c41200; }

.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-36 { font-size: 36px; }
.size-48 { font-size: 48px; }
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }

div#testimonials {
    margin-top:2em;
}

div#testimonials hr {
    display:block;
    margin:0;
}

div#testimonials h3 {
    margin-top:2rem;
    margin-bottom:2rem;
}

div#testimonials div.ttmattrib {
    color:#9f58b1;
    font-weight:bold;
    text-align:right;
    margin-top:1rem;
}

div#testimonials div.ttmgroup {
    margin-top:2rem;
    margin-bottom:2rem;
}

#lpage_features img.lpage_image {
    width:100%;
}

#lpage_features h3 {
    margin-top:1em;
}

#lpage_features div.lpage_bodytext {
    font-size:1.3em;
    margin-top:1em;
}

#lpage_features div.lpage_bodytext {
    font-size:1.3em;
}

#lpage_features div.lpage_form_outline_outer {
    border-color:#fda04c;
    border-style:solid;
    border-width:30px 5px 5px 12px;
    padding:0.8em;
    border-radius:60px 35px 10px 24px;
    -webkit-border-radius:60px 35px 10px 24px;
    -moz-border-radius:60px 35px 10px 24px;
    margin-top:1em;
}

#lpage_features div.lpage_form_headtext {
    color:#256e87;
    font-weight:bold;
    font-size:2.5em;
}

#lpage_features form#featureform input[type=text] {
    border-radius:8px 8px 30px 8px;
    -webkit-border-radius:8px 8px 30px 8px;
    -moz-border-radius:8px 8px 30px 8px;
    border-width:4px;
}
#lpage_features form#featureform .button {
    background-color:#c93f54;
    border-radius:8px 8px 30px 8px;
    box-shadow:inset 2px -2px 10px rgba(0,0,0,0.5);
}
#lpage_features form#featureform .buttontext {
    font-size:4em;
    color:white;
    font-weight:bold;
    text-shadow:0 2px 2px 2px rgba(0, 0, 0,0.4);
}

/** HACK for icon-bar > item > label failure on IE **/
.icon-bar .item span.label2 {
    font-size: 0.875rem;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0px;
}

div#press-logos {
    margin-top:5rem;
    background-color:#eee;
    padding-bottom:3rem;
}

div#press-logos h1 {
    margin-top:2rem;
    color:#919191;
}

div#press blockquote {
    font-weight: bold;
}

div.business-images img {
    height:100px;
    max-height:100px;
    padding:0 20px 2rem 20px;

}

.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

div#signup {
    clear:both;
    margin:60px auto 20px auto;
}

img#icon-bbb {
    height:35px;
    width:25px;
    background: url(/img/icon-bbb-sprite2.png) 0 0;
    margin-top:-22px;
    margin-left:4px;
}

img#icon-bbb:hover {
    background: url(/img/icon-bbb-sprite2.png) -25px 0;
}

.lnpmessage {
    display:none;
    border:1px solid #ccc;
    background-color:#eee;
}

input#lnpdid:valid, input#smssend_recipient:valid, #portnumberdata input:valid, #form_tfa_verify input:valid {
    color:#090;
}

input#lnpdid:invalid, input#smssend_recipient:invalid, #portnumberdata input:invalid, #form_tfa_verify input:invalid {
    color:#f00;
}

#lnpresponse {
    font-size:2.0rem; margin-top:0;
}

#portnumberdata button:disabled {
    background-color:silver;
}

#portnumberaccordion li div.content.active {
    border:1px solid gray;
    margin-bottom:1rem;
    max-height:200vh;
}

#portnumberaccordion li a.panelhead {
    font-size:1.5rem;
    font-weight:bold;
    background-color:#246e86;
    text-decoration:none;
    margin-bottom:1rem;
}

#portnumberaccordion li a {
    color:white;
}

#carrier_descr a {
    text-decoration:underline;
    font-weight:bold;
}

#accnumber_help, #pin_help {
    font-size:0.7em;
    border:1px solid #cccccc;
    background-color:#eeeeff;
    text-align:center;
}

#portnumberaccordion li > div > div.row:not(:last-child) {
    margin-bottom:1.5rem;
}

#portnumberaccordion button {
    margin-bottom:0;
}

/* Animate Accordion */
.accordion {
  margin-left: 0;
  margin-bottom: 2rem;
}
.accordion .accordion-navigation {
  -moz-transition: ease 0.4s all;
  -o-transition: ease 0.4s all;
  -webkit-transition: ease 0.4s all;
  transition: ease 0.4s all;
  background-color: rgba(255, 255, 255, 0.5);
}
.accordion .accordion-navigation.active {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}
.accordion .accordion-navigation > a {
  -moz-transition: ease 0.4s all;
  -o-transition: ease 0.4s all;
  -webkit-transition: ease 0.4s all;
  transition: ease 0.4s all;
  background: transparent;
}
.accordion .accordion-navigation > .content {
  display: block;
  max-height: 0;
  overflow-y: auto;
  padding: 0 1rem;
  -moz-transition: ease 0.4s all;
  -o-transition: ease 0.4s all;
  -webkit-transition: ease 0.4s all;
  transition: ease 0.4s all;
}
.accordion .accordion-navigation > .content.active {
  max-height: 60vh;
  padding: 1rem;
  -moz-transition: ease 0.4s all;
  -o-transition: ease 0.4s all;
  -webkit-transition: ease 0.4s all;
  transition: ease 0.4s all;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  background: transparent;
}

i.td-spinner {
    display:inline-block;
    border: 0.5em solid #f3f3f3; /* Light grey */
    border-top: 0.5em solid #3498db; /* Blue */
    border-radius: 50%;
    width: 1em;
    height: 1em;
    animation: spin 2s linear infinite;
    -webkit-animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

#portnumbersuccess {
    border:1px solid gray;
    background-color:lightgreen;
    padding:1em;
}

#portnumbersuccess h2 {
    color: green;
    font-weight:bold;
}

#finalportnum {
    font-weight:bold;
    text-decoration:underline;
}

.bg-orange {
    background-color: #fda04c;
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    box-shadow: -25px 0 20px -35px rgba(0, 0, 0, 1) inset;

}

.codeblock {
    background-color:#f8f8f8;
    font-family: monospace;
}

table#ivr_extensions {
    width:100%;
}
table#ivr_extensions tr input[type="number"] {
    margin:0;
    width:5rem;
}
table#ivr_extensions tr td.ivr_extension {
    vertical-align: top;
}
table#ivr_extensions tr td.ivr_action input.intlNumInput {
    width:10rem;
}

div.ivr_action_box {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    -ms-box-orient: horizontal;
}

table.invoice th:first-child,
table.invoice td:first-child
{
    padding-left: 1rem;
}

table.invoice th:last-child,
table.invoice td:last-child
{
    padding-right: 1rem;
}
.currency {
    text-align: right;
}

div.blockbox {
    padding:10px;
    border:2px solid #cccccc;
    background-color:#f8f8f8;
}

div.blockbox:hover {
    border-color:#fda04c;
}

div.blockbox div.name {
    font-size:1.3em;
}

div.blockbox div.price {
    font-size:1.2em;
    font-weight:bold;
    color:#246e86;
    text-align:center;
}

div#blockCheckoutModal table.invoice {
    width:100%;
}
div#blockCheckoutModal table.invoice thead tr {
    background-color:#fda04c;
}

div#blockCheckoutModal table.invoice thead tr th {
    color:white;
}

div#blockCheckoutModal table.invoice tr th:nth-child(2),
div#blockCheckoutModal table.invoice tr td:nth-child(2)
{
    text-align:right;
}

/** Small Only  **/
@media only screen and (max-width: 40em) {
    div#splash-features-buttons {
        transform: scale(0.7);
        margin-bottom: 2em;
    }
    div#mainfp div#splash-features-title > h1 { font-size:4.0vw; }
    div#mainfp div#splash-features-title > h2 { font-size:2.0vw; }
    div#mainfp div#splash-features-title { top: 15%; }
}

div#paidstampbox {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position:absolute;
  top:0;
  right:0;
}

div#paidstamp {
  border-width: 2px 0 2px 0;
  border-color: red;
  border-style: solid;
  font-size:2rem;
  color: red;
  text-align: center;
  width:200px;
  transform: rotate(45deg) translateX(20px) translateY(25px);
}

div#logo-print {
    width: 40%;
}

@media print {
  #zohohc-asap-web-helper,
  div.alert-box { display: none; visibility: hidden; }

  /* https://stackoverflow.com/questions/21657445/foundation-5-and-page-printing */
 .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }
}

div#appdl h1,
div#appdl h4 {
    color:white;
}

div#appdlsplash {
    padding-top:3rem;
    padding-bottom:3rem;
    background-image:url("/img/td-app-background.jpg");
    background-position: right 0px bottom 0px;
    background-size:cover;
    -webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    width:auto;
    height:100%;
    margin-bottom:2rem;
}

img#appscreen {
    width:50%;
}

div#appdl div#calltoaction {
    margin-top:2rem;
}

table#callrecords tbody tr td {
    white-space:nowrap;
}

div#callrecords_length select {
    float:left;
}

select.intlrates,
.intlrates .selectize-input,
.intlrates .selectize-input input,
.intlrates .option,
.intlrates .selectisze-input .items
{
    font-size:2rem;
    height:100%;
    line-height:2.2rem;
}

table.pricingIntlRates {
    width:100%;
}

.porting-features h3 {
    color:#9f58b1;
    text-align:center;
}

.porting-features h5 {
    text-align:center;
}

.xdsoft_disabled, .xdsoft_weekend {
    background-color: white;
}

td.xdsoft_date:not(.xdsoft_disabled):not(.xdsoft_weekend) div {
    background-color: #00cc00;
    color:white;
}
