<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
http://encycolorpedia.com

	#EF3340 --&gt; #c74734  (Red to Cerner Enviza Cyan)
	#ffff00 --&gt; #ffeab2	(Yellow to Cerner Enviza Yellow 30%)
*/

html, button, input, select, textarea {
	font-family: Arial, Tahoma, Helvetica, "Open sans", sans-serif;
	font-size: 11pt;
	font-weight: 400;
	color: #666666;
}

body {
    /*max-width: 1020px;
    margin-left: auto;
    margin-right: auto;*/
    padding-top: 90px;
    padding-bottom: 20px;
}


/* always show the bootstrap hamburger menu and hide the standard */
    .navbar-header {
      float: none;
    }
    .navbar-left,.navbar-right {
      float: none !important;
    }
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
      display: none!important;
    }
    .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
    }
    .navbar-nav&gt;li {
      float: none;
    }
    .navbar-nav&gt;li&gt;a {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .collapse.in{
      display:block !important;
    }

    .navbar-toggle {
        padding-top: 4px;
    }


/* the non inverse navbar is transparent, so using the inverse navbar and just changing the color*/
    .navbar-inverse {
        background-color: #ffffff;
        border-color: #ffffff;
        height: 90px;
        padding-top: 30px;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #000000;
        background-color: #ffffff;
        /*border-right: 1px solid #000000;
        border-left: 1px solid #000000;
        border-bottom: 1px solid #000000;*/
    }
    .navbar-toggle .icon-bar {
        background-color: #000000;
    }
    .navbar-inverse .navbar-toggle {
        border-color: #ffffff;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #000000;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #eeeeee;
    }
    .navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
        color: #000000;
    }
    .navbar-inverse .navbar-nav &gt; li &gt; a {
        color: #000000;
    }
    .navbar-inverse .navbar-nav &gt; li &gt; a:hover {
        color: #424242;
    }

.logo img {
    margin-left: -8px;
	 margin-top: -29px;
}

/* Not sure why we have to fix this from the bootstrap .row definition*/
    .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .navbar-toggle {
        margin-right: -10px;
    }

    .user-sign-in a, .user-sign-in:visited a, .user-sign-in:active a, .user-sign-in:hover a {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 4px;
        margin-right: -10px;
        margin-bottom: 8px;
        text-decoration: none;
        color: #666666;
    }

    /*.user-sign-in:visited, .user-sign-in:active, .user-sign-in:hover {
        text-decoration: none;
        color: inherit;
    }*/

/* centered columns styles to allow centering of columns in rows where there aren't enough columns to fill the row */
    .row-centered {
        text-align:center;
    }
    .col-centered {
        display:inline-block;
        float:none;
        /* reset the text-align */
        text-align:left;
        /* inline-block space fix */
        margin-right:-4px;

        vertical-align: top;
    }

.banner {
    /*margin: 0;*/
    margin-left: auto;
    margin-right: auto;
    max-width: 1020px;
    height: 510px;
    /*width: 1020px;*/
    margin-bottom: 10px;
    background-image: url('/images/KHApps_Header_1020x510.jpg?v=20240403');
    background-size: 100% auto;
    background-size: auto 100%;
}

.banner .container.body-content {
    height: 100%;
    /*background-color: lime;*/
}

.banner h1 {
    position: relative;
    font-size: 3.5em;
    color: #ffffff;
    height: 25%;
    padding-top: .7em;
    text-align: center;
    margin: 0;
    /*background-color: aqua;*/
}

.banner .banner-center {
    position: relative;
    /*height: 290px;*/
    height: 65%;
    /*background-color: yellow;*/
}

.banner .banner-footer {
    position: relative;
    /*position: absolute;
    bottom: 0;
    border-top: 2px solid #ffffff;*/
    /*background-color: aquamarine;*/
}

.banner .banner-footer h2 {
    font-size: 2.5em;
    margin-top: .5em;
    margin-bottom: .1em;
    text-align: center;
}

.banner .banner-footer p {
    font-size: 1.5em;
    text-align: center;
}

.product-item {
    margin: 0;
    padding: .5em;
    /*background-color: aqua;*/
}

.product-item a {
    padding: .3em 1.4em;
    margin: 0;

    display: block;
    height: 165px;
    color: #cecece;
    border: 2px solid #cecece;
}

.product-item a:hover {
    color: #cecece;
    text-decoration: none;
}

