body {
    background-color: #fff;
    color: #667587;
    margin: 0;
    padding: 0;
    font-family: open-sans, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 13pt;
    line-height: 1.4em;
    padding-top: 77px;
}

section {
    margin: 1em;
    max-width: 1200px;
    padding: 0 2em;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none;
    color: #5291bb;
}

a:hover {
    color: #ff9e37;
}

h1,
h2,
h3,
h4 {
    font-family: source-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #667587;
}

h1 {
    margin-top: none;
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

p.lead {
    font-size: 1.25em;
    line-height: 1.4em;
    color: #414b57;
}

h1.pageTitle {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1.5em;
}

@media only screen and (max-width: 640px) {
    h1.pageTitle {
        text-align: center;
    }
}

h2.pageTitle {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 28px;
    line-height: 1.5em;
    font-weight: 400;
}

@media only screen and (max-width: 640px) {
    h2.pageTitle {
        text-align: center;
    }
}

div.line {
    margin-top: 2em;
    margin-bottom: 2em;
    height: 1px;
    background-color: #e0e0e0;
}

ul.spaced li,
ol.spaced li {
    margin-bottom: 1em;
}

div.leftColumn60 {
    width: 60%;
    margin-right: 10%;
    float: left;
}

@media only screen and (max-width: 640px) {
    div.leftColumn60 {
        float: none;
        width: 90%;
        margin-left: 5%;
    }
}

div.rightColumn30 {
    width: 30%;
    float: right;
}

@media only screen and (max-width: 640px) {
    div.rightColumn30 {
        float: none;
        width: 90%;
        margin-left: 5%;
    }
}

div.leftColumn45 {
    width: 45%;
    margin-right: 10%;
    float: left;
}

@media only screen and (max-width: 640px) {
    div.leftColumn45 {
        float: none;
        width: 90%;
        margin-left: 5%;
    }
}

div.rightColumn45 {
    width: 45%;
    float: right;
}

@media only screen and (max-width: 640px) {
    div.rightColumn45 {
        float: none;
        width: 90%;
        margin-left: 5%;
    }
}

div.homeHero {
    position: relative;
    left: 0;
    top: -1px;
    background-image: url("/assets/images/home/hero-background.jpg");
    background-repeat: repeat-x;
    height: 548px;
}

@media only screen and (max-width: 640px) {
    div.homeHero {
        height: auto;
    }
}

div.homeHero div.container {
    display: flex;
    margin: auto;
    justify-content: center;
}

@media only screen and (max-width: 640px) {
    div.homeHero div.container {
        display: block;
    }
}

div.homeHero div.container div.text {
    text-align: right;
    padding-top: 120px;
    width: 535px;
    margin-right: 30px;
}

@media only screen and (max-width: 640px) {
    div.homeHero div.container div.text {
        width: auto;
        margin-right: 10px;
        margin-left: 10px;
        text-align: center;
        padding-top: 20px;
    }
}

div.homeHero div.container div.text h1 {
    font-size: 42pt;
    line-height: 44pt;
    font-weight: 600;
    margin: 0;
    color: #637381;
}

div.homeHero div.container div.text h2 {
    margin: 0;
    font-size: 22pt;
    line-height: 24pt;
    font-weight: 300;
}

div.homeHero div.container div.text p {
    margin-top: 3em;
    font-size: 14pt;
}

div.homeHero div.container img {
    margin-top: 26px;
    width: 423px;
}

@media only screen and (max-width: 640px) {
    div.homeHero div.container img {
        width: 90%;
        height: auto;
        margin-left: 5%;
    }
}

div.homeHero div.container div.clear {
    clear: both;
}

section.homeContent {
    max-width: 960px;
    margin-top: 2em;
}

section.homeContent div.container {
    display: flex;
}

@media only screen and (max-width: 640px) {
    section.homeContent div.container {
        display: block;
    }
}

section.homeContent div.container div.left {
    flex-grow: 1;
}

section.homeContent div.container div.right {
    flex-grow: 1;
    margin-left: 60px;
}

@media only screen and (max-width: 640px) {
    section.homeContent div.container div.right {
        margin-left: 0px;
    }
}

header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #5291bb;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9999;
    background-image: url("/assets/images/header/background.jpg");
}

