body {
    font-family: 'Open Sans', sans-serif;
    font-size: .9rem;
    line-height: 1rem;
}

.rich-content-pages .logo {
    width: 250px;
    margin: 30px 0px;
}

.rich-content-pages h1,
.rich-content-pages h2,
.rich-content-pages h3,
.rich-content-pages h4,
.rich-content-pages h5,
.rich-content-pages h6,
.rich-content-pages p {
    font-family: 'Open Sans', sans-serif;
}

.rich-content-pages .hero h1 {
    color: #ffffff;
    font-size: 3.1rem;
    line-height: 3rem;
    font-weight: 700;
}

.rich-content-pages .hero h2 {
    color: #ffffff;
    line-height: 1.8rem;
    font-size: 1.4rem;
}

.rich-content-pages h1 .lite-blue {
    color: #67cdf2;
}

.rich-content-pages h2 {
    font-size: 1.5rem;
    color: #333;
    font-weight: 300;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.5rem;
}

.rich-content-pages .hero h2 sup {
    font-size: .6rem;
    vertical-align: 8px;
}

.rich-content-pages h1 .lite-blue {
    color: #67cdf2;
}

.rich-content-pages a:link,
.rich-content-pages a:visited {
    color: #0090da;
    text-decoration: none;
    position: relative;
}

.rich-content-pages a:hover,
.rich-content-pages a:active {
    text-decoration: underline;
}

.rich-content-pages a.btn {
    padding: 16px 21px;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    background: #0090da;
    display: inline-block;
    text-decoration: none;
    transition: background 300ms;
}

.rich-content-pages a.btn:hover {
    background: #00a3e1;
    text-decoration: none;
}

.rich-content-pages .legal {
    font-size: .7rem;
    line-height: .9rem;
}

.rich-content-pages .align-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.rich-content-pages .text-center,
.rich-content-pages .centered {
    text-align: center;
}

.rich-content-pages .text-right,
.rich-content-pages .right-justified {
    text-align: right;
}

.rich-content-pages .small-text-right {
    text-align: right;
}

.rich-content-pages .hero {
    background-color: #595a5c;
    color: #fff;
    /* min-height: 350px;*/
}

.rich-content-pages .hero .row-background {}

.rich-content-pages .sticky-nav {
    background-color: #0090da;
    color: #fff;
}

.rich-content-pages .sticky-nav a.sticky-buttons {
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #fff;
    text-decoration: none;
}

.rich-content-pages .sticky-nav a.sticky-buttons.active {
    color: #ffb500;
    border: 1px solid #ffb500;
}

.rich-content-pages .lite-grey {
    background-color: #f3f3f3
}

.rich-content-pages .sections-copy {
    padding: 20px 0px;
}

.rich-content-pages .sections-copy img {
    margin-bottom: 30px;
}

.rich-content-pages .sections-overview {
    padding: 20px 0px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1rem;
}

.rich-content-pages .sections-video {
    padding: 50px 0px 70px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.rich-content-pages .extra-margin {
    margin-top: 50px;
    margin-bottom: 50px;
}

.rich-content-pages .downloads {
    margin-top: 50px;
    padding: 20px 0px 30px;
    margin-bottom: 50px;
    background-color: #ffb500;
    color: #fff;
}

.rich-content-pages .downloads h2 {
    color: #fff;
}

.rich-content-pages .downloads a.btn {
    padding: 16px 21px;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    border: 2px solid #fff;
    display: inline-block;
    text-decoration: none;
    transition: background 300ms;
    background: none;
    margin: 4px 20px;
}

.rich-content-pages .downloads a.btn:hover {
    background: #fff;
    text-decoration: none;
    color: #ffb500;
}

.rich-content-pages .icons-white {
    width: 45px;
    margin: 15px 15px 15px 0px;
}

.rich-content-pages table th {
    background-color: #444;
    text-align: left;
    color: #fff;
    border: 1px solid #777;
}

.rich-content-pages .spec-table td {
    border: 1px solid #eee;
}

.rich-content-pages .spec-table td {
    text-align: center;
}

.rich-content-pages .spec-table td:first-child {
    text-align: left;
}

.rich-content-pages .spec-table p {
    margin-bottom: 0rem;
}

.rich-content-pages table {
    border-collapse: collapse;
}

.rich-content-pages table tbody tr:nth-child(even) td {
    border: 1px solid #dedede;
}

.rich-content-pages .valign-middle {
    display: table;
}

.rich-content-pages .valign-middle .columns {
    display: table-cell;
    vertical-align: middle;
}

.rich-content-pages .valign-middle .columns,
.rich-content-pages .valign-middle [class*="column"] + [class*="column"]:last-child {
    float: none;
}

.rich-content-pages #header ul {
    list-style: none;
    margin-top:44px;
}
.rich-content-pages #header ul li {
    list-style: none;
    display: inline-block;
}

.rich-content-pages #header ul li a {
    font-weight: bold;
    padding: 15px 20px 20px;
}

.rich-content-pages #header ul li a:link {
    text-decoration: none;
}

.rich-content-pages #header ul li a:hover, .rich-content-pages #header ul li a.active {
    text-decoration: none;
    color:#fff;
    background-color: #0090da;
}
.rich-content-pages .logo-header {
    margin: 12px 0px;
}
.rich-content-pages .footer-nav {
    padding:30px;
}
.rich-content-pages .footer-nav ul {
    list-style: none;
}
.rich-content-pages .footer-nav ul > li:first-child {
    font-weight: bold;
}

.rich-content-pages .yellow-bar {
    color:#fff;
    padding: 40px;
}
.rich-content-pages a.button:link, .rich-content-pages a.button:visited {
    color: #fff;
    background-color: #0090da;
}
.rich-content-pages a.button:focus, .rich-content-pages a.button:hover {
    background-color: #9ACA3C;
    color: #fff;
}

.rich-content-pages .product-links img {
    max-height: 100px;
}
.rich-content-pages .section-image {
    margin: 0px;
    padding: 0px;
}
.rich-content-pages .section-text {
    display: block;
    padding:30px 0px;
    text-align: center;
    background: #0090da;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
}
.rich-content-pages #solutions {
    background: #9ACA3C;
}
.rich-content-pages #storage {
    background: #873299;
}

.rich-content-pages #frontpage-hero {
    background: #3c3d3f;
}



/* Small only */

@media screen and (max-width: 39.9375em) {
    .rich-content-pages .small-text-right {
        text-align: center;
    }
    
    .rich-content-pages .valign-middle .columns,
    .rich-content-pages .valign-middle [class*="column"] + [class*="column"]:last-child {
        float: left;
    }
    
    .rich-content-pages #header ul li a {
        padding: 5px 20px;
        margin: 3px;
    }
}


/* Medium and up */

@media screen and (min-width: 40em) {}


/* Medium only */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .rich-content-pages .small-text-right {
        text-align: center;
    }
}


/* Large and up */

@media screen and (min-width: 64em) {}


/* Large only */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {}