span.amp {
    font-family: Baskerville, Palatino, "Book Antiqua", Georgia, 'serif';
    font-style: italic;
}

.error::-webkit-input-placeholder {
    color: #f00;
}

.error:-moz-placeholder {
    color: #f00;
}

*::-moz-selection {
    background: #ffffe0;
}

*::-webkit-selection {
    background: #ffffe0;
}

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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    line-height: 1;
    color: #000;
    background: #fff;
}

ol,
ul {
    list-style: none;
    min-height: fit-content;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

a img {
    border: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    display: block;
}

li,
p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    color: #0692ea;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #046dae;
}

body {
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
    color: #333;
    background: #f2f2f2;
    overflow-y: scroll;
    background: #26333b;
}

input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form ul.fields {
    width: 480px;
}

form ul.fields li.field {
    border-top: 1px solid #fff;
    /* zoom: 1; */
    padding: 1em 0;
}

form ul.fields li.field:before,
form ul.fields li.field:after {
    content: "";
    display: table;
}

form ul.fields li.field:after {
    clear: both;
}

form ul.fields li.field label {
    width: 160px;
    float: left;
    line-height: 2em;
}

form ul.fields li.field input {
    width: 320px;
    float: left;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: #333;
    line-height: 21px;
    padding: 3.5px 4.2px;
}