header img {
    height: 50px;
    width: auto;
}

header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 2em;
}

header ul li {
    display: inline-block;
    margin: 0;
    margin-left: 2em;
    padding: 0;
    text-transform: uppercase;
    font-family: source-sans-pro, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14pt;
}

@media only screen and (max-width: 640px) {
    header ul li {
        margin-left: 1em;
    }
}

@media only screen and (max-width: 400px) {
    header ul li {
        margin-left: 0.5em;
    }
}

header ul li a {
    text-decoration: none;
    color: #4f5968;
}

header ul li a:hover {
    color: #ff9e37;
}

header ul li.selected a {
    color: #5291bb;
}

header ul li.selected a:hover {
    border-color: #5291bb;
}

footer {
    margin-top: 2em;
    margin-bottom: 1em;
    border-top: 1px solid #e0e0e0;
}

footer section {
    display: flex;
    justify-content: flex-start;
    align-items: flext-start;
}

footer section div {
    margin-right: 2em;
}

footer section div h4 {
    margin-bottom: 0;
    color: #667587;
    font-size: 14px;
}

footer section div ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer section div ul li {
    line-height: 1.25em;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

footer section div:last-child {
    flex-grow: 2;
    text-align: right;
    margin-right: 0;
}

footer section div:last-child small {
    font-size: 8pt;
}

@media only screen and (max-width: 640px) {
    footer section #footerLogoRight {
        display: none;
    }
}

footer #footerLogoBottom {
    display: none;
}

@media only screen and (max-width: 640px) {
    footer #footerLogoBottom {
        display: block;
        text-align: center;
    }

    footer #footerLogoBottom small {
        font-size: 8pt;
    }
}

button,
input[type="text"] {
    font-size: 13pt;
    margin: 0;
    padding: 6px 8px 8px 8px;
    border: none;
}

button {
    background-color: #667587;
    color: #fff;
    border-radius: 8px;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
}

button:hover {
    background-color: #5291bb;
}

button.small {
    font-size: 11pt;
}

button.green {
    background-color: #52b851;
}

button.green:hover {
    background-color: #5291bb;
}

input[type="text"] {
    border-bottom: 1px solid #e0e0e0;
}

input[type="text"]:focus {
    outline: none;
    border-color: #5291bb;
}

div.contentsWithNavigation {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 790px) {
    div.contentsWithNavigation {
        display: block;
    }
}

div.contentsWithNavigation div.navigation {
    min-width: 300px;
    font-size: 11pt;
    position: relative;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 790px) {
    div.contentsWithNavigation div.navigation {
        min-width: 0;
        width: 90%;
        font-size: 13pt;
    }
}

div.contentsWithNavigation div.navigation ul,
    div.contentsWithNavigation div.navigation ol {
    margin-top: 0.25em;
}

div.contentsWithNavigation div.navigation ul li,
      div.contentsWithNavigation div.navigation ol li {
    line-height: 1.35em;
    margin-bottom: 0.25em;
}

div.contentsWithNavigation div.navigation ul {
    list-style: none;
    padding-left: 0;
}

div.contentsWithNavigation div.navigation ul li {
    margin-left: 0;
}

div.contentsWithNavigation div.navigation ul li ul {
    padding-left: 1.5em;
}

div.contentsWithNavigation div.navigation a.selected {
    font-weight: bold;
}

div.contentsWithNavigation div.navigation a.home {
    display: inline-block;
    font-size: 13pt;
    line-height: 1.25em;
    padding-bottom: 0.25em;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0.25em;
}

div.contentsWithNavigation div.contents {
    margin-left: 2em;
}

div.contentsWithNavigation div.contents h1:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 790px) {
    div.contentsWithNavigation div.contents {
        margin-left: 0;
    }
}

