html {
    background-color: #fff;
    overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6, button, input, select, textarea, body {
    font-family: Arial, Helvetica, sans-serif;
}

/* Webkit, Blink, Edge */
::-webkit-input-placeholder {
    font-family: Arial, Helvetica, sans-serif;
}
/* Firefox 4-18 */
:-moz-placeholder {
    font-family: Arial, Helvetica, sans-serif;
}
/* Firefox 19+ */
::-moz-placeholder {
    font-family: Arial, Helvetica, sans-serif;
}
/* IE 10-11 */
:-ms-input-placeholder {
    font-family: Arial, Helvetica, sans-serif;
}
input:placeholder-shown {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    font-size: 14px;
    line-height: normal;
    color: #666;
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    color: #3987a7;
    font-weight: bold;
}

h1 {
    font-family: Quattrocento Sans, Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: normal;
    margin: 0px 0px 21px 0px;
}

ul {
    list-style-type: disc;
    padding-left: 40px;
}

table {
    border-collapse: separate;
    border-spacing: 2px;
}

table h2 {
    margin: 0 0 10px 0;
    padding: 0;
}

tbody, tr, td, th {
    vertical-align: inherit;
    border-color: inherit;
}

#body {
    padding: 20px 48px;
}

#page-wrapper {
    width: 900px;
    margin: 0px auto;
}

.template {
    position: relative;
    margin-top: 30px;
}

.template .active {
    color: #3987a7;
}

.template .content {
    width: 852px;
    padding: 36px 24px 36px 24px;
}

.border {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.border .top-left {
    background-image: url("../img/no-repeat-sprite.png");
    background-position: 0px 0px;
    width: 50px;
    height: 39px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -19px;
    margin-left: -30px;
    z-index: -1;
}

.border .top {
    background-image: url("../img/horizontal-sprite.png");
    background-position: 0px 0px;
    width: 100%;
    height: 20px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    margin-top: -19px;
    z-index: -2;
}

.border .top-right {
    background-image: url("../img/no-repeat-sprite.png");
    background-position: -51px 0px;
    width: 39px;
    height: 39px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -19px;
    margin-right: -19px;
    z-index: -1;
}

.border .left {
    background-image: url("../img/vertical-sprite.png");
    background-position: 0px 0px;
    width: 31px;
    height: 100%;
    background-repeat: repeat-y;
    position: absolute;
    left: 0;
    margin-left: -30px;
    z-index: -2;
}

.border .right {
    background-image: url("../img/vertical-sprite.png");
    background-position: -32px 0px;
    width: 20px;
    height: 100%;
    background-repeat: repeat-y;
    position: absolute;
    right: 0;
    margin-right: -19px;
    z-index: -2;
}

.border .bottom-left {
    background-image: url("../img/no-repeat-sprite.png");
    background-position: 0px -40px;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-left: -30px;
    margin-bottom: -30px;
    z-index: -1;
}

.border .bottom {
    background-image: url("../img/horizontal-sprite.png");
    background-position: 0px -21px;
    width: 100%;
    height: 31px;
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    margin-bottom: -30px;
    z-index: -2;
}

.border .bottom-right {
    background-image: url("../img/no-repeat-sprite.png");
    background-position: -51px -40px;
    width: 39px;
    height: 50px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -30px;
    margin-right: -19px;
    z-index: -1;
}

/* must be a class, because its included twice in /xpress */
.page-specifications td {
    padding: 5px;
    vertical-align: middle;
}

#page-datasheet td {
    vertical-align: top;
}

#page-datasheet td:first-child {
    width: 110px;
}

.two-cols {
    float: left;
    margin-top: -25px;
    width: 38%;
}

.bluerow {
    background-color: #dbedf4;
}

.hr {
    background-image: url("../img/horizontal-sprite.png");
    background-position: 0px -53px;
    width: 898px;
    height: 10px;
    background-repeat: repeat-x;
    margin-top: 28px;
    margin-left: -23px;
}

.clearfix:before,
.clearfix:after {
    display: table;
    clear: both;
    content: " ";
}
.clearfix {
    *width: 100%;
    *height: 0px;
}

.containfloat {
    overflow: hidden;
    zoom: 1;
    display: block;
}

h2 {
    margin: 25px 0 10px;
}

ul li h2 {
    margin: 15px 0 10px;
}

.jump h2 {
    float: left;
    font-size: 16px;
    margin-top: 0px;
}

.jump a {
    float: right;
    font-size: 12px;
    padding: 0px;
}

p {
    margin-bottom: 25px;
}

p.last {
    margin-bottom: 0px;
}

.tagline {
    background: url("../img/tagline.png") no-repeat center 100%;
    background-size: 237px 23px;
    width: 237px;
    height: 23px;
    float: right;
    margin-top: 20px;
    margin-right: 1px;
    text-indent: -999px;
    overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 1.5dppx),
       only screen and (min-resolution: 144dpi) {
    .tagline {
        background-image: url("../img/tagline-x2.png");
    }
}