.header.site {
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    background: #222d34 url("../i/svg/header-site-bg.svg");
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2a3841), color-stop(0.5, #26333b), color-stop(0.5, #202b31), color-stop(1, #2a3841));
    background: -webkit-linear-gradient(top, #2a3841 0%, #26333b 50%, #202b31 50%, #2a3841 100%);
    background: -moz-linear-gradient(top, #2a3841 0%, #26333b 50%, #202b31 50%, #2a3841 100%);
    background: linear-gradient(top, #2a3841 0%, #26333b 50%, #202b31 50%, #2a3841 100%);
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 0 10em;
    /* -moz-box-shadow: rgba(0, 0, 0, 0.75) 0 0 10em; */
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 10em;
    margin-bottom: 2em;
}

.header.site .nav {
    width: 960px;
    margin: 0 auto;
    /* zoom: 1; */
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    border-left: 1px solid rgba(255, 255, 255, 0.07);
}

.header.site .nav:before,
.header.site .nav:after {
    content: "";
    display: table;
}

.header.site .nav:after {
    clear: both;
}

.header.site .nav ul {
    /* zoom: 1; */
}

.header.site .nav ul:before,
.header.site .nav ul:after {
    content: "";
    display: table;
}

.header.site .nav ul:after {
    clear: both;
}

.header.site .nav ul li {
    width: 160px;
    float: left;
    border-right: 1px solid rgba(0, 0, 0, 0.40);
}

.header.site .nav ul li.branding {
    width: 320px;
    float: left;
    border-left: 1px solid rgba(0, 0, 0, 0.40);
}

.header.site .nav ul li.branding a {
    text-align: left;
}

.header.site .nav ul li a {
    display: block;
    line-height: 3em;
    padding: 0 1em;
    font-weight: bold;
    color: #333;
    text-shadow: #000 0 1px 0, rgba(0, 0, 0, 0.25) 0 0 1em;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    border-left: 1px solid rgba(255, 255, 255, 0.07);
    color: #ddd;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.header.site .nav ul li a:hover {
    color: #fff;
    background: #2e3e47 url("../i/svg/header-site-a-hover.svg");
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #384b56), color-stop(0.5, #344650), color-stop(0.5, #2e3e47), color-stop(1, #384b56));
    background: -webkit-linear-gradient(top, #384b56 0%, #344650 50%, #2e3e47 50%, #384b56 100%);
    background: -moz-linear-gradient(top, #384b56 0%, #344650 50%, #2e3e47 50%, #384b56 100%);
    background: linear-gradient(top, #384b56 0%, #344650 50%, #2e3e47 50%, #384b56 100%);
}

.header.site .nav ul li a:active {
    background: #171717 url("../i/svg/header-site-a-active.svg");
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0f0f0f), color-stop(1, #1e1e1e));
    background: -webkit-linear-gradient(top, #0f0f0f 0%, #1e1e1e 100%);
    background: -moz-linear-gradient(top, #0f0f0f 0%, #1e1e1e 100%);
    background: linear-gradient(top, #0f0f0f 0%, #1e1e1e 100%);
    color: #888;
    text-shadow: rgba(255, 255, 255, 0.10) 0 -1px 0;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.50) 0 0 .5em;
    /* -moz-box-shadow: inset rgba(0, 0, 0, 0.50) 0 0 .5em; */
    box-shadow: inset rgba(0, 0, 0, 0.50) 0 0 .5em;
}

.subheader .nav {
    width: 960px;
    margin: 0 auto;
    /* zoom: 1; */
    -webkit-font-smoothing: antialiased;
}

.subheader .nav:before,
.subheader .nav:after {
    content: "";
    display: table;
}

.subheader .nav:after {
    clear: both;
}

.subheader .nav .product {
    width: 320px;
    float: left;
}

.subheader .nav .product a {
    display: block;
    position: relative;
    font-size: 1.25em;
    line-height: 42px;
    padding: 0 4.2px;
    color: #ddd;
    text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
}

.subheader .nav .product a img {
    position: absolute;
    top: 9px;
    left: .5em;
    display: block;
    z-index: 100;
    width: 24px;
}

.subheader .nav .product a .name {
    padding-left: 36.6px;
}

.subheader .nav ul {
    width: 640px;
    float: left;
    /* zoom: 1; */
}

.subheader .nav ul:before,
.subheader .nav ul:after {
    content: "";
    display: table;
}

.subheader .nav ul:after {
    clear: both;
}

.subheader .nav ul li {
    float: right;
    margin-left: 1.8em;
}

.subheader .nav ul li a {
    display: block;
    padding: 0 .3em;
    line-height: 42px;
    color: #7dbfe8;
    text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
}

.subheader .nav ul li a:hover {
    color: #fff;
}

.footer.site a {
    color: #7dbfe8;
}

.footer.site a:hover {
    color: #fff;
}

.footer.site .nav {
    width: 960px;
    margin: 0 auto;
    /* zoom: 1; */
    border: 1px solid #3c505d;
    -webkit-border-radius: 5px;
    /* -moz-border-radius: 5px; */
    border-radius: 5px;
    margin-bottom: 3em;
    color: #516b7b;
    font-size: 85%;
}

.footer.site .nav:before,
.footer.site .nav:after {
    content: "";
    display: table;
}

.footer.site .nav:after {
    clear: both;
}

.footer.site .nav ul {
    /* zoom: 1; */
}

.footer.site .nav ul:before,
.footer.site .nav ul:after {
    content: "";
    display: table;
}

.footer.site .nav ul:after {
    clear: both;
}

.footer.site .nav ul li {
    float: left;
    padding: 0 .5em;
    line-height: 3em;
    padding: 0 1em;
}

.footer.site .nav ul li.copyright {
    width: 320px;
    float: left;
}

#container {
    width: 960px;
    margin: 0 auto;
    /* zoom: 1; */
    width: 962px;
    background: #fff;
    -webkit-box-shadow: 1px solid #dbdbdb;
    /* -moz-box-shadow: 1px solid #dbdbdb; */
    box-shadow: 1px solid #dbdbdb;
    border-bottom: 1px solid #d2d2d2;
    -webkit-box-shadow: rgba(0, 0, 0, 0.30) 0 1px 3px;
    /* -moz-box-shadow: rgba(0, 0, 0, 0.30) 0 1px 3px; */
    box-shadow: rgba(0, 0, 0, 0.30) 0 1px 3px;
    -webkit-border-radius: 5px;
    /* -moz-border-radius: 5px; */
    border-radius: 5px;
    margin-bottom: 42px;
    position: relative;
}

#container:before,
#container:after {
    content: "";
    display: table;
}

#container:after {
    clear: both;
}

#container img.icon {
    display: block;
    position: absolute;
    top: -4em;
    left: 1em;
    z-index: 100;
    width: 100px;
}

#container .cta-button {
    display: block;
    float: left;
    text-align: center;
    -webkit-border-radius: 3px;
    /* -moz-border-radius: 3px; */
    border-radius: 3px;
    font-weight: bold;
    line-height: 42px;
    text-transform: uppercase;
    color: #3d505c;
    text-shadow: #fff 0 1px 0;
    cursor: pointer;
    -webkit-box-shadow: inset #fff 0 1px 0;
    /* -moz-box-shadow: inset #fff 0 1px 0; */
    box-shadow: inset #fff 0 1px 0;
    background: #f0f0f0 url("../i/svg/button-bg.svg");
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fafafa), color-stop(1, #e6e6e6));
    background: -webkit-linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
    background: linear-gradient(top, #fafafa 0%, #e6e6e6 100%);
}

#container .cta-button:hover {
    background: #dcdcdc url("../i/svg/button-bg-hover.svg");
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0f0f0), color-stop(1, #c8c8c8));
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #c8c8c8 100%);
    background: -moz-linear-gradient(top, #f0f0f0 0%, #c8c8c8 100%);
    background: linear-gradient(top, #f0f0f0 0%, #c8c8c8 100%);
}

#container .cta-button:active {
    background: #c8c8c8 url("../i/svg/button-bg-active.svg");
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dcdcdc), color-stop(1, #b4b4b4));
    background: -webkit-linear-gradient(top, #dcdcdc 0%, #b4b4b4 100%);
    background: -moz-linear-gradient(top, #dcdcdc 0%, #b4b4b4 100%);
    background: linear-gradient(top, #dcdcdc 0%, #b4b4b4 100%);
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.35) 0 0 .5em;
    /* -moz-box-shadow: inset rgba(0, 0, 0, 0.35) 0 0 .5em; */
    box-shadow: inset rgba(0, 0, 0, 0.35) 0 0 .5em;
}

#container ul.social {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 480px;
    bottom: 1.25em;
    /* zoom: 1; */
    clear: both;
    padding-right: 56px;
    width: 480px;
    height: 26px;
}

#container ul.social:before,
#container ul.social:after {
    content: "";
    display: table;
}

#container ul.social:after {
    clear: both;
}

#container ul.social li {
    float: right;
}

#container .section {
    /* zoom: 1; */
    padding: 3em 0;
    border-bottom: 1px solid #cfdbe2;
    background: #fff url("../i/svg/section-bg.svg");
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(128, 159, 179, 0.10)), color-stop(0.75, rgba(255, 255, 255, 0.10)));
    background: -webkit-linear-gradient(top, rgba(128, 159, 179, 0.10) 0%, rgba(255, 255, 255, 0.10) 75px);
    background: -moz-linear-gradient(top, rgba(128, 159, 179, 0.10) 0%, rgba(255, 255, 255, 0.10) 75px);
    background: linear-gradient(top, rgba(128, 159, 179, 0.10) 0%, rgba(255, 255, 255, 0.10) 75px);
    position: relative;
}

#container .section:before,
#container .section:after {
    content: "";
    display: table;
}

#container .section:after {
    clear: both;
}

#container .section .header {
    margin-bottom: 42px;
    padding: 0 80px;
}

#container .section .header h2 {
    font-size: 2em;
    line-height: 1.5;
    color: #4d6c80;
    text-align: center;
}

#container .section .header h2 strong {
    font-weight: bold;
}

#container .section .content {
    padding: 0 80px;
}

#container .section.intro {
    -webkit-border-radius: 3px 3px 0 0;
    /* -moz-border-radius: 3px 3px 0 0; */
    border-radius: 3px 3px 0 0;
    padding: 0;
    background: #215778 url("../i/svg/intro-bg.svg");
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1a425b), color-stop(1, #266c97));
    background: -webkit-linear-gradient(top, #1a425b 0%, #266c97 100%);
    background: -moz-linear-gradient(top, #1a425b 0%, #266c97 100%);
    background: linear-gradient(top, #1a425b 0%, #266c97 100%);
    color: #fff;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

#container .section.intro .header {
    padding-top: 4.5em;
}

#container .section.intro .header h1 {
    font-size: 2.6em;
    line-height: 42px;
    letter-spacing: -2px;
    margin-bottom: 42px;
    color: #bfcfd9;
    text-shadow: rgba(0, 0, 0, 0.50) 0 1px 2px;
    width: 560px;
    float: left;
}

#container .section.intro .content {
    padding: 0;
    /* zoom: 1; */
    color: #9fb7c6;
    text-shadow: rgba(0, 0, 0, 0.30) 0 1px 0;
}

#container .section.intro .content:before,
#container .section.intro .content:after {
    content: "";
    display: table;
}

#container .section.intro .content:after {
    clear: both;
}

#container .section.intro .content p.intro {
    font-size: 1.5em;
    line-height: 28px;
    width: 560px;
    float: left;
    padding-left: 80px;
    margin-bottom: 63px;
}

#container .section.intro .content a#app-preview {
    display: block;
}

#container .section.intro .content a#app-preview img {
    position: absolute;
    top: 30px;
    right: 0;
    display: block;
}

#container .section.intro .footer {
    /* zoom: 1; */
    background: rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.15) 0 1px 2px;
    /* -moz-box-shadow: inset rgba(0, 0, 0, 0.15) 0 1px 2px; */
    box-shadow: inset rgba(0, 0, 0, 0.15) 0 1px 2px;
    padding: 1.5em 80px;
}

#container .section.intro .footer:before,
#container .section.intro .footer:after {
    content: "";
    display: table;
}

#container .section.intro .footer:after {
    clear: both;
}

#container .section.intro .footer .cta-button {
    width: 189.5px;
    float: left;
    margin-right: 1.5em;
}

#container .section.support ul.os {
    /* zoom: 1; */
    width: 400px;
    float: left;
    margin-bottom: 1.5em;
}

#container .section.support ul.os:before,
#container .section.support ul.os:after {
    content: "";
    display: table;
}

#container .section.support ul.os:after {
    clear: both;
}

#container .section.support ul.os li {
    float: left;
    margin-right: 2em;
}

#container .section.support ul.os li img {
    height: 70px;
    width: auto;
}

#container .section.support ul.os li.bsd {
    margin-right: 0;
}

#container .section.support p.legacy {
    width: 400px;
    float: left;
    padding: 1em;
    -webkit-border-radius: 5px;
    /* -moz-border-radius: 5px; */
    border-radius: 5px;
    background: #ecf4f9;
}

#container .section.benefits {
    padding-bottom: 1.5em;
}

#container .section.benefits .content {
    padding: 0 66px;
}

#container .section.benefits .content ul {
    /* zoom: 1; */
}

#container .section.benefits .content ul:before,
#container .section.benefits .content ul:after {
    content: "";
    display: table;
}

#container .section.benefits .content ul:after {
    clear: both;
}

#container .section.benefits .content ul li {
    margin-bottom: 3em;
    float: left;
    width: 50%;
    padding: 0 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#container .section.benefits .content ul li h3 {
    font-size: 115%;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    line-height: 42px;
    color: #000;
}

#container .section.benefits .content ul li p {
    color: #666;
    padding-right: 3em;
}

#container .section.comparison {
    padding-bottom: 4.5em;
}

#container .section.comparison .content {
    padding: 0 66px;
}