div.contentsWithNavigation div.contents div.contentsHidden {
    display: none;
}

div.contentsWithNavigation div.contents div.contentsVisible {
    display: block;
}

div.help img {
    display: block;
    box-shadow: rgba(100, 100, 111, 0.33) 0px 7px 29px 0px;
    width: auto;
    max-width: 800px;
    margin: 2em auto;
}

@media only screen and (max-width: 640px) {
    div.help img {
        max-width: 100%;
    }
}

div.help span.page {
    font-style: italic;
}

div.help span.action {
    font-weight: bold;
}

div.help ol,
div.help ul {
    margin-left: 40px;
    margin-right: 40px;
}

@media only screen and (max-width: 640px) {
    div.help ol,
    div.help ul {
        margin-left: 1em;
        margin-right: 0;
    }
}

section.feature {
    border-radius: 8px;
    color: #fff;
    padding: 24px 50px;
    max-width: 900px;
}

@media only screen and (max-width: 640px) {
    section.feature {
        max-width: 80%;
    }
}

section.feature div.clear {
    clear: both;
}

section.feature div.plus {
    background-color: #667587;
    border-radius: 4px;
    font-size: 10pt;
    padding: 0.15em 0.75em;
    display: inline-block;
    margin-top: 0.25em;
    margin-bottom: 0;
}

section.feature div.text {
    width: calc(50% - 40px);
}

@media only screen and (max-width: 640px) {
    section.feature div.text {
        width: 100%;
    }
}

section.feature div.text h2 {
    color: #fff;
    font-weight: bold;
    font-size: 24pt;
    margin-top: 0.25em;
    line-height: 1.15em;
    margin-bottom: 0;
}

section.feature div.image {
    width: 50%;
    text-align: center;
}

@media only screen and (max-width: 640px) {
    section.feature div.image {
        width: 100%;
    }
}

section.feature div.image img {
    width: 100%;
}

section.feature.imageLeft div.text {
    float: right;
}

section.feature.imageLeft div.image {
    float: left;
}

section.feature.imageRight div.text {
    float: left;
}

section.feature.imageRight div.image {
    float: right;
}

section.feature.blue {
    background-color: #5291bb;
}

section.feature.blue div.plus {
    background-color: #52b851;
}

section.feature.orange {
    background-color: #de8818;
}

section.feature.orange div.plus {
    background-color: #637381;
}

section.feature.green {
    background-color: #52b851;
}

section.feature.green div.plus {
    background-color: #5291bb;
}

section.feature.grey {
    background-color: #637381;
}

section.feature.grey div.plus {
    background-color: #de8818;
}

.featureTextLeft,
.featureTextRight {
    max-width: 390px;
    text-align: left;
    padding-top: 1em;
    padding-bottom: 1em;
}

.featureTextLeft {
    float: left;
}

.featureTextRight {
    float: right;
}

.featureImageLeft,
.featureImageRight {
    width: 401px;
    text-align: center;
}

.featureImageRight {
    float: right;
}

.featureImageLeft {
    float: left;
}

.featureClear {
    clear: both;
}

table.comparisonTable {
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
}

table.comparisonTable th {
    background-color: #e0e0e0;
    text-align: center;
    font-size: 12pt;
    padding: 0.15em 1em;
}

table.comparisonTable th:first-child {
    text-align: left;
}

@media only screen and (max-width: 640px) {
    table.comparisonTable th {
        font-size: 10pt;
    }
}

table.comparisonTable td {
    border: 1px solid #e0e0e0;
    text-align: center;
    font-size: 11pt;
    padding: 0.15em 1em;
}

table.comparisonTable td:first-child {
    text-align: left;
}

table.comparisonTable td.highlight {
    color: #52b851;
}

@media only screen and (max-width: 640px) {
    table.comparisonTable td {
        font-size: 10pt;
        padding: 0.15em 0.25em;
    }
}

div.appHero {
    background-image: url("/assets/images/apps/inventory-alerts/page/hero-background.jpg");
    background-repeat: repeat-x;
    position: relative;
    left: 0;
    top: -1px;
}