.navigation {
    float: right;
    margin-top: 20px;
    text-align: right;
    width: 650px;
}

.navigation a {
    color: #666;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 16px;
    font-weight: lighter;
    font-family: Quattrocento Sans, Arial, Helvetica, sans-serif;
}

.navigation a:hover, .navigation a.selected {
    color: #3987a7;
    text-decoration: none;
    text-transform: lowercase;
}


.navigation img {
    vertical-align: middle;
    padding: 0 10px 5px 10px;
}

.navigation .lastitem {
    padding-right: 0;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #3987a7;
    text-decoration: none;
}

.section-one {
    width: 58.7%;
    float: left;
    padding-bottom: 25px;
}

.section-one .tab-links {
    color: #666;
    font-size: 18px;
}

.section-one .tab-links a {
    color: #333;
    font-size: 16px;
}

.section-one .tab-links a.active {
    color: #3987a7;
}

.section-one .tab-text {
    margin-top: 25px;
}

.section-two {
    width: 34.9%;
    float: right;
    position: relative;
    padding-left: 30px;
}

.section-two h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 25px 0;
    padding-left: 25px;
    color: #3987a7;
}

#template-page-split .section-one,
#template-page-split .section-two {
    padding-top: 25px;
}

#template-page-split .sidebar {
    padding-top: 2px;
}

.vr {
    background-image: url("../img/vertical-sprite.png");
    background-position: -53px 0px;
    width: 9px;
    height: 100%;
    background-repeat: repeat-y;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.vr-end {
    background-image: url("../img/no-repeat-sprite.png");
    background-position: -91px 0px;
    width: 9px;
    height: 49px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-two .cpr {
    display: none;
    background-image: url("../img/mic.png");
    background-repeat: no-repeat;
    min-height: 25px;
    padding-left: 25px;
    margin-bottom: 15px;
}

.no-js .section-two .cpr.nojs {
    display: block;
}

.section-two .cpr div {
    font-size: 11px;
    color: #333;
    font-weight: 700;
    margin-top: 10px;
}

.section-two .listitemVideo {
    display: block;
    background-image: url("../img/video-digitalmedia-blue-icon.png");
    background-repeat: no-repeat;
    min-height: 25px;
    padding: 0 0 0 30px;
}

.section-two .listitemVideo span {
    font-size: 11px;
    color: #333;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

.section-two .listitemPdf {
    display: block;
    background-image: url("../img/pdf-digitalmedia-blue-icon.png");
    background-repeat: no-repeat;
    min-height: 25px;
    padding: 0 0 0 30px;
}

.section-two .listitemPdf span {
    font-size: 11px;
    color: #333;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}

#inthepress-text {
    position: relative;
}

#inthepress-text .next-button {
    position: absolute;
    bottom: 0px;
    right: 30px;
}

.no-js #inthepress-text .next-button {
    display: none;
}

#promos {
    margin-top: 30px;
    margin-left: -8px;
    white-space: nowrap;
}

#promos a {
    margin-left: 20px;
    text-indent: -999px;
    overflow: hidden;
}

#promos a:first-child {
    margin-left: 0;
}

#promos .promo-tradeoffs {
    background: url("../images/tradeoffs-promo.png") no-repeat center 100%;
    background-size: 290px 152px;
    width: 290px;
    height: 152px;
    display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 1.5dppx),
       only screen and (min-resolution: 144dpi) {
    #promos .promo-tradeoffs {
        background-image: url("../images/tradeoffs-promo-x2.png");
    }
}

#promos .promo-whydram {
    background: url("../images/whydram-promo.png") no-repeat center 100%;
    background-size: 290px 152px;
    width: 290px;
    height: 152px;
    display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 1.5dppx),
       only screen and (min-resolution: 144dpi) {
    #promos .promo-whydram {
        background-image: url("../images/whydram-promo-x2.png");
    }
}

#promos .promo-device {
    background: url("../images/device-promo.png") no-repeat center 100%;
    background-size: 290px 152px;
    width: 290px;
    height: 152px;
    display: inline-block;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 1.5dppx),
       only screen and (min-resolution: 144dpi) {
    #promos .promo-device {
        background-image: url("../images/device-promo-x2.png");
    }
}

#footer {
    margin-top: 60px;
}

#footer.home {
    margin-top: 30px;
}

#footer a {
    padding: 0 10px;
    text-transform: lowercase;
}

/* For now, the footer sitemap is disabled */
#footer .sitemap {
    display: none;
}

#footer.home .sitemap {
    display: none;
}

#footer .sitemap {
    font-size: 11px;
    text-align: center;
    padding-bottom: 16px;
}

#footer .legal {
    border-top: 1px solid #3987a7;
    padding-top: 10px;
    font-size: 14px;
}

#footer .legal .left {
    float: left;
}

#footer .legal .right {
    float: right;
}

/* testimonials
----------------------------------------------------------------------------- */
.testimonials-box {
    position: relative;
    background-color: #aaa;
    height: 350px;
    width: 100%;
}

.no-js .testimonials-box {
    height: auto;
}

.testimonial {
    /*background-image: url("../img/client.png");*/
    display: none;
    background-color: #aaa;
}

.no-js .testimonial.nojs {
    padding: 20px 0px 20px 175px;
    display: block;
}

.testimonial.text {
    width: 500px;
    font-size: 20px;
    color: #fff;
}

.testimonial.image {
}

/* quote text */
.testimonial.text p {
    margin: 0 0 0 0;
}

/* author */
.testimonial.text div {
    font-size: 12px;
    font-weight: bold;
    margin-top: 12px;
}

.testimonial .registered{
    font-size: 50%;
    line-height: 16px;
    padding: 0px 0px 0px 0px;
    vertical-align: text-top;
}

.testimonial .trademark{
    font-weight: normal;
    color: #fff;
    font-size: 75%;
    line-height: 13px;
    padding: 0px 0px 0px 0px;
    vertical-align: text-top;
    display: inline;
    margin: 0px;
}

#page-testimonials .next-button {
    position: absolute;
    top: -41px;
    right: 3px;
}

.no-js #page-testimonials .next-button {
    display: none;
}

.next-button {
    font-size: 12px;
}

.next-button img {
    margin-left: 3px;
    margin-bottom: 2px;
}

.floatleft h1 {
    float: left;
}

#logo a {
    background-image: url("../img/logo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90px 90px;
    width: 90px;
    height: 90px;
    display: block;
    float: left;
    text-indent: -999px;
    overflow: hidden;

    /* Account for 3px border around logo image */
    margin-left: -3px;
    margin-top: -3px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 1.5dppx),
       only screen and (min-resolution: 144dpi) {
    #logo a {
        background-image: url("../img/logo-x2.png");
    }
}

.svg #logo a {
    background-image: url("../img/logo.svg");
}

#home-animation {
    height: 344px;
    position: relative;
    background-color: #aeaeae;
    z-index: -3;
}

#home-animation img {
    display: none;
    position: absolute;
}

.no-js #home-animation img.nojs {
    display: block;
}

.nested {
    margin-left: 40px;
}

#articles-box {
    display: none;
}

/* front page ad
------------------------------------------------------------------------------*/
#home-animation.narrow {
    width: 65.3%;
    float: left;
}

#home-animation.narrow img {
    left: 47px;
}

#home-ad {
    width: 28%;
    float: right;
    margin: 50px 2px 0px 0px;
}

#home-ad a:hover {
    color: #3987a7;
}

#home-ad h3 a {
    color: #666;
    font-size: 18px;
    font-weight: normal;
}

#home-ad h4 {
    margin-top: 20px;
}

#home-ad h4 a {
    color: #666;
    font-size: 14px;
}

#home-ad .button {
    margin: 20px 0px 30px 0px;
}

/******************************/
/*                            */
/* registered-trademark stuff */
/*                            */
/******************************/

/*.reg-mark{
    font-size: 50%;
    margin-top: 1px;
    position: absolute;
}

.trade-mark{
    font-size: 75%;
    margin-top: 1px;
    position: absolute;
}
*/

.registered{
    /* original: font-size: 50%; */
    /* original: line-height: 11px; */
    /* original: padding: 0px 0px 0px 2px; */
    /* original: vertical-align: text-top; */
    font-size: 50%;
    line-height: 11px;
    /* position: absolute; */
    padding: 0px 0px 0px 0px;
    vertical-align: text-top;
}

.trademark {
    font-size: 75%;
    line-height: 13px;
    padding: 0px 0px 0px 0px;
    vertical-align: text-top;
}


.section-two .cpr .registered {
    font-size: 50%;
    line-height: 11px;
    padding: 0px 0px 0px 0px;
    vertical-align: text-top;
    display: inline;
    margin: 0px;
    font-weight: normal;
    color: #666;
}

.section-two .cpr .trademark {
    font-weight: normal;
    color: #666;
    font-size: 75%;
    line-height: 13px;
    padding: 0px 0px 0px 0px;
    vertical-align: text-top;
    display: inline;
    margin: 0px;
}

#split-top .content-left h2 {
    margin: 4px 0px 26px 0px;
}

#split-top .content-left {
    width: 54%;
    float: left;
}

#split-top .content-right {
    width: 45%;
    float: right;
}

#split-top .content-right img {
    padding-top: 34px;
}

