@media screen {
    header {
        margin: 15px 0 15px 0
    }

    header img {
        max-width: 100%;
        width: auto;
        height: auto
    }

    header h1 {
        margin: 0;
        background-image: url(../img/logo.png);
        height: 192px;
        background-position: top center;
        background-repeat: no-repeat
    }

    header h1 span {
        display: none;
        visibility: hidden
    }
}

.b {
    font-weight: 700
}

.i {
    font-style: italic
}

#content .center, .center {
    text-align: center
}

.clear {
    clear: both
}

.small {
    font-size: 78%
}

.big {
    font-size: 122%
}

.indent {
    width: 15em;
    float: left
}

.error {
    color: #9d261d
}

img {
    border: 0
}

.highlight {
    color: #9EC6DD;
    font-weight: 700
}

.spacer {
    height: 49px;
    clear: both
}

.carousel-inner {
    border: 1px solid #222
}

#splash {
    padding: 17px 0
}

#splash > p {
    letter-spacing: 1px;
    text-align: justify;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 28px;
    line-height: 40px;
    font-style: italic;
    color: #9EC6DD;
    margin: 0
}

#splash > p .highlight {
    color: #65a5c9;
    font-weight: 700
}

#content h2 {
    font-weight: 100;
    color: #3b80a7
}

#content h3 {
    color: #000
}

#content p {
    text-align: justify
}

ul.arctic li {
    list-style-image: url(../img/fox_bullet.png);
    margin-bottom: .6em
}

#sidebar h3 {
    font-family: "Open Sans";
    color: #9DC5DC;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    margin-left: 20px;
}

#sidebar p p {
    text-align: justify
}

#sidebar a, #sidebar a:visited {
    color: #347194
}

#twitter-tweets {
    position: relative;
    margin-top: 10px;
    margin-left: 14px
}

#twitter-tweets .simple-box {
    background-color: #d7e7f1;
    padding: 9px 13px;
    margin: 9px 0;
    text-align: justify;
    line-height: 130%;
    font-size: 105%;
    font-style: italic
}

#twitter-tweets .date {
    font-size: x-small;
    color: #fff;
    font-size: normal
}

#twitter-tweets .bird {
    display: block;
    position: absolute;
    top: -10px;
    left: -14px;
    background-image: url(../img/twitter/bird_32_blue.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 32px
}

#blog-recent li {
    margin-bottom: .6em
}

nav.links {
    font-size: 91%
}

ul.customers {
    padding-left: 10px;
    margin: 0;
    list-style: none
}

ul.customers li {
    float: left;
    height: 120px;
    width: 170px;
    text-align: center;
    font-size: 82%;
    line-height: 14px;
    padding: 8px 0
}

ul.customers .customers a:hover, ul.customers a:active {
    text-decoration: none !important
}

ul.customers + * {
    clear: left
}

.testimonial {
    text-align: center
}

.testimonial .quote {
    font-size: 15px;
    line-height: 20px;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 0 13px 9px 13px
}

.testimonial .author, .testimonial .company {
    font-size: 82%;
    line-height: 14px
}

@media print {
    #content a, a {
        text-decoration: underline
    }

    #content center, .center {
        text-align: center
    }

    .clear {
        clear: both
    }

    .small {
        font-size: 78%
    }

    .indent {
        width: 15em;
        float: left
    }

    .error {
        color: red
    }

    img {
        border: 0
    }

    .highlight {
        font-weight: 700
    }

    #sidebar, nav#menu, nav#submenu, nav.links {
        display: none
    }

    header h1 a {
        text-decoration: none !important;
        color: #3b80a7 !important
    }
}

table.features {
    border-spacing: 0
}

table.features th {
    font-size: 108%;
    font-weight: 600;
    color: #3b80a7;
    text-align: center;
    text-transform: uppercase
}

table.features th.func {
    text-align: left
}

table.features .yes {
    width: 90px;
    height: 24px;
    background: url(../img/check.png) no-repeat;
    background-position: center center
}

table.features .yes span {
    display: none
}

table.features .number, table.features .text {
    text-align: center
}

table.features .text {
    font-size: 82%
}

table.features .coleven {
    background-color: #eaf2f7
}

table.features .group {
    font-weight: 700;
    font-size: 112%;
    color: #65a5c9
}

table.features td {
    padding-top: 7px;
    padding-bottom: 7px
}

table.features .first td, table.features .group td {
    border-top: 1px solid #000
}

table.features .last td {
    border-bottom: 1px solid #000
}

table.features .itm-collapsed, table.features .itm-expanded {
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: left center
}

table.features .itm-collapsed {
    background-image: url(../img/expand.png)
}

table.features .itm-expanded {
    background-image: url(../img/collapse.png)
}

table.features .collapsed td, table.features .expanded td {
    cursor: pointer
}

@media print {
    .itm-collapsed, .itm-expanded {
        background: 0 0 !important
    }

    .yes span {
        display: inline !important
    }

    table.features tr {
        display: table-row !important
    }
}

#faq .question {
    cursor: pointer;
    font-weight: 700;
    color: #65a5c9
}

#faq .answer {
    padding: 1px 10px;
    background-color: #fcfdfe
}

#faq .answer p {
    margin-top: 9px
}

@media print {
    #faq .answer {
        display: block !important
    }
}