@media only screen and (max-width: 640px) {
    div.appHero {
        height: auto;
    }
}

div.appHero div.container {
    max-width: 960px;
    display: flex;
    margin: auto;
}

@media only screen and (max-width: 640px) {
    div.appHero div.container {
        display: block;
    }
}

div.appHero div.container div.text {
    padding-top: 110px;
    margin-right: 60px;
}

@media only screen and (max-width: 640px) {
    div.appHero div.container div.text {
        padding-top: 20px;
        max-width: 80%;
        margin: 0 auto;
    }

    div.appHero div.container div.text img {
        max-width: 100%;
    }
}

div.appHero div.container div.text p {
    margin-left: 110px;
    font-size: 14pt;
}

@media only screen and (max-width: 640px) {
    div.appHero div.container div.text p {
        margin-left: 0;
    }
}

div.appHero div.container img {
    margin-top: 20px;
    width: 437px;
}

@media only screen and (max-width: 640px) {
    div.appHero div.container img {
        max-width: 80%;
        margin-left: 10%;
    }
}

div.appHero div.container div.clear {
    clear: both;
}

div.appKeyFeatures {
    margin: 2em 0;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 640px) {
    div.appKeyFeatures {
        display: block;
    }
}

div.appKeyFeatures div {
    text-align: center;
    max-width: 320px;
    margin: 10px;
}

@media only screen and (max-width: 640px) {
    div.appKeyFeatures div {
        max-width: 90%;
        margin: 5%;
    }
}

div.appKeyFeatures div img {
    width: 100%;
    border-radius: 8px;
}

div.featureImages img {
    width: 500px;
}

div.appFeature {
    margin: 2em 0;
    display: flex;
    justify-content: space-between;
}

div.appFeature div.text {
    max-width: 50%;
}

div.appFeature div.text.left {
    margin-right: 40px;
}

div.appFeature div.text.right {
    margin-left: 40px;
}

div.appFeature div.image {
    max-width: 50%;
}

div.appFeature div.image img {
    width: 100%;
}

div.appTrial {
    background-color: #ceced0;
    padding: 20px 0 20px 0;
}

div.appTrial .container {
    display: flex;
    justify-content: center;
}

div.appTrial .container .text {
    text-align: right;
    margin-right: 20px;
    font-size: 14pt;
    line-height: 1em;
}

div.appTrial .container .button button {
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
}

div.appsListing {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 640px) {
    div.appsListing {
        display: block;
    }
}

div.appsListing div.left {
    margin-right: 20px;
}

@media only screen and (max-width: 640px) {
    div.appsListing div.left {
        margin-right: 0;
        text-align: center;
    }
}

div.appsListing div.right {
    max-width: 400px;
    line-height: 1.15em;
}

@media only screen and (max-width: 640px) {
    div.appsListing div.right {
        max-width: 90%;
        text-align: center;
    }
}

.appPlusOnly {
    display: inline-block;
    background-color: #e3e4e6;
    border-radius: 8px;
    font-size: 12px;
}

.appPlusOnly span.left {
    display: inline-block;
    border-radius: 8px 0 0 8px;
    background-color: #5291bb;
    color: #fff;
    padding: 0.25em 0.75em;
}

.appPlusOnly span.right {
    display: inline-block;
    color: #667587;
    padding: 0.25em 0.75em;
}

@media only screen and (max-width: 640px) {
    .appPlusOnly {
        display: block;
    }

    .appPlusOnly span.left {
        display: block;
        text-align: center;
        border-radius: 8px 8px 0 0;
    }

    .appPlusOnly span.right {
        display: block;
        text-align: center;
    }
}

div.appLogin {
    max-width: 960px;
    margin: 30px auto;
    padding: 20px 0 20px 0;
    text-align: center;
}

div.appLogin .container {
    margin-top: 2em;
}

div.appLogin img {
    max-width: 80%;
}

#loginError {
    display: none;
    color: #bd2b2b;
}