#container .section.comparison .content ul {
    display: flex;
    flex-flow: wrap;
}

#container .section.comparison .content ul:before,
#container .section.comparison .content ul:after {
    content: "";
    display: table;
}

#container .section.comparison .content ul:after {
    clear: both;
}

#container .section.comparison .content ul li.solution {
    float: left;
    width: 32%;
    padding: 0 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-flex;
}

#container .section.comparison .content ul li.solution .data {
    width: 100%;
    border: 1px solid #cfdbe2;
    padding: 0 0 1.5em;
    -webkit-border-radius: 5px;
    /* -moz-border-radius: 5px; */
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    height: auto;
}

#container .section.comparison .content ul li.solution .data h3 {
    font-weight: bold;
    line-height: 42px;
    padding: 0 1.5em;
    text-shadow: rgba(255, 255, 255, 0.50) 0 1px 0;
    -webkit-border-radius: 4px 4px 0 0;
    /* -moz-border-radius: 4px 4px 0 0; */
    border-radius: 4px 4px 0 0;
    border-top: 1px solid #eef3f6;
    border-bottom: 1px solid #acc4d2;
    background: #cbdce6 url("../i/svg/data-bg.svg");
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dde8ee), color-stop(1, #bad0de));
    background: -webkit-linear-gradient(top, #dde8ee 0%, #bad0de 100%);
    background: -moz-linear-gradient(top, #dde8ee 0%, #bad0de 100%);
    background: linear-gradient(top, #dde8ee 0%, #bad0de 100%);
    position: relative;
    color: #2a556f;
    -webkit-font-smoothing: antialiased;
}

#container .section.comparison .content ul li.solution .data h3 span.price {
    color: #468db9;
    position: absolute;
    top: 0;
    right: 1.5em;
}

#container .section.comparison .content ul li.solution .data ul.features {
    height: inherit;
    margin-bottom: 1.5em;
}

#container .section.comparison .content ul li.solution .data ul.features li {
    border-bottom: 1px dotted #ddd;
    padding: .5em 1.5em;
}

#container .section.comparison .content ul li.solution .data .cta-button {
    float: none;
    width: 160px;
    margin: 0 auto;
    border: 1px solid #cfdbe2;
}

#container .section.comparison .content ul li.solution.commercial {
    width: 36%;
    position: relative;
    margin-top: -3px;
}

#container .section.comparison .content ul li.solution.commercial .data {
    border: 3px solid #809fb3;
    -webkit-box-shadow: #bfcfd9 0 0 1em;
    /* -moz-box-shadow: #bfcfd9 0 0 1em; */
    box-shadow: #bfcfd9 0 0 1em;
}

#container .section.comparison .content ul li.solution.commercial .data .cta-button {
    background: #215778 url("../i/svg/commercial-cta-bg.svg");
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #266c97), color-stop(1, #1a425b));
    background: -webkit-linear-gradient(top, #266c97 0%, #1a425b 100%);
    background: -moz-linear-gradient(top, #266c97 0%, #1a425b 100%);
    background: linear-gradient(top, #266c97 0%, #1a425b 100%);
    border-top: none;
    color: #e9eef2;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.30) 0 1px 0;
}

#container .section.comparison .content ul li.solution.commercial .data .cta-button:hover {
    background: #2b719c url("../i/svg/commercial-cta-hover.svg");
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2e83b8), color-stop(1, #265f82));
    background: -webkit-linear-gradient(top, #2e83b8 0%, #265f82 100%);
    background: -moz-linear-gradient(top, #2e83b8 0%, #265f82 100%);
    background: linear-gradient(top, #2e83b8 0%, #265f82 100%);
    color: #fff;
}

#container .section.awards {
    border-bottom: none;
    border-radius: 0;
}

#container .section.awards .header {
    padding-bottom: 1.5em;
}

#container .section.awards .content ul {
    display: block;
    margin: 0 -2em;
}

#container .section.awards .content ul li {
    float: left;
    padding: 0 1.6em;
}

