h1, .h1, h2, .h2, h3, .h3{
    font-weight: 200 !important;
}

img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

#navrow1, #navrow2, #navrow3, #navrow4, #navrow5{
    border-bottom: 1px solid #EEEEEE;
}

.adjust-right {
margin-left: 30px !important;
font-size: 1.15em !important;
}

.navbar{
 border: 0px solid #222 !important;
 margin-bottom: 0px !important;
}

.navbar-brand img {
  width: auto;
  height: 100%;
}

.btn {
  background: #fff;
  border-radius: 3px;
}

.btn-primary {
  background-image: -webkit-linear-gradient(top, #004A8C 0%, #00529b 100%);
  background-image: linear-gradient(to bottom, #004A8C 0%, #00529b 100%);
  background-repeat: repeat-x;
  border-color: #004A8C;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #004A8C;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #00529b;
  border-color: #004A8C;
}

.btn-secondary {
  background-image: -webkit-linear-gradient(top, #009747 0%, #00a950 100%);
  background-image: linear-gradient(to bottom, #009747 0%, #00a950 100%);
  background-repeat: repeat-x;
  border-color: #009747;
  color: #fff;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #009747;
  background-position: 0 -15px;
  color: #fff;
}
.btn-secondary:active,
.btn-secondary.active {
  background-color: #00a950;
  border-color: #009747;
}

.calls-to-action {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.calls-to-action > * {
  flex-basis: 0;
  flex-grow: 1;
  margin: 10px;
}


/* Sticky footer styles
-------------------------------------------------- */
html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

body, table, div, p, dl, a, ul, span, li, ol{
  font-family: lato !important;
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto;
}

#footer {
    font-size: 0.9em;
    padding: 8px 0px;
    background-color: #f5f5f5;
}

.footer-row {
    line-height: 44px;
}

#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

.footer-follow-icon {
    margin-left: 3px;
    text-decoration: none !important;
}

.footer-follow-icon img {
    width: 20px;
}

.footer-link {
    padding-top: 5px;
    display: inline-block;
    color: #999999;
    text-decoration: none;
}

.footer-copyright {
    text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .adjust-right {
    margin: 0px -5px;
  }
}
@media (min-width: 768px) and (max-width: 1199px){
  .nav > li > a {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
}

@media (min-width: 1200px){
  .nav > li > a {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
}

@media (min-width: 992px) {
    .footer-row {
        text-align: left;
    }

    .footer-icons {
        text-align: right;
    }
}
@media (max-width: 991px) {
    .footer-row {
        text-align: center;
    }

    .footer-icons {
        text-align: center;
    }
}

/* DOXYGEN Code Styles
----------------------------------- */


a.qindex {
    font-weight: bold;
}

a.qindexHL {
    font-weight: bold;
    background-color: #9CAFD4;
    color: #ffffff;
    border: 1px double #869DCA;
}

.contents a.qindexHL:visited {
    color: #ffffff;
}

a.code, a.code:visited, a.line, a.line:visited {
    color: #4665A2;
}

a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited {
    color: #4665A2;
}

/* @end */

dl.el {
    margin-left: -1cm;
}

pre.fragment {
    border: 1px solid #C4CFE5;
    background-color: #FBFCFD;
    padding: 4px 6px;
    margin: 4px 8px 4px 2px;
    overflow: auto;
    word-wrap: break-word;
    font-size:  9pt;
    line-height: 125%;
    font-family: monospace, fixed;
    font-size: 105%;
}

div.fragment {
    padding: 4px 6px;
    margin: 4px 8px 4px 2px;
    border: 1px solid #C4CFE5;
}

div.line {
    font-family: monospace, fixed;
    font-size: 13px;
    min-height: 13px;
    line-height: 1.0;
    text-wrap: unrestricted;
    white-space: -moz-pre-wrap; /* Moz */
    white-space: -pre-wrap;     /* Opera 4-6 */
    white-space: -o-pre-wrap;   /* Opera 7 */
    white-space: pre-wrap;      /* CSS3  */
    word-wrap: break-word;      /* IE 5.5+ */
    text-indent: -53px;
    padding-left: 53px;
    padding-bottom: 0px;
    margin: 0px;
    -webkit-transition-property: background-color, box-shadow;
    -webkit-transition-duration: 0.5s;
    -moz-transition-property: background-color, box-shadow;
    -moz-transition-duration: 0.5s;
    -ms-transition-property: background-color, box-shadow;
    -ms-transition-duration: 0.5s;
    -o-transition-property: background-color, box-shadow;
    -o-transition-duration: 0.5s;
    transition-property: background-color, box-shadow;
    transition-duration: 0.5s;
}

div.line.glow {
    background-color: cyan;
    box-shadow: 0 0 10px cyan;
}


span.lineno {
    padding-right: 4px;
    text-align: right;
    border-right: 2px solid #0F0;
    background-color: #E8E8E8;
    white-space: pre;
}
span.lineno a {
    background-color: #D8D8D8;
}

span.lineno a:hover {
    background-color: #C8C8C8;
}

div.groupHeader {
    margin-left: 16px;
    margin-top: 12px;
    font-weight: bold;
}

div.groupText {
    margin-left: 16px;
    font-style: italic;
}

/* @group Code Colorization */

span.keyword {
    color: #008000
}

span.keywordtype {
    color: #604020
}

span.keywordflow {
    color: #e08000
}

span.comment {
    color: #800000
}

span.preprocessor {
    color: #806020
}

span.stringliteral {
    color: #002080
}

span.charliteral {
    color: #008080
}

span.vhdldigit {
    color: #ff00ff
}

span.vhdlchar {
    color: #000000
}

span.vhdlkeyword {
    color: #700070
}

span.vhdllogic {
    color: #ff0000
}

blockquote {
    background-color: #F7F8FB;
    border-left: 2px solid #9CAFD4;
    margin: 0 24px 0 4px;
    padding: 0 12px 0 16px;
}

/* Google Custom Search Engine Tweaks  START */
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
  box-sizing: content-box;
  line-height: normal;
}

.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding-left: 0px !important;
}

.gsc-selected-option-container {
  width: inherit !important;
}

.reset-box-sizing,
.reset-box-sizing * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

@media (min-width: 768px) {
  .google-cse {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .google-cse {
    top: 391px;
  }
}

.google-cse {
  width: 100%;
  left: 0px;
  z-index: 9999;
  background-color: #222;
}
/* Google Custom Search Engine Tweaks  END */



/* Website Refresh Styles
================================== */
.kw-alert {
  background: #00529b;
  color: #fff;
  display: none;
  position: relative;
}

.kw-alert .container {
  align-items: center;
  display: flex;
  padding: 35px 0;
}

.kw-alert-text {
  font-size: 20px;
  font-weight: 500;
  padding: 0 45px 0;
}

.kw-alert-close {
  cursor: pointer;
  display: block;
  font-size: 42px;
  font-weight: 300;
  line-height: 24px;
  overflow: hidden;
  position: absolute;
  right: 15px;
  top: 15px;
}

/* Header */

.navbar-toggle {
  margin-right: 0;
}

.navbar-toggle .icon-bar {
  background: black;
}

.navbar {
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.navbar .topbar {
  background: #00529b;
  color: #fff;
}

.navbar .topbar .kw-menu {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

.topbar .kw-menu li {
  font-size: 12px;
  text-align: right;
  margin-right: 5px;
}

.topbar .kw-menu a {
  color: #fff;
  display: block;
  padding: 6px 0;
}

.topbar .kw-menu li:not(:first-child) a:before {
  content: "|";
  margin-right: 5px;
}

.topbar .kw-menu a:hover {
  opacity: .7;
  text-decoration: none;
}

.navbar > .container {
  align-items: center;
  display: flex;
  height: 80px;
}

.navbar > .container .navbar-nav li a {
  color: #666;
  font-size: 16px;
}

.navbar-nav {
  position: relative;
}

.navbar > .container .navbar-nav > li.jobs-link {
  height: auto !important;
  position: absolute;
  right: -110px;
  top: -29px;
  background: #00a950;
  color: white;
  padding:20px 0 0;
  width:78px;
  z-index:999;
}

.navbar-nav>li.jobs-link a {
  color: white !important;
  display: block !important;
  text-transform: uppercase;
  text-align: center;
  padding:10px !important;
  font-size: 11px !important;
  display: block;
  width: 100%;
  line-height: 1.2em;
}

.navbar-nav>li.jobs-link a:hover {
  background: #00a950;
}

.navbar-nav>li.jobs-link a:before {
background: url(../jobs_icon.png) no-repeat;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size:100%;
  margin:0 auto;
}

#mobile_menu>li.jobs-link {
  background:#00529b;
}
#mobile_menu>li.jobs-link a {
  color:white;
}
#mobile_menu>li.jobs-link a:before {
  display:none;
}

.navbar > .container .navbar-nav > li.support-link {
  height: auto !important;
  position: absolute;
  right: -110px;
  top: -29px;
  background: #00a950;
  color: white;
  padding:20px 0 0;
  width:78px;
  z-index:999;
}

.navbar-nav>li.support-link a {
  color: white !important;
  display: block !important;
  text-transform: uppercase;
  text-align: center;
  padding:10px !important;
  font-size: 11px !important;
  display: block;
  width: 100%;
  line-height: 1.2em;
}

.navbar-nav>li.support-link a:hover {
  background: #00a950;
}

.navbar-nav>li.support-link a:before {
background: url(../support_icon.png) no-repeat;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size:100%;
  margin:0 auto;
}

#mobile_menu>li.support-link {
  background:#00529b;
}
#mobile_menu>li.support-link a {
  color:white;
}
#mobile_menu>li.support-link a:before {
  display:none;
}

.dropdown-menu li a {
  width: 100%;
}

.sub-head {
  margin-top: 0;
  color: #757575;
}

/* Banner Area */
.banner-area {
  background: url(../hexagon_gray_bg.png);
  background-size: cover;
  min-height: 663px;
  position: relative;
}

.banner-area:before {
  background: rgba(255, 255, 255, .8);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.banner-area .container {
  padding: 30px 0 40px;
  position: relative;
  z-index: 2;
}

.banner-image {

}

.banner-image img {
  height: auto;
  width: 100%;
}

.banner-text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 593px;
  padding: 0 65px;
  justify-content: center;
}

.banner-text h1 {
  font-size: 64px;
  margin-top: 0;
}

.banner-text h3 {
  margin-bottom: 10px;
  padding-bottom: 23px;
  position: relative;
}

.banner-text h3:after {
  background: #00529b;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 5px;
  position: absolute;
  width: 100%;
}

.banner-text p {
  font-size: 26px;
  font-weight: 300;
}
/* END Banner Area */

.sub-banner {
  background: #00529b;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  padding: 20px 0 25px;
  text-align: center;
}

.sub-banner ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  justify-content: center;
}

.sub-banner ul li:after {
  content: '•';
  color: #7ba7ce;
  padding: 0 20px;
}

.sub-banner ul li:last-of-type:after {
  display: none;
}

/* END .sub-banner */

.content > section {
  padding: 45px 0;
}

.content > section:nth-of-type(even) {
  background: #eee;
}

.section-header {
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
  padding-bottom: 25px;
}

.section-header h1,
.section-header h2 {
  margin: 0;
}

.row > * {
  padding: 0 25px;
}

.row-img {
  padding-top: 35px;
}

.feat-applications .feat-application-wrap {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .12);
  height: 100%;
  padding: 25px;
}

.feat-application-wrap .calls-to-action {
  padding-bottom: 0;
}

.feat-application-wrap .calls-to-action > * {
  margin-right:4px;
}

.feat-application-wrap p,
.feat-application-wrap li {
  font-weight: 300;
}

.feat-application-wrap .app-img,
.feat-application-wrap .sy-box {
  margin-bottom: 25px;
}

.feat-applications .sy-pager {
  display: none;
}

.feat-applications .app-content p,
.feat-applications .app-content li {
  font-size: 14px;
}

.feat-applications .app-content ol {
  padding-left: 15px;
}

.feat-applications .app-content ol li {
  padding-left: 10px;
}

.feat-applications .collaborators {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin: 15px 0;
  padding: 15px 0;
}

.feat-applications .collaborators a {
  display: block;
  padding: 0 3px;
  text-align: center;
}

.feat-applications .collaborators img {
  height: auto;
  max-height: 40px;
  max-width: 100%;
  width: auto;
}

.feat-applications .collaborators .row {
  margin: 0;
}

.feat-application-wrap.w-sidebar {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0;
}

.feat-application-wrap .app-col {
  box-shadow: 3px 0 20px rgba(0, 0, 0, .15);
  flex: 2;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.feat-application-wrap.w-sidebar .collaborators {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 25px 15px;
}

.feat-application-wrap.w-sidebar .collaborators a {
  padding: 0 10px;
}

.feat-application-wrap .app-col.sidebar {
  background: #333;
  color: #fff;
  flex: 1;
  z-index: 1;
}

.feat-application-wrap .app-col.sidebar .row {
  margin: 0;
}

.feat-application-wrap .app-col.sidebar .links h6 {
  margin-bottom: 0;
}

.feat-application-wrap .app-col.sidebar .links hr {
  border-color: #555;
  margin-top: 15px;
  margin-bottom: 5px;
}

.feat-application-wrap .app-col.sidebar .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feat-application-wrap .app-col.sidebar a {
  color: #5bb2ec;
}

.feat-application-wrap .app-col.sidebar a:hover {
  color: #3498db;
}

.feat-application-wrap .app-col.sidebar .links li {
  border-bottom: 1px solid #555;
  font-size: 11px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.interior-content .feat-applications {
  padding: 40px;
}

.interior-content .feat-applications .row > .row-content {
  padding-bottom: 30px;
}

.interior-content section {
  padding: 15px 0 30px;
}

.interior-content section .container > .row {
  padding-bottom: 30px;
}

.interior-content > section:nth-of-type(even) {
  background: #eee;
}

.interior-content .section-header {
  padding-top:25px;
}

.patient-actions .action {
  padding: 10px;
}

.action .action-content {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-left: 5px solid #00a950;
  border-radius: 4px;
  padding: 15px 20px 20px;
}

.data-definitions {
  margin: 28px 0;
}

.data-definitions .definition {
  color: #bbb;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 42px;
}

.data-definitions .definition > span {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 16px;
  padding: 20px 25px;
}

.data-definitions .definition .examples {
  border-top: 1px solid #e0e0e0;
  color: #999;
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 10px;
  padding-top: 10px;
}

.data-definitions .definition ul {
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
  margin: 15px -25px 0;
  padding: 0;
}

.data-definitions .definition ul li {
  background: #f6f6f6;
  border-top: 1px solid #e0e0e0;
  font-weight: normal;
  padding: 10px 20px 20px;
}

section.license {
  background: #00529b;
  color: #fff;
  padding: 80px;
  text-align: center;
}

section.license a {
  color: #abd8ff;
}

section.license p {
  font-size: 24px;
  font-weight: 300;
}

section.license p.sub {
  font-size: 13px;
}

.application-content {
  padding-top: 30px;
  position: relative;
}

.application-content h4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
  bottom: 0;
  text-shadow: 0 1px 1px #000, 0 -1px 1px #000, 1px 0 1px #000, -1px 0 1px #000;
  color: #fff;
  font-weight: 700;
  left: 0;
  margin: 0;
  padding: 20px;
  position: absolute;
  right: 0;
}

/* Footer */
#footer {
  background: #002342;
}

#footer .footer-row:nth-child(2) {
  text-align: center;
}

@media (min-width: 768px) {

  /* Responsive Header */
  .navbar-header {
    float: none;
  }

  .navbar-header:before,
  .navbar > .container:before,
  .navbar-header:after,
  .navbar > .container:after {
    content: none !important;
  }

  .navbar > .container {
    justify-content: space-between;
  }

  .navbar > .container .navbar-collapse,
  .navbar > .container .navbar-nav,
  .navbar > .container .navbar-nav li,
  .navbar > .container .navbar-nav li a {
    align-items: center;
    display: flex;
    height: 100% !important;
  }
}

@media (max-width: 767px) {
  .navbar-header {
    margin: 0;
    width: 100%;
  }

  .navbar {
    position: relative;
  }

  .navbar .navbar-collapse {
    background: white;
    height: 280px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
  }

  .navbar .navbar-collapse .nav {
    margin-left: 0 !important;
    padding-bottom: 5px;
    width: 100%;
  }

  .navbar .dropdown ul {
    border-left: 4px solid #eee;
  }

  .navbar li.jobs-link {
    background: #00529b;
    position: relative;
    width: 100%;
    right: auto;
    left: auto;
    top: auto;
  }
  .navbar li.jobs-link a {
    color: white;
    font-size: 16px !important;
    padding: 10px 15px 12px !important;
    text-align: left;
    text-transform: none;
  }
  .navbar li.jobs-link a:before {
  	display:none;
  }

}

@media (max-width: 992px) {
  .navbar > .container {
    width: 100%;
  }

  .navbar > .container .navbar-nav li a {
    font-size: 14px;
    padding-left: 7px !important;
    padding-right: 7px !important;
  }

}

@media (min-width: 992px) {
  /* Responsive Footer */
  #footer .footer-row:nth-child(2) {
    text-align: right;
  }
}
