﻿body {
    background-color: #333;
    color: #333;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial;
    font-size: 62.5%;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, 
tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, 
output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    display: block;
}
input {
    line-height: normal;
}
h3 {
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
ul, ol, dl {
    margin-bottom: 12px;
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 2.4rem;
    line-height: 24px;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    border: 0 none;
    font: inherit;
    line-height: normal;
    background-color: transparent;
}

input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] {
    padding: 1px 0px;
}
p {
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 2.4rem;
    line-height: 24px;
    margin-bottom: 12px;
}
b, strong {
    font-weight: 700;
}
a {
    background: 0 0;
}
a {
    color: #8dc63f;
    text-decoration: underline;
}
.globalContent {
    background-color: #e3e3e3;
    padding: 20px 0;
}

.wrapper {
    margin: 0 auto;
    position: relative;
}
.wrapper.x-med {
    width: 720px;
}

.BizvuLogoTagline {
    overflow: hidden;
    display: block;
    text-indent: -9999px;
}
.BizvuLogoTagline {
    width: 232px;
    height: 232px;
    background: url(../img/BizVuLogo_blackOrange_200.png) no-repeat;
    margin: 40px 0px 20px 0px;
}

.shortenLink {
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 3px solid #e6e6e6;
}
.shortenLink .-title {
    font-size: 3rem;
    font-size: 30px;
    text-align: center;
    padding-top: 40px;
}
.shortenUrlForm {
    width: 520px;
    margin: 20px auto 30px;
    position: relative;
}
.shortenUrlForm dd {
    margin-left: 0;
}
.shortenUrlForm .-link {
    background-color: #f5f5f5;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 17px 15px;
    border: 1px solid #dfdfdf;
    width: 400px;
    font-size: 1.8rem;
    font-size: 18px;
    min-height: 24px;
}

.shortenUrlForm .-action {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #ff9600;
    width: 120px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 1.8rem;
    font-size: 18px;
    color: #fff;
    padding: 18px 0;
    -webkit-transition: background-color .1s linear;
    -moz-transition: background-color .1s linear;
    -o-transition: background-color .1s linear;
    transition: background-color .1s linear;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.3);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.3);
    box-shadow: inset 0 -1px 0 0 rgba(255,255,255,.3);
}

.hsProCTA {
    width: 415px;
    text-align: center;
    margin: 40px auto;
    color: #595959;
}

.shortenUrlForm.x-success .-link {
    border-color: #ff9600;
    width: 100%;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.globalFooter {
    background-color: #333;
    color: #ccc;
    border-top: 5px solid #ff9600;
    padding-top: 30px;
    font-size: 1.2rem;
    font-size: 12px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
}

.wrapper.x-lrg {
    width: 960px;
}

.wrapper {
    margin: 0 auto;
    position: relative;
}

.globalFooter .-copyright {
    float: right;
    width:300px;
    font-size:14px;
    font-family: sans-serif;
}

.globalFooter a {
    color: #ccc;
    text-decoration: underline;
    display:inline;
}

.globalFooter .-smallPrint {
    float: left;
}