#container .section.awards .content ul li img {
    max-height: 60px;
}

#container .section.awards .content ul li.cnet img {
    max-height: 80px;
    margin-top: -10px;
}

@media not all and (-webkit-min-device-pixel-ratio:0) {
    #container .section.intro {
        background: #1e4e6c !important;
        -webkit-box-shadow: inset rgba(38, 108, 151, 0.50) 0 0 80px;
        /* -moz-box-shadow: inset rgba(38, 108, 151, 0.50) 0 0 80px; */
        box-shadow: inset rgba(38, 108, 151, 0.50) 0 0 80px;
    }
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.60);
    opacity: 0;
    /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); */
    -webkit-transition: 500ms ease-in-out opacity;
    -moz-transition: 500ms ease-in-out opacity;
    transition: 500ms ease-in-out opacity;
    z-index: -100;
}

.popup:after {
    content: 'Preview';
    font-size: 1.5em;
    line-height: 50px;
    text-align: center;
    color: #fff;
    display: block;
    width: 300px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -295px 0 0 -150px;
}

.popup img {
    display: block;
    width: 583px;
    height: 488px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -244px 0 0 -291px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 0 2em;
    -moz-box-shadow: rgba(0, 0, 0, 0.75) 0 0 2em;
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 2em;
    opacity: 0;
    /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); */
}

.popup.visible {
    opacity: 1;
    /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); */
    z-index: 100;
    display: block;
}

.popup.visible img {
    opacity: 1;
    /* filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); */
}

@media not all and (-webkit-min-device-pixel-ratio:0) {
    .popup {
        display: none;
    }

    .popup.visible {
        display: block;
    }
}

.ie9 .popup,
.ie8 .popup {
    display: none;
}

.ie9 .popup.visible,
.ie8 .popup.visible {
    display: block;
}

abbr[title],
acronym[title] {
    border-bottom: dotted 1px;
}

ul.social img {
    height: 20px;
    width: auto;
    padding-right: 8px;
}

#container .section.comparison .content ul li.easyre .data {
    background: #FFEFBF;
}

#container .section.comparison .content ul li.easyre .data h3 {
    background: #FFEFBF;
    color: #000;
    font-size: 18px;
    line-height: 21px;
    padding: 14px 20px 8px 20px;
    border: 0;
}

#container .section.comparison .content ul li.easyre .data p {
    padding: 0 20px 10px 20px;
    line-height: 17px;
}

#container .section.comparison .content ul li.easyre .data ul.features {
    /* height: 180px; */
}

#container .section.comparison .content ul li.easyre .data ul.features li {
    border-color: #CCC;
}

#container .section.comparison .content ul li.easyre .data .cta-button {
    background: #215778 url("../i/svg/commercial-cta-bg.svg");
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #266c97), color-stop(1, #1a425b));
    background: -webkit-linear-gradient(top, #266c97 0%, #1a425b 100%);
    background: -moz-linear-gradient(top, #266c97 0%, #1a425b 100%);
    background: linear-gradient(top, #266c97 0%, #1a425b 100%);
    border-top: none;
    color: #e9eef2;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.30) 0 1px 0;
}

#container .section.comparison .content ul li.easyre .data .cta-button:hover {
    background: #2b719c url("../i/svg/commercial-cta-hover.svg");
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2e83b8), color-stop(1, #265f82));
    background: -webkit-linear-gradient(top, #2e83b8 0%, #265f82 100%);
    background: -moz-linear-gradient(top, #2e83b8 0%, #265f82 100%);
    background: linear-gradient(top, #2e83b8 0%, #265f82 100%);
    color: #fff;
}

.oem-solutions {
    padding: 35px 200px 0 20px;
}

.oem-solutions p {
    font-size: 12px;
    line-height: 16px;
    color: #333;
    margin: 0;
}