.product-item a:active {
    text-decoration: none;
}

.product-item a:visited {
    color: #cecece;
}

.product-subscribed a {
    color: #000000;
    border: 2px solid #c74734;
    padding: 1.5em;
}

.product-subscribed a {
    color: #000000;
    border: 2px solid #c74734;
}

.product-subscribed a:hover {
    color: #000000;
    background-color: #cecece;
}

.product-subscribed a:visited {
    color: #000000;
}

.product-item h1 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: .2em;
}

.product-item .arrow-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 30px;
    height: 24px;
    background-image: url('../images/arrow_non_active.png');
}

.product-subscribed .arrow-icon {
    background-image: url('../images/arrow_active.png');
}




.footer-hr {
    max-width: 1020px;
    border-top: 1px solid #424242;
    height: 1px;
    margin: 1em auto;
}

.social-media-links, .footer-links, .copyright,
.social-media-links ul, .footer-links ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: small;
}

.social-media-links ul li, .footer-links ul li {
    display: inline-block;
}

.social-media-links ul {
    list-style: none;
}

.social-media-links ul li a {
    display: inline-block;
    height: 28px;
    width: 28px;
    margin-right: 3px;
}

.footer-links {
    margin-left: 1em;
    margin-top: -.7em;
    vertical-align: text-top;
}

.footer-links ul {
    list-style: none;
}

.footer-links ul li a {
    display: inline-block;
    padding: 0 .5em;
    border-right: 1px solid #c74734;
    color: #424242;
}

.footer-links ul li:last-child a {
    border-right: none;
}

.footer-links ul li a:hover {
    text-decoration: none;
}

.copyright {
    float: right;
    margin-top: .5em
}

.blogLink { background-image: url('../images/rss.png'); }
.blogLink:hover { background-image: url('../images/rss_over.png'); }

.twitterLink { background-image: url('../images/twitter.png'); }
.twitterLink:hover { background-image: url('../images/twitter_over.png'); }

.linkedinLink { background-image: url('../images/linkedin.png'); }
.linkedinLink:hover { background-image: url('../images/linkedin_over.png'); }

.googlePlus { background-image: url('../images/googlePlus.png'); }
.googlePlus:hover { background-image: url('../images/googlePlus_over.png'); }



/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
  /* Hide captions */
  /*.carousel-caption {
    display: none
  }*/
}

@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

/*@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}*/


@media (max-width: 1200px) {
    .banner {
        /*max-width: 1020px;
        width: 1020px;*/
    }
}

@media (max-width: 992px) {
    .banner {
        /*max-width: 1020px;*/
        height: 450px;
        background-size: auto 110%;
    }

    .banner h1 {
        padding-top: .7em;
        font-size: 3em;
    }

    .banner .banner-center {
        height: 75%
    }

    .banner .banner-footer h2 {
        margin-top: .3em;
        font-size: 2em;
    }

    .banner .banner-footer p {
        font-size: 1.1em;
    }
}

@media (max-width: 768px) {
    .banner {
        /*max-width: 810px;*/
        height: 350px;
    }

    .banner h1 {
        padding-top: .7em;
        font-size: 2.3em;
    }

    .banner .banner-center {
        height: 75%
    }

    .banner .banner-footer h2 {
        margin-top: .3em;
        font-size: 1.7em;
    }

    .banner .banner-footer p {
        font-size: .8em;
    }
}

@media (max-width: 768px) {
    .product-item a {
        height: auto;
    }

    /*.banner h1 {
        padding-top: 15px;
        font-size: 32px;
    }

    .banner .banner-footer h2 {
        font-size: 24px;
    }*/

    .navbar-toggle {
        margin-right: 6px;
    }

    .user-sign-in a, .user-sign-in:visited a, .user-sign-in:active a, .user-sign-in:hover a {
        margin-right: 6px;
    }

    .logo img {
        padding-left: 14px;
    }
}

@media (max-width: 576px) {
    .banner {
        display: none;
    }

    .navbar-toggle {
        padding-top: 0;
        margin-right: 6px;
    }

    .user-sign-in a, .user-sign-in:visited a, .user-sign-in:active a, .user-sign-in:hover a {
        margin-right: 6px;
    }

    .logo img {
        width: auto;
        height: 30px;
        padding-left: 14px;
        margin-top: 4px;
    }

}</pre></body></html>