#split-top .content-below {
    clear: both;
}

#split-top .content-below .download {
    float: left;
    margin-top: -2px;
}

#split-top .content-right .product-tagline {
    text-align: center;
    font-size: 24px;
    color: #3987a7;
    font-family: Quattrocento Sans, Lato, Open Sans, Century Gothic, Arial, Verdana;
}

#page-case-studies .case-study h2 {
    margin-bottom: 5px;
}

#page-case-studies .case-study h2 a {
    background-image: url("../img/pdficon_small.png");
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
    color: #3987a7;
}

#page-case-studies .case-study p {
    padding-left: 15px;
}

#page-404 {
    width: 500px;
}

#page-404 a {
    color: #3987a7;
}

#page-contact .table-contact {
    padding: 30px 0 0 0;
}

#page-contact .table-contact table {
    width: 100%;
}

#page-contact .table-contact table h2 {
    font-size: 16px;
}

#page-contact .table-contact table td {
    width: 50%;
    vertical-align: top;
}

#page-contact .table-contact table td.right {
    text-align: right;
    padding-right: 25px;
}

#page-contact .table-contact table td.left {
    text-align: left;
    padding-left: 25px;
}

#page-contact form.feedback-select {
    margin: 10px 13px 20px 13px;
}

.js #page-contact form.feedback-select input[type="submit"] {
    display: none;
}

#page-contact div.feedback-select {
    width: 98%;
    padding-left: 2%;
    padding-bottom: 10px;
}

#page-contact div.feedback-select ul {
    padding: 0 0 0 0;
    list-style-type: none;
}

#page-contact div.feedback-select ul li {
    text-align: center;
    float: left;
    width: 32%;
}

#page-contact div.feedback-select ul li.active div.arrow {
    border: 7px solid transparent;
    border-bottom-color: #3987a7;
    width: 0;
    margin: -4px auto 0 auto;
}

#page-contact div.feedback-select ul li a {
    color: #333;
    font-size: 18px;
    /*font-weight: bold;*/
}

#page-contact div.feedback-select ul li a:hover,
#page-contact div.feedback-select ul li.active a {
    color: #3987a7;
}

#page-contact .box {
    border: 1px solid #aaa;
    padding: 16px 20px;
    margin: 0 13px;
}

#page-contact div.feedback .top {
    margin-bottom: 10px;
}

#page-contact div.feedback .top h3 {
    font-size: 16px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: normal;
}

#page-contact div.feedback .top p {
    text-align: center;
    margin: 0 0 0 0;
}

#page-contact .feedback .errors {
    padding-bottom: 20px;
}

#page-contact .feedback .errors h4 {
    color: #ee2d2d;
}

#page-contact div.feedback form ul {
    list-style-type: none;
    padding: 0;
}

#page-contact div.feedback form ul li {
    padding-bottom: 10px;
}

#page-contact div.feedback form label {
    display: block;
    padding: 0 0 3px 0;
    font-size: 14px;
    font-weight: normal;
}

#page-contact div.feedback form input[type="text"],
#page-contact div.feedback form input[type="email"],
#page-contact div.feedback form textarea {
    width: 365px;
}

#page-contact div.feedback form .custom-select {
    width: 377px;
}

#page-contact div.feedback form input[type="text"],
#page-contact div.feedback form input[type="email"],
#page-contact div.feedback form textarea,
#page-contact div.feedback form .custom-select select {
    color: #333;
    border: 1px solid #aaa;
    padding: 3px 5px 3px 5px;
    font-size: 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#page-contact div.feedback form input[type="submit"] {
    width: auto;
    text-align: center;
    cursor: default;
    padding: 3px 8px;
    color: #333;
    font-size: 14px;
    background-color: #f1f1f1;
    border: 1px solid #969696;
}

#page-contact div.feedback form input[type="submit"]:hover {
    border-color: #606060;
}

#page-contact div.feedback form input[type="submit"]:active,
#page-contact div.feedback form input[type="submit"]:focus {
    outline: 1px solid #606060;
}

#page-contact div.feedback form textarea {
    height: 130px;
    resize: none;
}

.custom-select::after {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #666;
    margin-top: -3px;
}

#page-contact div.feedback form ul li span {
    float: right;
    padding-top: 5px;
    font-size: 12px;
}

#page-contact div.feedback form .bottom {
    margin-top: 10px;
    text-align: center;
}

#page-contact div.feedback form .bottom p {
    margin-bottom: 14px;
    font-size: 13px;
}

#page-contact div.feedback form .bottom p a {
    color: #3987a7;
}

#page-contact-thank-you a {
    color: #3987a7;
}

#page-contact-thank-you ul li {
    margin-bottom: 4px;
}

#page-contact-thank-you .disclaimer {
    margin-top: 80px;
    font-size: 13px;
    font-style: italic;
}
