@charset "UTF-8";
.flex-wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */ }

.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

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

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

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* HTML Tags */
html {
  font-size: 100%;
  margin: 0;
  padding: 0;
  height: 100%; }

body {
  font-size: 16px;
  font-family: "Centrale Sans", Tahoma, sans-serif;
  color: #56627E;
  line-height: 150%;
  height: 100vh; }

.clearfix {
  clear: both; }

/* Site layout styles */
/**
* 1. Avoid the IE 10-11 `min-height` bug.
* 2. Set `flex-shrink` to `0` to prevent Chrome, Opera, and Safari from
*    letting these items shrink to smaller than their content's default
*    minimum size.
*/
.site-wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  /* 1 */
  height: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.philips-header,
.philips-footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  /* 2 */ }

.content-wrap, .page-content {
  /*display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1 0 auto;
  /* 2 */
  -webkit-flex: 1 0 auto;
  /* 2 */
  -ms-flex: 1 0 auto;
  /* 2 */
  flex: 1 0 auto;
  /* 2 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 0; }

.navbar-up {
  top: -50px; }

.navbar-brand {
  float: left;
  padding: 0; }

ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0;
  z-index: 1555 !important;
}
  

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block !important; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: transparent; }

/* Apigee Override */
html #apigee-sso-signin-block {
  width: 100%;
  position: inherit;
  top: 0;
  right: 0;
  border-left: none; }

.node-type-smart-method td input,
.node-type-smart-method .request_payload,
.node-type-smart-method #request_response_container,
.node-type-smart-method .operation_container,
.node-type-smart-method .request_response_tabs {
  display: none; }

/* Typograhy */
a {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.section {
  clear: both;
  width: 100%; }

.section-head {
  color: #0073b4;
  font-weight: 400; }

h1.xl,
h1.large,
h1.webform-submit,
h1,
h2,
h3,
h4.header4,
.swagger-section .object .header4.title,
.lg h4,
.lg .swagger-section .object .title,
.swagger-section .object .lg .title,
.bodyLarge,
.body,
.bodysmall,
a,
.link,
.quote,
.quoteSpecial {
  font-family: "Centrale Sans", Tahoma, sans-serif;
  text-rendering: optimizeLegibility;
  word-wrap: break-word; }

h1, h2, h3, h4, .swagger-section .object .title, h5, p {
  line-height: 150%; }

h1, h2, h3, h4, .swagger-section .object .title, h5 {
  color: #030E2E; }

h1 {
  font-size: 2.8rem;
  font-weight: 700; }

h2 {
  font-size: 2.4rem;
  font-weight: 700; }

h3 {
  font-size: 2rem;
  font-weight: 700; }

h4, .swagger-section .object .title {
  font-size: 1.4rem;
  font-weight: 700; }

h5 {
  font-size: 1.1rem;
  font-weight: 700; }

p {
  color: #56627E;
  font-size: 1rem;
  line-height: 165%; }

ul, ol {
  color: #56627E;
  margin: 0;
  padding: 0;
  padding-left: 1.5rem; }
  ul li, ol li {
    font-size: 1rem;
    line-height: 150%;
    padding: 0 0 .5rem; }
    ul li li, ol li li {
      font-size: 1rem; }

th,
td strong {
  color: #030E2E; }

td {
  color: #56627E; }

@media screen and (max-width: 1000px) {
  h1 {
    font-size: 2.4rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.8rem; }
  h4, .swagger-section .object .title {
    font-size: 1.6rem; }
  h5 {
    font-size: 1.4rem; } }

.body {
  background: transparent;
  border: 0;
  font-size: 100%;
  letter-spacing: 0;
  line-height: 150%;
  padding: 0;
  text-align: left; }

.small {
  font-size: 86%;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 18px; }

a, .link {
  color: #1474b8;
  font-size: inherit;
  font-weight: 300;
  letter-spacing: 0;
  line-height: inherit;
  -o-transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out; }
  a:active, a:hover, a:focus, .link:active, .link:hover, .link:focus {
    text-decoration: none;
    color: #074579; }

.quote {
  color: #7d0063;
  font-size: 100%;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px; }

.quoteSpecial {
  color: #7d0063;
  font-size: 150%;
  font-style: italic;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 29px; }

h1.white {
  color: #fff; }

h1.lgt, h1.t, h1.lgt, h2.t {
  font-weight: 200; }

.headerXs, .xs {
  color: #3c3c3c;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 79%;
  letter-spacing: 0;
  line-height: 16px; }

.headerXs {
  font-weight: 700; }

.xs {
  font-weight: 400; }

.coibgs {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

ul.large, ul.webform-submit, ul.medium, ul.small, ul.large ul, ul.webform-submit ul, ul.medium ul, ul.small ul {
  list-style-type: none; }

ul.large li:before, ul.webform-submit li:before, ul.medium li:before, ul.small li:before {
  content: "\2022\0020"; }

ul.large, ul.webform-submit {
  font-size: 1em; }

ul.large li:before, ul.webform-submit li:before {
  font-size: 1.5em;
  font-weight: 800;
  line-height: 2.5em;
  padding-right: .714em; }

ul.medium {
  font-size: .857em;
  font-weight: 300; }

ul.medium li:before {
  font-size: 1.142em;
  font-weight: 800;
  line-height: 1.857em;
  padding-right: .571em; }

ul.small {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: .785em;
  font-weight: 400; }

ul.small li:before {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
  padding-right: .4286em; }

li a:after {
  content: ""; }

/* Tables */
.color, .table-striped {
  border-collapse: collapse;
  border-spacing: 0 4px; }

.color thead tr, .table-striped thead tr {
  background-color: #EFEFEF;
  padding: 8px;
  font-weight: bold; }

.color th,
.table-striped th {
  padding: 8px;
  font-weight: bold; }

.color tbody tr,
.color thead tr,
.table-striped tbody tr,
.table-striped thead tr {
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  margin: 14px 0; }

.color tbody tr:nth-child(odd),
.color th,
.table-striped tbody tr:nth-child(odd),
.table-striped th {
  background-color: #EFEFEF; }

/* Forms */
.form-control, .form-group select {
  display: block;
  width: 100%;
  height: 35px;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #808080;
  background-color: #fff;
  background-image: none;
  border: 1px solid #E4E9EE;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -o-transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out; }

.form-group select [multiple], select[size] {
  height: auto; }

.has-success input {
  border-color: #b6bf00;
  background-color: #e0e96e; }

.has-success label {
  color: #00693c; }

.glyphicon-ok:before {
  cotnet: "\e204"; }

.has-warning input {
  border-color: #e98300;
  background-color: #eeaf00; }

.has-warning label {
  color: #983222; }

.glyphicon-warning-sign:before {
  cotnet: ""; }

.has-error input {
  border-color: #cd202c;
  background-color: #e59aaa; }

.has-error label {
  color: #96172e; }

.glyphicon-remove:before {
  cotnet: ""; }

.formWrapper {
  display: table;
  width: 100%; }

.centeredForm {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

::-webkit-input-placeholder {
  padding-left: 4px; }

:-moz-placeholder {
  padding-left: 4px; }

::-moz-placeholder {
  padding-left: 4px; }

:-ms-input-placeholder {
  padding-left: 4px; }

input:focus {
  background-color: #e6effb;
  background-color: rgba(11, 94, 215, 0.1); }

/* input, textarea {
  -webkit-border-radius: 2px;
          border-radius: 2px; } */

.toolTip {
  background-color: #0b5ed7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  text-align: center;
  width: 26px; }

.toolTip:after {
  content: none; }

label.error {
  background-color: #e98300;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #fff;
  display: block;
  height: 34px;
  line-height: 34px;
  margin: 34px 0;
  text-align: center;
  width: 100%; }

.ta-wrap label {
  margin-top: 10px;
  vertical-align: top; }

.ta-wrap .toolTip {
  vertical-align: bottom; }

/* Block Menu Bullshit */
.menu-block-wrapper {
  margin-bottom: 54px; }

.menu-block-wrapper .nav > li > a:hover,
.menu-block-wrapper .nav > li > a:focus {
  background-color: inherit; }

.menu-block-wrapper .menu {
  border-bottom: 1px solid #E4E9EE; }

.menu-block-wrapper .menu > li {
  float: left;
  margin-bottom: -1px; }

.menu-block-wrapper .menu > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0; }

.menu-block-wrapper .menu > li > a:hover {
  border: none; }

.menu-block-wrapper .menu > li.active > a,
.menu-block-wrapper .menu > li.active > a:hover,
.menu-block-wrapper .menu > li.active > a:focus {
  color: #C5D0DA;
  cursor: default;
  background-color: #fff;
  border: 1px solid #E4E9EE;
  border-bottom-color: transparent; }

.menu-block-wrapper .menu.nav {
  width: 100%;
  border-bottom: 1px solid #CEDFF7; }

.menu-block-wrapper .menu.nav > li {
  float: none; }

.menu-block-wrapper .menu.nav > li > a {
  margin-bottom: 5px;
  text-align: center; }

.menu-block-wrapper .menu.nav > li.active {
  border-bottom: 4px solid #CEDFF7; }

.nav-tabs {
  width: 100%;
  border-bottom: 1px solid #CEDFF7;
  margin-bottom: 32px; }

.nav-tabs > li {
  float: none;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-bottom: 5px;
  text-align: center;
  margin-right: 0;
  line-height: 1.42857143; }

.nav-tabs > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

.nav-tabs > li > a:hover {
  border-color: transparent; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-bottom: 4px solid #CEDFF7; }

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: inherit; }

.nav-tabs > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

/* home */
.home-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 32, 75, 0.5)), to(rgba(15, 32, 75, 0.5))), url("../img/mast-l.jpg");
  background: -webkit-linear-gradient(rgba(15, 32, 75, 0.5), rgba(15, 32, 75, 0.5)), url("../img/mast-l.jpg");
  background: -o-linear-gradient(rgba(15, 32, 75, 0.5), rgba(15, 32, 75, 0.5)), url("../img/mast-l.jpg");
  background: linear-gradient(rgba(15, 32, 75, 0.5), rgba(15, 32, 75, 0.5)), url("../img/mast-l.jpg");
  -webkit-background-size: cover;
          background-size: cover;
  padding: 54px;
  margin-bottom: 54px; }

.home-banner h1 {
  color: white;
  color: rgba(255, 255, 255, 0.9); }

/* catalog */
.lbbg {
  /*background-color: #72B5CC;*/
  background: #1c315f;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
  background: -webkit-linear-gradient(315deg, #1c315f 0%, #158ec0 100%);
  background: -o-linear-gradient(315deg, #1c315f 0%, #158ec0 100%);
  background: linear-gradient(135deg, #1c315f 0%, #158ec0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1c315f", endColorstr="#158ec0", GradientType=1 );
  color: #fff;
  padding: 14px 0 80px;
  margin: 0; }

.lgbg {
  background: #B3C8E6;
  background: -webkit-linear-gradient(315deg, rgba(179, 200, 230, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(315deg, rgba(179, 200, 230, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(135deg, rgba(179, 200, 230, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6b3c8e6", endColorstr="#00000000", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 14px 0;
  margin: 0; }

.sin {
  height: 280px; }
  .sin img {
    display: block; }
  .sin .desc {
    margin-top: 1.5em; }
  .sin a {
    color: #fff; }
    .sin a:hover {
      text-decoration: none; }

/*section {clear: both; margin: 34px 0;}*/
section .analyze,
section .store,
section .authorize,
section .connect,
section .share,
section .orchestrate,
section .host {
  background-repeat: no-repeat;
  background-position: left;
  -webkit-background-size: 24px 24px;
          background-size: 24px;
  padding-left: 32px; }

.authorize {
  background-image: url("../img/icons/NoText/NoTextColor_01.png"); }

.connect {
  background-image: url("../img/icons/NoText/NoTextColor_02.png"); }

.store {
  background-image: url("../img/icons/NoText/NoTextColor_03.png"); }

.host {
  background-image: url("../img/icons/NoText/NoTextColor_04.png"); }

.analyze {
  background-image: url("../img/icons/NoText/NoTextColor_05.png"); }

.share {
  background-image: url("../img/icons/NoText/NoTextColor_06.png"); }

.orchestrate {
  background-image: url("../img/icons/NoText/NoTextColor_07.png"); }

.stack {
  background-color: #fff;
  border: 2px solid #003478;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  margin: 8px;
  padding: 8px; }

.stack a {
  color: #323232; }

.stack a:hover:active, .stack a:hover:hover {
  text-decoration: none; }

h1.analyze,
h1.store,
h1.authorize,
h1.connect,
h1.share,
h1.orchestrate,
h1.host {
  background-repeat: no-repeat;
  background-position: left;
  background-position-x: left;
  background-position-y: center;
  -webkit-background-size: 36px 36px;
          background-size: 36px;
  padding-left: 52px; }

.full-color-right {
  display: block;
  max-width: 100%; }

.field-type-blockreference ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }

.field-type-blockreference ul li {
  position: relative;
  display: block; }

.field-type-blockreference ul li a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.sidenav .active,
.taxonomy .active,
.field-type-blockreference .active {
  background-color: #0066A1; }

.sidenav .active > a,
.taxonomy .active > a,
.field-type-blockreference .active > a {
  font-weight: bold;
  color: #fff; }

.sidenav .active a {
  font-weight: bold; }

#service-content,
#related-services {
  margin-bottom: 80px; }
  #service-content h2,
  #related-services h2 {
    color: #030E2E;
    margin-top: 0;
    padding-top: 0; }
  #service-content h4, #service-content .swagger-section .object .title, .swagger-section .object #service-content .title,
  #related-services h4,
  #related-services .swagger-section .object .title,
  .swagger-section .object #related-services .title {
    font-size: 1.2em;
    color: #030E2E; }

#edit-query-wrapper > label {
  display: none; }

form#user-login {
  margin-bottom: 80px; }

.new-catalog-title-wrap {
  width: 100%;
  padding: 60px 0;
  text-align: center;
  background-color: #eee;
  color: #030E2E; }

.catalog-sidebar ul {
  margin: 0;
  padding: 0; }
  .catalog-sidebar ul li input {
    margin-right: 5px; }
    .catalog-sidebar ul li input:hover, .catalog-sidebar ul li input:focus {
      cursor: pointer;
      background-color: #e1e1e1; }
  .catalog-sidebar ul li a {
    color: #074579;
    font-size: 1.1em;
    padding-left: 5px; }

.pane-facetapi-0yriqgjxr1wkjrtj1fvhdmirnvxrthp0 {
  margin-top: 60px; }

.pane-views-catalog-block {
  margin: 60px 0 100px; }

.catalog-services h3 {
  color: #030E2E;
  font-weight: 400;
  margin: 60px 0 30px; }
  .catalog-services h3:first-of-type {
    margin-top: 20px; }
  .catalog-services h3 a {
    color: #074579; }

.catalog-service-box {
  display: inline-block; }
  .catalog-service-box i {
    display: none; }
  .catalog-service-box a {
    display: inline-block;
    padding: .5em 1em;
    margin: 0 1em 1em 0;
    background-color: #fff;
    -webkit-border-radius: 40px;
            border-radius: 40px;
    border: 1px solid #56627E;
    font-size: 1em;
    font-family: "Centrale Sans", Tahoma, sans-serif;
    -o-transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    color: #56627E;
    vertical-align: bottom;
    text-decoration: none;
    cursor: pointer; }
    .catalog-service-box a:hover, .catalog-service-box a:focus {
      cursor: pointer;
      border-color: #030E2E;
      color: #030E2E;
      text-decoration: none; }
      .catalog-service-box a:hover i, .catalog-service-box a:focus i {
        color: #030E2E; }

.clear-cat-filters {
  display: none;
  float: right;
  margin-top: 40px;
  font-size: 1.2em;
  color: #030E2E; }
  .clear-cat-filters:hover, .clear-cat-filters:focus {
    cursor: pointer; }

#webform-client-form-1333 > div > div.form-actions > button {
  height: auto; }

.summary {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.1em;
  padding: 15px 0; }
  .summary.not-included {
    background-color: #fbf2e0;
    border-bottom: 1px solid #faeed7; }
  .summary.included {
    background-color: #e8fce8;
    border-bottom: 1px solid #e0fae0; }
    .summary.included i {
      padding-right: 5px;
      color: lightgreen; }

a.become-client, a.contact-us {
  color: #074579;
  font-weight: 700; }
  a.become-client i, a.contact-us i {
    padding: 0 3px 0 10px; }
  a.become-client:hover, a.contact-us:hover, a.become-client:focus, a.contact-us:focus, a.become-client:active, a.contact-us:active {
    color: #074579;
    border-color: #074579; }

a.contact-us {
  font-weight: normal; }

.field-type-blockreference ul {
  list-style: none;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }

.field-type-blockreference ul li {
  position: relative;
  display: block; }

.field-type-blockreference ul li a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.sidenav .active,
.taxonomy .active,
.field-type-blockreference .active {
  background-color: transparent; }

.block-taxonomy-menu-block ul li a {
  color: #919EAB; }
  .block-taxonomy-menu-block ul li a:hover, .block-taxonomy-menu-block ul li a:focus {
    text-decoration: none; }

.block-taxonomy-menu-block ul li.active::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  vertical-align: middle;
  top: 15px;
  width: 8px;
  height: 8px;
  background-color: #CEDFF7;
  -webkit-border-radius: 100%;
          border-radius: 100%; }

.sidenav .active > a,
.taxonomy .active > a,
.field-type-blockreference .active > a {
  font-weight: bold;
  color: #030E2E; }

.sidenav .active a {
  font-weight: bold; }

#block-system-main > div.container > div.row.clearfix > div.col-sm-3 > div > div.field-label {
  font-size: 1.2em;
  color: #074579; }

#service-sidebar {
  margin-bottom: 80px; }

.catalog-comments-form #edit-comment-body-und-0-format > div > div.form-item.form-item-comment-body-und-0-format.form-type-select.form-group,
.catalog-comments-form #edit-comment-body-und-0-format {
  display: none; }

.catalog-comments-form #edit-actions button {
  display: block !important;
  margin: 15px auto; }

.content-wrap .pagination {
  margin-top: 40px; }
  .content-wrap .pagination li a {
    margin: 0; }

.service {
  display: table; }

.service li {
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word; }

.service li a {
  vertical-align: middle;
  word-wrap: break-word; }

.service li a:hover, .service li a:active {
  text-decoration: none; }

.stacked {
  margin: 8px 0;
  width: 100%; }

.service li {
  border: 2px solid #E0E0E0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  height: 128px;
  margin: 16px;
  padding: 0;
  width: 144px;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: middle; }

.service li a {
  display: block;
  padding: 16px;
  width: 100%;
  height: 100%; }

.service li.authorize, .service li.connect, .service li.store, .service li.host {
  background-image: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f204b+0,003478+56,0066a1+100 */
  background: #0f204b;
  /* Old browsers */
  background: -webkit-linear-gradient(315deg, #0f204b 0%, #003478 56%, #0066a1 100%);
  background: -o-linear-gradient(315deg, #0f204b 0%, #003478 56%, #0066a1 100%);
  background: linear-gradient(135deg, #0f204b 0%, #003478 56%, #0066a1 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0f204b", endColorstr="#0066a1", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.service li.authorize a, .service li.connect a, .service li.store a, .service li.host a {
  color: #fff; }

.service li.analyze {
  background-image: none;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#22505f+0,156570+56,1e9d8b+100 */
  background: #22505f;
  /* Old browsers */
  background: -webkit-linear-gradient(315deg, #22505f 0%, #156570 56%, #1e9d8b 100%);
  background: -o-linear-gradient(315deg, #22505f 0%, #156570 56%, #1e9d8b 100%);
  background: linear-gradient(135deg, #22505f 0%, #156570 56%, #1e9d8b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#22505f", endColorstr="#1e9d8b", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.service li.analyze a {
  color: #fff; }

.service li.share {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#42145f+0,631d76+56,7d0063+100 */
  background: #42145f;
  /* Old browsers */
  background: -webkit-linear-gradient(315deg, #42145f 0%, #631d76 56%, #7d0063 100%);
  background: -o-linear-gradient(315deg, #42145f 0%, #631d76 56%, #7d0063 100%);
  background: linear-gradient(135deg, #42145f 0%, #631d76 56%, #7d0063 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#42145f", endColorstr="#7d0063", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.service li.share a {
  color: #fff;
  word-wrap: break-word; }

.service li.orchestrate {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#772432+0,983222+50,e98300+100 */
  background: #772432;
  /* Old browsers */
  background: -webkit-linear-gradient(315deg, #772432 0%, #983222 50%, #e98300 100%);
  background: -o-linear-gradient(315deg, #772432 0%, #983222 50%, #e98300 100%);
  background: linear-gradient(135deg, #772432 0%, #983222 50%, #e98300 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#772432", endColorstr="#e98300", GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.service li.orchestrate a {
  color: #fff; }

/* /catalog */
@media (min-width: 768px) {
  .nav-tabs > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs > li > a {
    margin-bottom: 0; } }

.tab-content > .tab-pane {
  display: none;
  visibility: hidden; }

.tab-content > .active {
  display: block;
  visibility: visible; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0; }

/* override default navbar :hover */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  /* rz  background-color: transparent; */
  background: linear-gradient(135deg, #1c315f 0%, #158ec0 100%);
  /* color: #5D5D5D;*/ }

.navbar .btn, .navbar {
  background-color: transparent;
  min-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
background: linear-gradient(135deg, #1c315f 0%, #158ec0 100%);
  color: #5D5D5D; }

.navbar .btn:focus {
  border: none;
  outline: none; }

.navbar input:focus {
  background: #fff; }

#content {
  margin-top: 54px; }

@media only screen and (max-width: 767px) {
  nav#philips {
    float: right; } }

.navbar-default .navbar-nav > li > a {
  color: #5D5D5D; }

#content {
  margin-top: 54px; }

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #CEDFF7;
  -webkit-border-radius: 2px;
          border-radius: 2px; }

/* DRUPAL */
.node-type-hsdp-service .page-title {
  display: none; }

#user-login .form-control {
  width: 50%; }

.topBanner, .middleBanner {
  margin-bottom: 34px; }

section.block {
  margin: 0; }

/*panel page fix to remove extra top mar*/
.row section.col-sm-12 {
  margin-top: 0; }

.topBanner {
  margin-top: 34px; }

.menu-block-wrapper .menu.nav > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

.node .links, .comment .links {
  display: none; }

.client-login form {
  margin-bottom: 54px;
  margin-top: 54px; }

.client-login ul {
  display: none; }

/*.book-navigation .book-toc {display: none;}*/
.block-hsdp-service button {
  clear: both;
  display: block;
  float: right;
  margin-bottom: 14px; }

.taxonomy-term-description {
  margin-bottom: 14px; }

@media (min-width: 768px) {
  .menu-block-wrapper .menu.nav > li {
    display: table-cell;
    width: 1%; }
  .menu-block-wrapper .menu.nav > li > a {
    margin-bottom: 0; } }

.menu-block-wrapper .menu.nav > li > a {
  margin-right: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.menu-block-wrapper .menu.nav > .active > a,
.menu-block-wrapper .menu.nav > .active > a:hover,
.menu-block-wrapper .menu.nav > .active > a:focus {
  border: none; }

@media (min-width: 768px) {
  .banner {
    background: url("../img/mast-m.jpg");
    -webkit-background-size: cover;
            background-size: cover; }
  .menu-block-wrapper .menu.nav > li > a {
    border-bottom: none;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .menu-block-wrapper .menu.nav > .active > a,
  .menu-block-wrapper .menu.nav > .active > a:hover,
  .menu-block-wrapper .menu.nav > .active > a:focus {
    border-bottom-color: #fff; } }

/* APIGEE */
.add-app {
  background-color: #CEDFF7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 0;
  color: #fff;
  display: inline-block;
  outline: 0;
  padding: 5px 20px;
  min-width: 142px;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle; }

.philips-footer {
  color: #fff;
  background: #1c315f;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
  background: -webkit-linear-gradient(315deg, #1c315f 0%, #158ec0 100%);
  background: -o-linear-gradient(315deg, #1c315f 0%, #158ec0 100%);
  background: linear-gradient(135deg, #1c315f 0%, #158ec0 100%);
  /*height: 320px;*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1c315f", endColorstr="#158ec0", GradientType=1 );
  position: relative;
  width: 100%;
  padding-bottom: 33px; }
  .philips-footer .links {
    color: #fff; }
    .philips-footer .links p {
      color: #fff; }

.region-footer p {
  color: #fff; }

/* Drupal puts everything into a section, have to override default style */
.philips-footer section {
  margin: 0; }

.philips-footer .footer-links, .footer-links a {
  color: #fff;
  text-align: center; }

.philips-footer .shield {
  display: block;
  margin: 0 auto;
  padding: 70px 0;
  width: 110px; }

ul.footer-links {
  display: block;
  list-style: none;
  text-align: center; }

ul.footer-links li {
  text-align: center;
  color: #fff; }

div.links {
  text-align: center; }

div.links, div.links a {
  color: #fff; }

div.links:after {
  clear: both;
  *zoom: 1;
  height: 0;
  visibility: hidden;
  display: block; }

/* Boostrap Elements! *********************************/
.btn {
  font-size: 14px;
  /* background-color: #0089c4; */
  -webkit-border-radius: 2px;
          border-radius: 2px;
  border: 0;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: inline-block;
  min-width: 76px;
  outline: 0;
  padding: 5px 20px;
  min-width: 142px;
}
.btn.btn-success {
  background-color: #5bb75b;
}

.btn.btn-success:hover, .btn.btn-success:active {
  background-color: #50a650;
}

.dropdown-menu a:hover, .dropdown-menu a:active {
  background-color: #0073b4;
  color: #fff; }

.btn:active {
  -webkit-box-shadow: inset 0 0 5px rgba(11, 34, 101, 0.4);
          box-shadow: inset 0 0 5px rgba(11, 34, 101, 0.4); }

.btn-orange {
  background-color: #e98300; }

.btn-orange:hover {
  background-color: #d95700; }

.btn-orange:active {
  background-color: #772432; }

.btn-grey {
  background-color: #e0e0e0; }

.btn-grey:hover {
  background-color: #ccc; }

.btn-grey:active {
  background-color: #b9b9b9; }

.btn-white {
  background-color: #fff;
  border: 1px solid #CEDFF7;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  color: #CEDFF7; }

.btn-white:hover {
  background-color: #e0e0e0; }

.btn-white:active {
  background-color: #efefef; }

.btn-green {
  background: #b6bf00; }

.btn-green:hover {
  background: #a4af00; }

.btn-green:active {
  background: #024731; }

.btn-none {
  background-color: transparent;
  color: #CEDFF7;
  min-width: 0;
  display: inline; }

.btn-none:hover, .btn-none:active {
  text-decoration: underline; }

span.badge {
  background: #629fd4; }

.alert.top {
  margin-bottom: 0 !important;
  -webkit-border-radius: 0 !important;
          border-radius: 0 !important; }

.navbar-default .navbar-nav > li > a {
  color: #5D5D5D; }

.not-logged-in .philips-header .nav > li > a.hsdp {
  font-size: 150%;
  padding: 15px 20px; }

.not-logged-in .philips-header h1 {
  color: #fff; }

.not-logged-in .row.summary, .not-logged-in .summary-box {
  background-color: #eee;
  border-bottom: 1px solid #E0E0E0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  padding: 20px 40px;
  margin-bottom: 56px; }

.not-logged-in .row.summary .btn,
.not-logged-in .summary-box .btn {
  clear: both;
  float: right;
  min-width: 200px;
  margin-bottom: 14px; }

.tab-row {
  margin-top: 54px; }

.summary .field {
  margin-bottom: 14px; }

.cta {
  text-align: right; }

.cta .btn {
  margin-bottom: 14px;
  width: 50%; }

pre {
  border: none; }

pre[class*="language-"] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

pre[class*="language-"]:before, pre[class*="language-"]:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.code-tabs {
  background-color: #888888;
  margin: 34px auto; }

.code-tabs > li {
  float: left;
  width: auto; }

.code-tabs > li > a {
  color: #E0E0E0; }

.code-tabs > li > a:hover {
  color: #B9B9B9; }

.code-tabs > li.active > a, .code-tabs > li:focus > a {
  background-color: #B9B9B9;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #CEDFF7; }

.code-tabs > li.active > a:hover {
  background-color: #B9B9B9;
  border-bottom-color: #E0E0E0;
  color: #E0E0E0; }

.authorize .container h2,
.authorize .container dt {
  color: #0066a0; }

.authorize .container .btn {
  background-color: #0066a0; }

/*  Utility Classes */
.nds {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4); }

.lds {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.07); }

.gradient {
  background: -webkit-gradient(radial, 50% 0, 50% 5px, 100%, from(#e1e1e1), to(rgba(255, 255, 255, 0))); }

#bgModal {
  z-index: 1;
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  background: #000;
  top: 0;
  left: 0; }

#toOpen {
  background: #fff;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  display: none;
  heigth: 35%;
  left: 50%;
  margin-left: -17.25%;
  margin-top: -17.25%;
  padding: 4px;
  position: fixed;
  text-align: left;
  top: 50%;
  width: 35%;
  z-index: 2; }

.headModal {
  text-align: right; }

.close {
  text-decoration: none; }

a.close:after {
  content: ""; }

div#contentModal {
  margin: 8px; }

.label {
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: block;
  font-weight: normal;
  text-align: right; }

fieldset legend {
  color: #0077ab;
  border-bottom: 0;
  font-size: 121%;
  font-weight: 700; }

.xport-links {
  text-align: right; }

.pagination {
  display: table; }

.pagination a {
  border: 0;
  display: table-cell;
  margin: 4px;
  color: #323232; }

.pagination a:hover {
  background: transparent;
  border: 1px solid; }

.pagination span {
  color: #0073b4;
  background: transparent; }

.pagination > .prev > a,
.pagination > .next > a,
.pagination > a.nextLink,
.pagination > a.prevLink,
.pagination > .currentStep {
  color: #0073b4; }

/* .not-front .not-logged-in */
.not-logged-in .philips-header,
.not-logged-in .navbar-collapse .glyphicon {
  color: #fff; }

.region-topbanner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.not-logged-in .navbar-brand {
  float: none;
  height: auto;
  padding: 0;
  line-height: inherit; }

.not-logged-in .navbar-default .navbar-nav > .active > a,
.not-logged-in .navbar-default .navbar-nav > .active > a:hover,
.not-logged-in .navbar-default .navbar-nav > .active > a:focus,
.not-logged-in .navbar-default .navbar-nav > li > a:hover,
.not-logged-in .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #fff; }

.not-logged-in h1 span {
  font-weight: 200;
  font-size: 60%;
  color: #fff; }

.not-logged-in ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block !important; }

.not-logged-in ul.nav li.dropdown ul.dropdown-menu {
  margin-top: 0; }

.not-logged-in .navbar {
  -webkit-box-shadow: none;
          box-shadow: none; }

/* Philips Header, Content and Footer */
.front.not-logged-in .philips-header {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(21, 141, 191, 0.2)), to(rgba(28, 49, 95, 0.9))), url("../img/mast-l.jpg");
  background: -webkit-linear-gradient(bottom, rgba(21, 141, 191, 0.2), rgba(28, 49, 95, 0.9)), url("../img/mast-l.jpg");
  background: -o-linear-gradient(bottom, rgba(21, 141, 191, 0.2), rgba(28, 49, 95, 0.9)), url("../img/mast-l.jpg");
  background: linear-gradient(0deg, rgba(21, 141, 191, 0.2), rgba(28, 49, 95, 0.9)), url("../img/mast-l.jpg");
  -webkit-background-size: cover;
          background-size: cover; }

.not-logged-in .philips-header {
  background: -webkit-gradient(linear, left bottom, left top, from(#158dbf), to(#1c315f));
  background: -webkit-linear-gradient(bottom, #158dbf, #1c315f);
  background: -o-linear-gradient(bottom, #158dbf, #1c315f);
  background: linear-gradient(0deg, #158dbf, #1c315f);
  -webkit-background-size: cover;
          background-size: cover; }

.not-logged-in .philips-header .navbar-nav > .active > a {
  background: transparent; }

.not-logged-in .philips-header .navbar-default {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0;
          border-radius: 0; }

.not-logged-in .philips-header .nav > li > a:focus {
  color: #fff; }

.not-logged-in .philips-header .nav > li > a:hover:after,
.nav > li > a:focus:after,
.nav > li > a:hover:before,
.nav > li > a:focus:before,
.not-logged-in .philips-header .nav > li.active > a:after,
.not-logged-in .philips-header .nav > li.active-trail > a:after {
  content: "";
  height: 0;
  position: absolute;
  width: 0; }

.not-logged-in .philips-header .nav > li > a:hover:after,
.not-logged-in .philips-header .nav > li > a:focus:after,
.not-logged-in .philips-header .nav > li.active > a:after,
.not-logged-in .philips-header .nav > li.active-trail > a:after {
  border: 6px solid transparent;
  border-bottom-color: rgba(255, 255, 255, 0.8);
  left: 50%;
  margin-left: -10px;
  top: 38px; }

.shape {
  font-size: 13px;
  line-height: 18px;
  padding: 95px 0 0 14px;
  color: #fff;
  vertical-align: bottom;
  width: 140px;
  height: 140px;
  background-image: url("../img/PhilipsShapeOnlineBig_Blank.png");
  -webkit-background-size: contain;
          background-size: contain; }

.not-logged-in .philips-header .nav-wrap {
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 0 auto;
  background: transparent; }
  .not-logged-in .philips-header .nav-wrap .not-logged-in-nav {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 15px 1.5rem;
    height: auto;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .logo {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 1;
          -ms-flex: 1 0 1;
              flex: 1 0 1; }
    .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-nav li a,
      .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-right li a {
        color: #fff;
        border-bottom: 2px solid transparent;
        display: inline-block;
        padding: 0;
        padding-bottom: 5px;
        margin: 0 2rem 0 0; }
        .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-nav li a:hover, .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-nav li a.active, .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-nav li a:focus,
        .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-right li a:hover,
        .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-right li a.active,
        .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-right li a:focus {
          background: none;
          text-decoration: none;
          border: none;
          border-bottom: 2px solid #fff; }
          .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-nav li a:hover::after, .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-nav li a.active::after, .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-nav li a:focus::after,
          .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-right li a:hover::after,
          .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-right li a.active::after,
          .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-right li a:focus::after {
            display: none; }
      .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-nav {
        margin: 0;
        padding: 0; }
      .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-right {
        float: initial;
        margin: 0;
        padding: 0; }
    .not-logged-in .philips-header .nav-wrap .not-logged-in-nav button.navbar-toggle {
      border: none; }
  .not-logged-in .philips-header .nav-wrap .navbar, .not-logged-in .philips-header .nav-wrap .navbar-collapse, .not-logged-in .philips-header .nav-wrap .navbar-header {
    border: none;
    border-bottom: none;
    border-top: none; }
  .not-logged-in .philips-header .nav-wrap .navbar-right {
    padding: 5px 0 0;
    margin: 0; }
  .not-logged-in .philips-header .nav-wrap .logo, .not-logged-in .philips-header .nav-wrap .navbar {
    border-top: none;
    border-bottom: none;
    margin-bottom: 0;
    padding-top: 10px; }
  .not-logged-in .philips-header .nav-wrap .nav-toggle-wrap {
    display: none; }
  .not-logged-in .philips-header .nav-wrap .nav-toggle {
    display: none;
    z-index: 9999;
    text-indent: 101%;
    white-space: nowrap;
    width: 30px;
    height: 20px;
    cursor: pointer; }
    .not-logged-in .philips-header .nav-wrap .nav-toggle span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #fff;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -o-transition: .15s ease-in-out;
      -webkit-transition: .15s ease-in-out;
      transition: .15s ease-in-out;
      content: ''; }
      .not-logged-in .philips-header .nav-wrap .nav-toggle span:nth-child(2), .not-logged-in .philips-header .nav-wrap .nav-toggle span:nth-child(3) {
        top: 8px; }
      .not-logged-in .philips-header .nav-wrap .nav-toggle span:nth-child(4) {
        top: 16px; }
  .not-logged-in .philips-header .nav-wrap .nav-toggle.open span {
    background: #fff; }
    .not-logged-in .philips-header .nav-wrap .nav-toggle.open span:nth-child(1), .not-logged-in .philips-header .nav-wrap .nav-toggle.open span:nth-child(4) {
      display: none; }
    .not-logged-in .philips-header .nav-wrap .nav-toggle.open span:nth-child(2) {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .not-logged-in .philips-header .nav-wrap .nav-toggle.open span:nth-child(3) {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

@media screen and (max-width: 1430px) {
  .not-logged-in .philips-header .nav-wrap .not-logged-in-nav {
    padding: 1rem 30px 1.5rem; } }

@media screen and (max-width: 767px) {
  .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .logo {
    margin-bottom: 1em; }
  .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
    .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-nav li a,
    .not-logged-in .philips-header .nav-wrap .not-logged-in-nav .navbar ul.navbar-right li a {
      padding-top: 1.5rem; }
  .not-logged-in .philips-header .nav-wrap .not-logged-in-nav button {
    top: -29px;
    right: 12px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 30px;
    height: 20px;
    padding: 0 !important;
    margin: 0 !important; }
    .not-logged-in .philips-header .nav-wrap .not-logged-in-nav button .nav-toggle {
      display: block; } }

.shape span {
  padding-top: 120px;
  vertical-align: bottom; }

.not-logged-in .navbar-default .navbar-nav > li > a,
.not-logged-in .navbar-default .navbar-right > li > a {
  color: #fff;
  font-size: .95em; }

.navbar-collapse div[role="search"] form .form-text {
  position: absolute;
  top: 6px;
  right: 30px;
  width: 0;
  opacity: 0;
  display: none;
  -o-transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out; }

.navbar-collapse div[role="search"] form.active .form-text {
  width: 250px;
  display: block;
  opacity: 1; }

.navbar-collapse div[role="search"] form.active button {
  display: none; }

.navbar-right {
  margin-right: 20px; }

#unauth-search {
  position: absolute;
  right: 0;
  top: 14px;
  color: #fff;
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  .not-logged-in .navbar-default {
    width: 100%;
    margin-left: 0; }
  .navbar-collapse div[role="search"] form .form-text,
  .navbar-collapse div[role="search"] form.active .form-text {
    position: relative;
    width: 250px;
    display: block;
    opacity: 1;
    margin: -20px 0 30px 30px; }
  .navbar-collapse div[role="search"] form.active button {
    display: none; }
  #unauth-search {
    position: relative;
    color: #444;
    top: 22px;
    left: 220px;
    z-index: 100000; } }

@media (min-width: 768px) {
  .front.not-logged-in .banner {
    background: url("../img/mast-m.jpg");
    -webkit-background-size: cover;
            background-size: cover; }
  .navbar-right > li {
    float: right; } }

@media only screen and (max-width: 767px) {
  .not-logged-in .bleed {
    margin-top: 56px; }
  .front.not-logged-in .banner {
    background: url("../img/mast-m.jpg");
    -webkit-background-size: cover;
            background-size: cover; } }

@media only screen and (max-width: 480px) {
  iframe {
    max-width: 100%;
    width: 100%; }
  .not-logged-in .philips-header .navbar-nav > .active > a {
    background: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #777;
    border-top: 1px solid #777; }
  #navbar-collapse-1 {
    background: #e9f3f6;
    background: -webkit-gradient(linear, left top, right top, from(#e9f3f6), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, #e9f3f6 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, #e9f3f6 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, #e9f3f6 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e9f3f6", endColorstr="#ffffff", GradientType=1 ); }
  .front.not-logged-in .banner {
    background: url("../img/mast-s.jpg");
    -webkit-background-size: cover;
            background-size: cover; } }

@media only screen and (max-width: 480px) {
  .home-banner {
    display: none; }
  .not-logged-in .philips-header .navbar-nav > .active > a {
    background: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #777;
    border-top: 1px solid #777; }
  .philips-header .nav > li > a:focus {
    color: #333; }
  .philips-header .nav > li > a:hover:after, .nav > li > a:focus:after, .nav > li > a:hover:before, .nav > li > a:focus:before, .philips-header .nav > li.active > a:after, .philips-header .nav > li.active-trail > a:after {
    content: none; }
  .philips-header .nav > li > a:hover:after, .philips-header .nav > li > a:focus:after, .philips-header .nav > li.active > a:after, .philips-header .nav > li.active-trail > a:after {
    border: none; }
  .philips-footers {
    margin-left: 0;
    margin-right: 0; }
  .breadcrumb, .search {
    display: none; } }

@media print {
  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }
  a[href]:after {
    content: none; }
  .philips-header,
  .philips-footer,
  .search {
    display: none; } }

@font-face {
  font-family: "Centrale Sans";
  font-style: bold;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/CentraleSans/CentraleSans-Bold/CentraleSans-Bold.woff") format("woff"), url("../fonts/CentraleSans/CentraleSans-Bold/CentraleSans-Bold.ttf") format("truetype"), url("../fonts/CentraleSans/CentraleSans-Bold/CentraleSans-Bold.eot?iefix") format("eot"); }

@font-face {
  font-family: "Centrale Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/CentraleSans/CentraleSans-Book/CentraleSans-Book.woff") format("woff"), url("../fonts/CentraleSans/CentraleSans-Book/CentraleSans-Book.ttf") format("truetype"), url("../fonts/CentraleSans/CentraleSans-Book/CentraleSans-Book.eot?iefix") format("eot"); }

@font-face {
  font-family: "Centrale Sans";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/CentraleSans/CentraleSans-Light/CentraleSans-Light.woff") format("woff"), url("../fonts/CentraleSans/CentraleSans-Light/CentraleSans-Light.ttf") format("truetype"), url("../fonts/CentraleSans/CentraleSans-Light/CentraleSans-Light.eot?iefix") format("eot"); }

@font-face {
  font-family: "Centrale Sans";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/CentraleSans/CentraleSans-LightItalic/CentraleSans-LightItalic.woff") format("woff"), url("../fonts/CentraleSans/CentraleSans-LightItalic/CentraleSans-LightItalic.ttf") format("truetype"), url("../fonts/CentraleSans/CentraleSans-LightItalic/CentraleSans-LightItalic.eot?iefix") format("eot"); }

@font-face {
  font-family: "Centrale Sans";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/CentraleSans/CentraleSans-XBold/CentraleSans-XBold.woff") format("woff"), url("../fonts/CentraleSans/CentraleSans-XBold/CentraleSans-XBold.ttf") format("truetype"), url("../fonts/CentraleSans/CentraleSans-XBold/CentraleSans-XBold.eot?iefix") format("eot"); }

@font-face {
  font-family: "philips-global-icon-font";
  font-display: swap;
  src: url("../fonts/philips-global-icon-font/philips-global-icon-font.woff") format("woff"), url("../fonts/philips-global-icon-font/philips-global-icon-font.ttf") format("truetype"), url("../fonts/philips-global-icon-font/philips-global-icon-font.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

.p-icon-first:after,
.p-icon-last:after,
.p-arrow-down:after,
.p-arrow-right:after,
.p-arrow-small:after,
.p-checkbox.p-checked:after,
.p-icon-360-reset:after,
.p-icon-360-rotate:after,
.p-icon-arrow-down:after,
.p-icon-arrow-left:after,
.p-icon-arrow-right:after,
.p-icon-arrow-up:after,
.p-icon-checkmark:after,
.p-icon-checkmark-rounded:after,
.p-icon-close:after,
.p-icon-close-02:after,
.p-icon-cross:after,
.p-icon-down:after,
.p-icon-envelope:after,
.p-icon-envelope:after,
.p-icon-exit-fullscreen:after,
.p-icon-facebook:after,
.p-icon-flickr:after,
.p-icon-fullscreen:after,
.p-icon-gallery-grid:after,
.p-icon-gallery-preview:after,
.p-icon-googleplus:after,
.p-icon-grid-view:after,
.p-icon-inpage:after,
.p-icon-instagram:after,
.p-icon-link:after,
.p-icon-linkedin:after,
.p-icon-list-view:after,
.p-icon-livejournal:after,
.p-icon-magnifier:after,
.p-icon-myphilips:after,
.p-icon-next:after,
.p-icon-pause:after,
.p-icon-philips-wordmark-2008:after,
.p-icon-pinterest:after,
.p-icon-play:after,
.p-icon-play-button:after,
.p-icon-plus:after,
.p-icon-prev:after,
.p-icon-question-mark:after,
.p-icon-questionmark:after,
.p-icon-record:after,
.p-icon-rss:after,
.p-icon-search:after,
.p-icon-share:after,
.p-icon-shoppingcart:after,
.p-icon-stories:after,
.p-icon-tencentweibo:after,
.p-icon-twitter:after,
.p-icon-up:after,
.p-icon-vkontakte:after,
.p-icon-volume-high:after,
.p-icon-volume-low:after,
.p-icon-volume-medium:after,
.p-icon-volume-mute:after,
.p-icon-weibo:after,
.p-icon-youtube:after {
  font-family: "philips-global-icon-font";
  font-style: normal; }

.p-icon-arrow-left-before:before {
  font-family: "philips-global-icon-font";
  font-style: normal; }

.p-icon-philips-wordmark-2008:after {
  content: "\e100"; }

.p-icon-arrow-up:after,
.p-icon-up:after {
  content: "\e200"; }

.p-icon-arrow-down:after,
.p-icon-down:after,
.p-arrow-down:after {
  content: "\e201"; }

.p-arrow-down:after {
  font-size: 8px;
  font-size: .8rem; }

.p-icon-arrow-left:after,
.p-icon-prev:after {
  content: "\e202"; }

.p-icon-first:after {
  content: "\e202\e202"; }

.p-icon-last:after {
  content: "\e203\e203"; }

.p-icon-arrow-left-before:before {
  content: "\e202"; }

.p-arrow-right:after,
.p-arrow-small:after,
.p-icon-arrow-right:after,
.p-icon-next:after {
  content: "\e203"; }

.p-icon-checkmark:after {
  content: "\e204"; }

.p-icon-fullscreen:after {
  content: "\e205"; }

.p-icon-exit-fullscreen:after {
  content: "\e206"; }

.p-icon-grid-view:after {
  content: "\e207"; }

.p-icon-list-view:after {
  content: "\e208"; }

.p-icon-magnifier:after,
.p-icon-search:after {
  content: "\e209"; }

.p-icon-play:after {
  content: "\e20a"; }

.p-icon-pause:after {
  content: "\e20b"; }

.p-icon-record:after {
  content: "\e20c"; }

.p-icon-play-button:after {
  content: "\e20d"; }

.p-icon-plus:after {
  content: "\e20e"; }

.p-icon-close:after,
.p-icon-close-02:after,
.p-icon-cross:after {
  content: "\e20f"; }

.p-icon-questionmark:after,
.p-icon-question-mark:after {
  content: "\e210"; }

.p-icon-volume-high:after {
  content: "\e211"; }

.p-icon-volume-medium:after {
  content: "\e212"; }

.p-icon-volume-low:after {
  content: "\e213"; }

.p-icon-volume-mute:after {
  content: "\e214"; }

.p-icon-shoppingcart:after {
  content: "\e215"; }

.p-icon-myphilips:after {
  content: "\e216"; }

.p-icon-checkmark-rounded:after {
  content: "\e222"; }

.p-icon-360-rotate:after {
  content: "\e221"; }

.p-icon-360-reset:after {
  content: "\e220"; }

.p-icon-gallery-grid:after {
  content: "\e218"; }

.p-icon-gallery-preview:after {
  content: "\e219"; }

.p-icon-envelope:after {
  content: "\e217"; }

.p-icon-facebook:after {
  content: "\e300"; }

.p-icon-flickr:after {
  content: "\e301"; }

.p-icon-googleplus:after {
  content: "\e302"; }

.p-icon-instagram:after {
  content: "\e303"; }

.p-icon-link:after {
  content: "\e304"; }

.p-icon-linkedin:after {
  content: "\e305"; }

.p-icon-livejournal:after {
  content: "\e306"; }

.p-icon-pinterest:after {
  content: "\e307"; }

.p-icon-rss:after {
  content: "\e308"; }

.p-icon-weibo:after {
  content: "\e309"; }

.p-icon-tencentweibo:after {
  content: "\e30a"; }

.p-icon-twitter:after {
  content: "\e30b"; }

.p-icon-vkontakte:after {
  content: "\e30c"; }

.p-icon-youtube:after {
  content: "\e30d"; }

.p-icon-stories:after {
  content: "\e400"; }

.p-icon-share:after {
  content: "\e401"; }

.p-icon-inpage:after {
  content: "\e402"; }

.p-square {
  color: #CEDFF7;
  cursor: pointer;
  font-size: 21px;
  font-size: 2.1rem;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: transparent;
  -webkit-border-radius: 2px;
          border-radius: 2px; }

.p-square:hover {
  background: #0089c4; }

.p-square.p-icon-close:before {
  content: ""; }

.p-square.p-icon-close:after {
  margin-top: 6px;
  margin-top: .6rem; }

.p-square:after {
  display: block;
  text-align: center; }

.p-square:hover:after {
  color: #fff; }

.p-square.p-small {
  display: inline-block;
  width: 26px;
  height: 26px;
  background: transparent;
  font-size: 14px;
  font-size: 1.4rem; }

.p-square.p-small:hover {
  background: #0089c4; }

.p-square.p-xsmall {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent;
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem; }

.p-square.p-xsmall:hover {
  background: #0089c4; }

.p-square.p-xsmall.p-icon-question-mark:after {
  content: "\e608"; }

button.p-square.p-small {
  width: 26px;
  height: 26px; }

/* ---------------------------------------------------------------
/\/\/\/\/\/\/\/\/Legal Terms and Conditions STYLES\/\/\/\/\/\/\/\/
----------------------------------------------------------------*/
/* Drupal Overrides */
.page-legal-accept legend.panel-heading {
  display: none; }

.page-legal-accept .control-label {
  display: none; }

.page-legal-accept fieldset .panel-body {
  padding: 0; }

.page-legal-accept fieldset .form-group {
  margin-bottom: 0; }

.page-legal-accept fieldset .checkbox {
  margin-top: 0; }

.page-legal-accept #edit-save {
  text-align: center;
  margin: 0 0 0 auto;
  display: block; }

/* ---------------------------------------------------------------
/\/\/\/\/\/\/\/\/\/\/\/SWAGGER UI STYLES\/\/\/\/\/\/\/\/\/\/\/\/\/
----------------------------------------------------------------*/
/* Taken from swagger stylesheet, changing font for HSDP, leaving the rest for future responsive changes */
.swagger-section .swagger-ui-wrap {
  line-height: 1;
  font-family: 'Centrale Sans', Tahoma, sans-serif !important;
  /* HSDP specific font */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* JSONEditor specific styling */ }

.swagger-section .swagger-ui-wrap .heading a {
  cursor: default;
  text-decoration: none; }

.swagger-section .swagger-ui-wrap .heading a:hover {
  cursor: default;
  text-decoration: none !important; }

.swagger-section .swagger-ui-wrap table thead tr th {
  padding: 5px;
  font-size: 1.1em;
  font-weight: 600;
  color: #666;
  border-bottom: 1px solid #E4E9EE; }

.swagger-section .swagger-ui-wrap table tbody tr td {
  padding: 6px;
  font-size: 1em;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  line-height: 1.3em; }

.swagger-section .swagger-ui-wrap table tbody tr td,
.swagger-section .swagger-ui-wrap table span,
.swagger-section .swagger-ui-wrap table p,
.swagger-section .swagger-ui-wrap table li {
  font-size: 1em; }

.swagger-section .swagger-ui-wrap p,
.markdown p {
  font-size: 1.1em;
  line-height: 1.5em;
  padding: 0 0 10px;
  color: #333333; }

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content h4, .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content .object .title, .swagger-section .object .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.content .title {
  font-size: 1.4em;
  margin: 0;
  padding: 15px 0 5px; }

.operation-params td,
.response-messages td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-top: none;
  border-left: none; }

.operation-params td:last-of-type,
.response-messages td:last-of-type {
  border-right: none; }

/* Swagger <pre> <code> styles overridden */
.swagger-section .swagger-ui-wrap pre {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  background-color: #3a3939;
  border: 1px solid #222;
  padding: 10px; }

.swagger-section .swagger-ui-wrap .markdown pre {
  font-family: "Anonymous Pro", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  background-color: #3a3939;
  border: 1px solid #222;
  padding: 10px;
  margin: 0 0 10px 0; }

.swagger-section .swagger-ui-wrap pre code {
  line-height: 1.6em;
  background: none; }

.swagger-section pre code {
  display: block;
  padding: 0.5em;
  background: #3a3939; }

.swagger-section .swagger-ui-wrap .model-signature pre:hover {
  background-color: #3a3939; }

.swagger-section pre code,
.swagger-section pre .subst,
.swagger-section pre .tag .title,
.swagger-section pre .lisp .title,
.swagger-section pre .clojure .built_in,
.swagger-section pre .nginx .title {
  color: #fafafa; }

.swagger-section pre .string,
.swagger-section pre .title,
.swagger-section pre .constant,
.swagger-section pre .parent,
.swagger-section pre .tag .value,
.swagger-section pre .rules .value,
.swagger-section pre .rules .value .number,
.swagger-section pre .preprocessor,
.swagger-section pre .ruby .symbol,
.swagger-section pre .ruby .symbol .string,
.swagger-section pre .aggregate,
.swagger-section pre .template_tag,
.swagger-section pre .django .variable,
.swagger-section pre .smalltalk .class,
.swagger-section pre .addition,
.swagger-section pre .flow,
.swagger-section pre .stream,
.swagger-section pre .bash .variable,
.swagger-section pre .apache .tag,
.swagger-section pre .apache .cbracket,
.swagger-section pre .tex .command,
.swagger-section pre .tex .special,
.swagger-section pre .erlang_repl .function_or_atom,
.swagger-section pre .markdown .header {
  color: #800; }

.swagger-section pre .comment,
.swagger-section pre .annotation,
.swagger-section pre .template_comment,
.swagger-section pre .diff .header,
.swagger-section pre .chunk,
.swagger-section pre .markdown .blockquote {
  color: #888; }

.swagger-section pre .number,
.swagger-section pre .date,
.swagger-section pre .regexp,
.swagger-section pre .literal,
.swagger-section pre .smalltalk .symbol,
.swagger-section pre .smalltalk .char,
.swagger-section pre .go .constant,
.swagger-section pre .change,
.swagger-section pre .markdown .bullet,
.swagger-section pre .markdown .link_url {
  color: #080; }

.swagger-section pre .label,
.swagger-section pre .javadoc,
.swagger-section pre .ruby .string,
.swagger-section pre .decorator,
.swagger-section pre .filter .argument,
.swagger-section pre .localvars,
.swagger-section pre .array,
.swagger-section pre .attr_selector,
.swagger-section pre .important,
.swagger-section pre .pseudo,
.swagger-section pre .pi,
.swagger-section pre .doctype,
.swagger-section pre .deletion,
.swagger-section pre .envvar,
.swagger-section pre .shebang,
.swagger-section pre .apache .sqbracket,
.swagger-section pre .nginx .built_in,
.swagger-section pre .tex .formula,
.swagger-section pre .erlang_repl .reserved,
.swagger-section pre .prompt,
.swagger-section pre .markdown .link_label,
.swagger-section pre .vhdl .attribute,
.swagger-section pre .clojure .attribute,
.swagger-section pre .coffeescript .property {
  color: #88F; }

.swagger-section pre .keyword,
.swagger-section pre .id,
.swagger-section pre .phpdoc,
.swagger-section pre .title,
.swagger-section pre .built_in,
.swagger-section pre .aggregate,
.swagger-section pre .css .tag,
.swagger-section pre .javadoctag,
.swagger-section pre .phpdoc,
.swagger-section pre .yardoctag,
.swagger-section pre .smalltalk .class,
.swagger-section pre .winutils,
.swagger-section pre .bash .variable,
.swagger-section pre .apache .tag,
.swagger-section pre .go .typename,
.swagger-section pre .tex .command,
.swagger-section pre .markdown .strong,
.swagger-section pre .request,
.swagger-section pre .status {
  font-weight: bold; }

.swagger-section pre .markdown .emphasis {
  font-style: italic; }

.swagger-section pre .nginx .built_in {
  font-weight: normal; }

.swagger-section pre .coffeescript .javascript,
.swagger-section pre .javascript .xml,
.swagger-section pre .tex .formula,
.swagger-section pre .xml .javascript,
.swagger-section pre .xml .vbscript,
.swagger-section pre .xml .css,
.swagger-section pre .xml .cdata {
  opacity: 0.5; }

.swagger-section .hljs,
.swagger-section .hljs-subst {
  color: #fafafa; }

.swagger-section .hljs-type,
.swagger-section .hljs-string,
.swagger-section .hljs-number,
.swagger-section .hljs-selector-id,
.swagger-section .hljs-selector-class,
.swagger-section .hljs-quote,
.swagger-section .hljs-template-tag,
.swagger-section .hljs-deletion {
  color: tomato; }

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation div.heading h3 span.http_method a {
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  display: inline-block;
  width: 50px;
  font-size: 0.7em;
  text-align: center;
  padding: 7px 0 4px;
  -webkit-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0; }

.swagger-section table {
  margin-top: 20px; }

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading ul.options li a,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading ul.options li a,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading ul.options li a,
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading ul.options li a {
  color: #333; }

/* Removing margins from tables nested within a td */
.headers table {
  margin-top: 0; }

/* Post styles */
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading h3 span.http_method a {
  background-color: #00693C; }

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.heading {
  background-color: rgba(0, 105, 60, 0.3);
  border: 1px solid #00693C;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0; }

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content {
  background-color: #fff;
  border: 1px solid #00693C;
  border-top: none; }

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content h4, .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content .object .title, .swagger-section .object .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.post div.content .title {
  color: #024731; }

/* Put styles */
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading h3 span.http_method a {
  background-color: #00693C; }

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.heading {
  background-color: rgba(233, 131, 0, 0.3);
  border: 1px solid #00693C;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0; }

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content {
  background-color: #fff;
  border: 1px solid #E98300;
  border-top: none; }

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content h4, .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content .object .title, .swagger-section .object .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.put div.content .title {
  color: #E98300; }

/* Get styles */
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading h3 span.http_method a {
  background-color: #003478; }

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.heading {
  background-color: rgba(0, 52, 120, 0.3);
  border: 1px solid #003478;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0; }

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content {
  background-color: #fff;
  border: 1px solid #003478;
  border-top: none; }

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content h4, .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content .object .title, .swagger-section .object .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.get div.content .title {
  color: #003478; }

/* Delete styles */
.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading h3 span.http_method a {
  background-color: #96172e; }

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.heading {
  background-color: rgba(150, 23, 46, 0.3);
  border: 1px solid #96172e;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0; }

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content {
  background-color: #fff;
  border: 1px solid #96172e;
  border-top: none; }

.swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content h4, .swagger-section .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content .object .title, .swagger-section .object .swagger-ui-wrap ul#resources li.resource ul.endpoints li.endpoint ul.operations li.operation.delete div.content .title {
  color: #96172e; }

.swagger-section {
  margin-bottom: 100px; }
  .swagger-section .models {
    font-weight: 500;
    font-size: 1.6em !important; }
  .swagger-section .model-title {
    font-weight: 500;
    font-size: 1.4em !important; }
  .swagger-section .property-wrapper {
    padding-left: 20px; }
  .swagger-section .description {
    padding-top: 8px;
    color: gray;
    font-style: italic;
    font-family: "Lucida Console", Monaco, monospace; }
  .swagger-section .property {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
    font-family: "Lucida Console", Monaco, monospace;
    padding: 15px 0 15px 18px; }
  .swagger-section .name {
    color: blue; }
  .swagger-section .type-wrap, .swagger-section .object {
    padding-left: 15px; }
    .swagger-section .type-wrap .type, .swagger-section .object .type {
      color: green; }

/* --------------------------------------------
/\/\/\/\/\/\/\/\/Captcha STYLES\/\/\/\/\/\/\/\/
-----------------------------------------------*/
/* Needed for /contact and /become-a-client webforms */
.captcha {
  margin-bottom: 40px; }

.hsdp-btn, .catalog-comments-form #edit-actions button, .logged-in .pane-views-announcements-block .more-link a,
.logged-in .pane-views-news-links-block .more-link a, .logged-in .book-content .pager li a, .webform-submit, .page-user-login #edit-submit, .page-user-password #edit-submit, .page-user-me-edit form button {
  display: inline-block;
  text-align: center;
  margin: 1em 0;
  padding: .8em 1.5em .7em;
  background: #074579;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  font-family: "Centrale Sans", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  -o-transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  -webkit-box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.2); }
  .hsdp-btn.center, .catalog-comments-form #edit-actions button.center, .logged-in .pane-views-announcements-block .more-link a.center,
  .logged-in .pane-views-news-links-block .more-link a.center, .logged-in .book-content .pager li a.center, .center.webform-submit, .page-user-login .center#edit-submit, .page-user-password .center#edit-submit, .page-user-me-edit form button.center {
    margin: 2em auto;
    display: block;
    width: 300px; }
  .hsdp-btn:hover, .catalog-comments-form #edit-actions button:hover, .logged-in .pane-views-announcements-block .more-link a:hover,
  .logged-in .pane-views-news-links-block .more-link a:hover, .logged-in .book-content .pager li a:hover, .webform-submit:hover, .page-user-login #edit-submit:hover, .page-user-password #edit-submit:hover, .page-user-me-edit form button:hover, .hsdp-btn:focus, .catalog-comments-form #edit-actions button:focus, .logged-in .pane-views-announcements-block .more-link a:focus,
  .logged-in .pane-views-news-links-block .more-link a:focus, .logged-in .book-content .pager li a:focus, .webform-submit:focus, .page-user-login #edit-submit:focus, .page-user-password #edit-submit:focus, .page-user-me-edit form button:focus {
    text-decoration: none;
    color: #f2f2f2;
    cursor: pointer;
    background: #1474b8; }

@media screen and (max-width: 760px) {
  .hsdp-btn.center, .catalog-comments-form #edit-actions button.center, .logged-in .pane-views-announcements-block .more-link a.center,
  .logged-in .pane-views-news-links-block .more-link a.center, .logged-in .book-content .pager li a.center, .center.webform-submit, .page-user-login .center#edit-submit, .page-user-password .center#edit-submit, .page-user-me-edit form button.center {
    width: auto; } }

.text-link, .pane-bean-privacy-security .links-collection .links a, .pane-bean-develop-intro-section .links-collection .links li a {
  display: inline-block;
  margin: 10px 20px 10px 0;
  color: #1474b8;
  font-size: 1.1em;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
  -o-transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out; }
  .text-link:hover, .pane-bean-privacy-security .links-collection .links a:hover, .pane-bean-develop-intro-section .links-collection .links li a:hover, .text-link:focus, .pane-bean-privacy-security .links-collection .links a:focus, .pane-bean-develop-intro-section .links-collection .links li a:focus {
    color: #074579;
    text-decoration: none; }
  .text-link i, .pane-bean-privacy-security .links-collection .links a i, .pane-bean-develop-intro-section .links-collection .links li a i {
    color: inherit;
    width: auto;
    margin-right: 5px; }

video {
  max-width: 100% !important; }

.logged-in {
  /* Panels */
  /* Docs by service links */
  /* News links */
  /* Book pages */ }
  .logged-in .back-to-top {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: white;
    border: 2px solid #074579;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    padding: 9px;
    text-align: center;
    color: #074579;
    font-size: 1em;
    line-height: 1em;
    font-weight: 600;
    z-index: 1;
    text-decoration: none;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease; }
    .logged-in .back-to-top i {
      -webkit-transition: top .4s ease;
      -o-transition: top .4s ease;
      transition: top .4s ease;
      position: relative;
      font-size: 1.2em;
      font-weight: 700; }
    .logged-in .back-to-top.visible {
      visibility: visible;
      opacity: 1; }
    .logged-in .back-to-top:hover, .logged-in .back-to-top:focus {
      cursor: pointer; }
      .logged-in .back-to-top:hover i, .logged-in .back-to-top:focus i {
        top: -2px; }
  .logged-in .panels {
    width: 100%;
    margin: 0;
    padding: 3rem 0 3.5rem;
    background-color: #fff; }
    .logged-in .panels.alt {
      background-color: #F4F6F8; }
      .logged-in .panels.alt.news {
        padding-bottom: 0; }
    .logged-in .panels.altalt {
      background-color: #E4E9EE; }
    .logged-in .panels.map {
      background: -webkit-linear-gradient(315deg, #0f204c, #013378);
      background: -o-linear-gradient(315deg, #0f204c, #013378);
      background: linear-gradient(135deg, #0f204c, #013378); }
  .logged-in section .pane-bean-get-started-block,
  .logged-in section .pane-bean-documents-by-service {
    margin: 0; }
  .logged-in .pane-bean-deployment-map .pane-title {
    text-align: center;
    color: #fff;
    font-size: 2.8em;
    font-family: "Centrale Sans", Tahoma, sans-serif;
    line-height: 1.2em;
    font-weight: 700; }
  .logged-in.page-about .content-wrap {
    background: #F9FAFB; }
  .logged-in .pane-bean-about-healthsuite .pane-title,
  .logged-in .pane-bean-about-security .pane-title,
  .logged-in .pane-bean-helpful-information .pane-title,
  .logged-in .pane-bean-get-started-block .pane-title,
  .logged-in .pane-bean-documents-by-service .pane-title,
  .logged-in #block-bean-home-welcome .block-title,
  .logged-in #block-bean-home-catalog .block-title {
    text-align: center; }
  .logged-in .pane-bean-about-healthsuite .pane-content,
  .logged-in .pane-bean-about-security .pane-content,
  .logged-in .pane-bean-helpful-information .pane-content,
  .logged-in .pane-bean-get-started-block .pane-content,
  .logged-in .pane-bean-documents-by-service .pane-content,
  .logged-in #block-bean-home-welcome .content,
  .logged-in #block-bean-home-catalog .content {
    text-align: center;
    font-size: 1rem;
    line-height: 150%; }
  .logged-in #block-bean-home-catalog .panel {
    padding-bottom: 50px; }
  .logged-in .announcements .announcement-row {
    margin-bottom: 10px; }
    .logged-in .announcements .announcement-row .views-field-created {
      font-style: italic;
      color: #030E2E;
      font-weight: 600;
      font-size: 1.1em; }
    .logged-in .announcements .announcement-row .views-field-title a {
      font-weight: bold;
      font-size: 1.2em;
      line-height: 2em; }
  .logged-in .pane-views-announcements-block .field-content a,
  .logged-in .pane-views-news-links-block .field-content a {
    color: #1474b8;
    font-weight: 700;
    cursor: pointer;
    -o-transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out; }
    .logged-in .pane-views-announcements-block .field-content a:hover, .logged-in .pane-views-announcements-block .field-content a:focus,
    .logged-in .pane-views-news-links-block .field-content a:hover,
    .logged-in .pane-views-news-links-block .field-content a:focus {
      color: #074579; }
  .logged-in .pane-views-announcements-block .date span,
  .logged-in .pane-views-announcements-block .views-field.views-field-created > span,
  .logged-in .pane-views-news-links-block .date span,
  .logged-in .pane-views-news-links-block .views-field.views-field-created > span {
    font-style: italic; }
  .logged-in .pane-views-announcements-block .more-link a,
  .logged-in .pane-views-news-links-block .more-link a {
    padding: .6em 1em;
    margin-top: 40px; }
  .logged-in .pane-views-announcements-block .pane-content,
  .logged-in .pane-views-news-links-block .pane-content {
    padding-bottom: 0; }
  .logged-in .pane-views-announcements-block .views-field-title > span > a,
  .logged-in .pane-views-news-links-block .views-field-title > span > a {
    margin-top: 25px;
    display: block; }
  .logged-in #mini-panel-noteworthy_information > div.panel-panel.panel-col-first > div > div > div.pane-content > div > div.view-content > div:nth-child(1) > div.views-field.views-field-title > span > a {
    margin-top: 30px; }
  .logged-in .doc-service-title, .logged-in .catalog-sidebar h3, .catalog-sidebar .logged-in h3,
  .logged-in .catalog-services h2, .catalog-services .logged-in h2 {
    color: #030E2E;
    margin: 40px 0 20px;
    display: inline-block;
    clear: both; }
  .logged-in .doc-service {
    display: inline-block; }
    .logged-in .doc-service i {
      position: relative;
      top: -30px;
      right: -20px; }
    .logged-in .doc-service a {
      display: inline-block;
      padding: 10px 20px 10px 45px;
      margin: 0 20px 20px -24px;
      background-color: #fff;
      -webkit-border-radius: 20px;
              border-radius: 20px;
      font-size: 1.1em;
      font-family: "Centrale Sans", Tahoma, sans-serif;
      -o-transition: .15s ease-in-out;
      -webkit-transition: .15s ease-in-out;
      transition: .15s ease-in-out;
      color: #56627E;
      vertical-align: bottom;
      text-decoration: none;
      cursor: pointer; }
      .logged-in .doc-service a:hover, .logged-in .doc-service a:focus {
        cursor: pointer;
        background-color: #f2f2f2; }
  .logged-in .doc-service i {
    padding-right: 5px;
    vertical-align: middle; }
  .logged-in .news-row {
    margin: 1em 0;
    max-width: 50em; }
    .logged-in .news-row .news-date {
      color: #7B88A3;
      padding-bottom: .2em; }
    .logged-in .news-row .news-title a {
      display: block;
      padding: .8em 0 .5em;
      font-size: 1.1em;
      font-weight: 600;
      -o-transition: .15s ease-in-out;
      -webkit-transition: .15s ease-in-out;
      transition: .15s ease-in-out; }
      .logged-in .news-row .news-title a:hover, .logged-in .news-row .news-title a:focus {
        text-decoration: none; }
    .logged-in .news-row .news-summary {
      font-size: 1.1em; }
  .logged-in .book-wrap {
    -webkit-box-flex: 1 0 auto;
    /* 2 */
    -webkit-flex: 1 0 auto;
    /* 2 */
    -ms-flex: 1 0 auto;
    /* 2 */
    flex: 1 0 auto;
    /* 2 */
    margin: 40px 20px 80px; }
  .logged-in .book-sidebar {
    background: #F9FAFB;
    padding: .5rem 1rem;
    -webkit-box-flex: 1 0 auto;
    /* 2 */
    -webkit-flex: 1 0 auto;
    /* 2 */
    -ms-flex: 1 0 auto;
    /* 2 */
    flex: 1 0 auto;
    /* 2 */
    margin-bottom: 40px; }
    .logged-in .book-sidebar h5 {
      font-size: 1.3rem; }
    .logged-in .book-sidebar .text-link, .logged-in .book-sidebar .pane-bean-privacy-security .links-collection .links a, .pane-bean-privacy-security .links-collection .links .logged-in .book-sidebar a, .logged-in .book-sidebar .pane-bean-develop-intro-section .links-collection .links li a, .pane-bean-develop-intro-section .links-collection .links li .logged-in .book-sidebar a {
      font-size: 1rem; }
      .logged-in .book-sidebar .text-link:last-of-type, .logged-in .book-sidebar .pane-bean-privacy-security .links-collection .links a:last-of-type, .pane-bean-privacy-security .links-collection .links .logged-in .book-sidebar a:last-of-type, .logged-in .book-sidebar .pane-bean-develop-intro-section .links-collection .links li a:last-of-type, .pane-bean-develop-intro-section .links-collection .links li .logged-in .book-sidebar a:last-of-type {
        padding: 0 0 1rem; }
  .logged-in .book-content {
    -webkit-box-flex: 1 0 auto;
    /* 2 */
    -webkit-flex: 1 0 auto;
    /* 2 */
    -ms-flex: 1 0 auto;
    /* 2 */
    flex: 1 0 auto;
    /* 2 */
    color: #030E2E;
    font-family: "Centrale Sans", Tahoma, sans-serif; }
    .logged-in .book-content h2 {
      margin-top: 10px;
      padding-top: 0; }
    .logged-in .book-content .book_printer {
      margin-top: 4px; }
    .logged-in .book-content .links .text-link, .logged-in .book-content .pane-bean-privacy-security .links-collection .links a, .pane-bean-privacy-security .links-collection .logged-in .book-content .links a, .logged-in .book-content .pane-bean-develop-intro-section .links-collection .links li a, .pane-bean-develop-intro-section .links-collection .logged-in .book-content .links li a {
      font-size: 1rem; }
  .logged-in .book-sidebar ul.menu-nav li {
    padding: 0;
    margin: 0; }
  .logged-in .book-sidebar ul.menu.nav li a {
    color: #7B88A3;
    font-family: "Centrale Sans", Tahoma, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    padding: .5rem 0 0 1rem;
    margin: 0; }
  .logged-in .book-sidebar ul.menu.nav li ul li a {
    margin: 0;
    padding: .3rem 0 0 1.5rem;
    font-size: .8rem; }
    .logged-in .book-sidebar ul.menu.nav li ul li a.active-trail.active-trail.active::before {
      top: .7rem;
      left: .6rem; }
  .logged-in .book-sidebar ul.menu.nav li a:hover,
  .logged-in .book-sidebar ul.menu.nav li ul li a:hover {
    color: #030E2E; }
  .logged-in .book-sidebar ul.menu.nav li a.active-trail.active-trail.active {
    color: #030E2E; }
  .logged-in .book-sidebar ul.menu.nav li a.active-trail.active-trail.active::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    vertical-align: middle;
    top: .9rem;
    width: 8px;
    height: 8px;
    border: 1px solid #1474b8;
    background-color: #CEDFF7;
    -webkit-border-radius: 100%;
            border-radius: 100%; }
  .logged-in .book-navigation {
    margin-top: 100px; }
  .logged-in .book-content .pager li a {
    display: inline-block;
    font-weight: 400;
    font-size: .9em; }
  .logged-in .book-content .pager li > a.page-up {
    display: none; }
  .logged-in .logged-in_top-banner {
    background: -webkit-linear-gradient(315deg, #1c315f 0%, #158ec0 100%);
    background: -o-linear-gradient(315deg, #1c315f 0%, #158ec0 100%);
    background: linear-gradient(135deg, #1c315f 0%, #158ec0 100%);
    color: white;
    padding-top: 40px; }
    .logged-in .logged-in_top-banner .col-sm-6:first-of-type {
      padding-left: 0; }
  @media (max-width: 768px) {
    .logged-in .logged-in_top-banner .col-sm-6:first-of-type {
      padding-left: 15px; } }
  .logged-in .philips-header {
    border-bottom: 1px solid #E4E9EE;
    padding: 20px 0;
    margin: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#074579), to(#1474b8));
    background: -webkit-linear-gradient(#074579 0%, #1474b8 100%);
    background: -o-linear-gradient(#074579 0%, #1474b8 100%);
    background: linear-gradient(#074579 0%, #1474b8 100%); }
    .logged-in .philips-header.affix {
      width: 100%;
      z-index: 1; }
  .logged-in nav {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto; }
    .logged-in nav .logo {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 1em;
      height: 10em; }
      .logged-in nav .logo a {
        text-decoration: none; }
        .logged-in nav .logo a:hover, .logged-in nav .logo a:focus {
          text-decoration: none; }
    .logged-in nav .nav-wrap {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
      display: flex;
      /* NEW, Spec - Firefox, Chrome, Opera */
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .logged-in nav .nav-wrap .main-nav {
        padding: 0;
        margin: 0; }
        .logged-in nav .nav-wrap .main-nav .menu {
          list-style: none;
          display: -webkit-box;
          /* OLD - iOS 6-, Safari 3.1-6, BB7 */
          display: -ms-flexbox;
          /* TWEENER - IE 10 */
          display: -webkit-flex;
          /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
          display: flex;
          /* NEW, Spec - Firefox, Chrome, Opera */ }
          .logged-in nav .nav-wrap .main-nav .menu li {
            padding: 0 20px;
            margin: 0;
            color: #fff; }
            .logged-in nav .nav-wrap .main-nav .menu li a {
              margin: 0;
              padding: 0;
              font-size: .95rem;
              padding-bottom: 5px;
              color: #fff;
              border-bottom: 2px solid transparent;
              -o-transition: .15s ease-in-out;
              -webkit-transition: .15s ease-in-out;
              transition: .15s ease-in-out; }
              .logged-in nav .nav-wrap .main-nav .menu li a:hover, .logged-in nav .nav-wrap .main-nav .menu li a:focus, .logged-in nav .nav-wrap .main-nav .menu li a.active {
                border-bottom: 2px solid #fff; }
      .logged-in nav .nav-wrap .search-bar {
        padding: 0;
        margin: 0;
        margin-left: 20px; }
        .logged-in nav .nav-wrap .search-bar .views-exposed-form .views-exposed-widget {
          float: none;
          padding: 10px 0 0 0; }
        .logged-in nav .nav-wrap .search-bar #edit-query-wrapper label {
          display: none; }
        .logged-in nav .nav-wrap .search-bar #edit-query-wrapper .form-item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .logged-in nav .nav-wrap .search-bar #edit-query-wrapper .form-item input {
            width: 180px;
            -webkit-border-radius: 100px;
                    border-radius: 100px;
            padding: 8px 14px 5px; }
            .logged-in nav .nav-wrap .search-bar #edit-query-wrapper .form-item input:focus {
              background-color: #fff; }
          .logged-in nav .nav-wrap .search-bar #edit-query-wrapper .form-item i {
            position: relative;
            top: 8px;
            left: -30px; }
    .logged-in nav .user-menu {
      margin: 0;
      padding: 0; }
      .logged-in nav .user-menu .dropdown .dropdown-toggle {
        font-size: .95rem;
        display: inline-block;
        min-width: 160px;
        -webkit-flex-basis: 160px;
            -ms-flex-preferred-size: 160px;
                flex-basis: 160px;
        width: auto;
        text-align: right;
        color: #fff;
        background-color: transparent;
        font-family: "Centrale Sans", Tahoma, sans-serif;
        font-weight: 300; }
      .logged-in nav .user-menu .dropdown .dropdown-menu {
        right: 20px;
        left: auto;
        min-width: 180px; }
        .logged-in nav .user-menu .dropdown .dropdown-menu li a {
          font-size: .9rem; }
  .logged-in .nav-toggle {
    display: none;
    position: absolute;
    top: 50px;
    right: 40px;
    z-index: 9999;
    text-indent: 101%;
    white-space: nowrap;
    width: 30px;
    height: 20px;
    cursor: pointer; }
    .logged-in .nav-toggle span {
      display: block;
      position: absolute;
      height: 3px;
      width: 100%;
      background: #fff;
      -webkit-border-radius: 10px;
              border-radius: 10px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      -o-transition: .15s ease-in-out;
      -webkit-transition: .15s ease-in-out;
      transition: .15s ease-in-out;
      content: ''; }
      .logged-in .nav-toggle span:nth-child(2), .logged-in .nav-toggle span:nth-child(3) {
        top: 8px; }
      .logged-in .nav-toggle span:nth-child(4) {
        top: 16px; }
  .logged-in .nav-toggle.open {
    position: fixed !important;
    left: 40px;
    right: initial; }
    .logged-in .nav-toggle.open span {
      background: #fff; }
      .logged-in .nav-toggle.open span:nth-child(1), .logged-in .nav-toggle.open span:nth-child(4) {
        display: none; }
      .logged-in .nav-toggle.open span:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .logged-in .nav-toggle.open span:nth-child(3) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  @media screen and (max-width: 1430px) {
    .logged-in nav {
      padding: 0 30px; } }
  @media screen and (max-width: 875px) {
    .logged-in nav > div.nav-wrap, .logged-in .user-menu {
      display: none; }
    .logged-in .nav-toggle {
      display: -webkit-box;
      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
      display: -ms-flexbox;
      /* TWEENER - IE 10 */
      display: -webkit-flex;
      /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
      display: flex;
      /* NEW, Spec - Firefox, Chrome, Opera */ } }
  .logged-in nav.mobile-nav.open {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    /* NEW, Spec - Firefox, Chrome, Opera */
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0;
    z-index: 400;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow-y: auto;
    max-width: 875px;
    background-color: #074579; }
    .logged-in nav.mobile-nav.open .logo {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 150px;
          -ms-flex: 0 0 150px;
              flex: 0 0 150px;
      margin: 50px auto;
      padding: 0; }
    .logged-in nav.mobile-nav.open .nav-wrap {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 220px;
          -ms-flex: 0 0 220px;
              flex: 0 0 220px;
      margin: 0 auto 50px;
      display: -webkit-box !important;
      /* OLD - iOS 6-, Safari 3.1-6, BB7 */
      display: -ms-flexbox !important;
      /* TWEENER - IE 10 */
      display: -webkit-flex !important;
      /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
      display: flex !important;
      display: block;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .logged-in nav.mobile-nav.open .nav-wrap .main-nav .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .logged-in nav.mobile-nav.open .nav-wrap .main-nav .menu li {
          padding: 1.2rem 0; }
          .logged-in nav.mobile-nav.open .nav-wrap .main-nav .menu li a {
            font-size: 1.2rem;
            padding-bottom: 8px; }
      .logged-in nav.mobile-nav.open .nav-wrap .search-bar {
        margin-left: 0;
        margin-bottom: 1.5rem; }
    .logged-in nav.mobile-nav.open .user-menu {
      display: block;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 200px;
          -ms-flex: 0 0 200px;
              flex: 0 0 200px;
      margin: 1.2rem auto 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      top: 50px; }
      .logged-in nav.mobile-nav.open .user-menu .navbar-nav {
        margin: auto; }
      .logged-in nav.mobile-nav.open .user-menu li.dropdown,
      .logged-in nav.mobile-nav.open .user-menu li.dropdown.open {
        height: 80px;
        padding: 0;
        margin: 0; }
        .logged-in nav.mobile-nav.open .user-menu li.dropdown .dropdown-menu,
        .logged-in nav.mobile-nav.open .user-menu li.dropdown.open .dropdown-menu {
          height: auto;
          padding: 10px 20px;
          margin-bottom: 0 auto 50px;
          border: 2px solid #fff;
          -webkit-border-radius: 10px !important;
                  border-radius: 10px !important;
          display: block !important;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          background-color: transparent;
          -webkit-box-shadow: none;
                  box-shadow: none;
          text-align: center;
          position: static; }
          .logged-in nav.mobile-nav.open .user-menu li.dropdown .dropdown-menu li,
          .logged-in nav.mobile-nav.open .user-menu li.dropdown.open .dropdown-menu li {
            display: block;
            padding: 0;
            margin: 0; }
            .logged-in nav.mobile-nav.open .user-menu li.dropdown .dropdown-menu li a,
            .logged-in nav.mobile-nav.open .user-menu li.dropdown.open .dropdown-menu li a {
              -o-transition: .15s ease-in-out;
              -webkit-transition: .15s ease-in-out;
              transition: .15s ease-in-out;
              color: #fff;
              border-bottom: 2px solid transparent;
              margin: .6rem 0;
              padding: 0;
              padding-bottom: 6px;
              font-size: 1rem;
              line-height: 150%;
              display: inline-block; }
              .logged-in nav.mobile-nav.open .user-menu li.dropdown .dropdown-menu li a:hover, .logged-in nav.mobile-nav.open .user-menu li.dropdown .dropdown-menu li a:focus, .logged-in nav.mobile-nav.open .user-menu li.dropdown .dropdown-menu li a:visited, .logged-in nav.mobile-nav.open .user-menu li.dropdown .dropdown-menu li a.active,
              .logged-in nav.mobile-nav.open .user-menu li.dropdown.open .dropdown-menu li a:hover,
              .logged-in nav.mobile-nav.open .user-menu li.dropdown.open .dropdown-menu li a:focus,
              .logged-in nav.mobile-nav.open .user-menu li.dropdown.open .dropdown-menu li a:visited,
              .logged-in nav.mobile-nav.open .user-menu li.dropdown.open .dropdown-menu li a.active {
                background-color: transparent;
                border-bottom: 2px solid white; }
      .logged-in nav.mobile-nav.open .user-menu a.dropdown-toggle {
        font-size: 1.2rem;
        display: block;
        text-align: center;
        padding-bottom: 1.5rem; }
        .logged-in nav.mobile-nav.open .user-menu a.dropdown-toggle span {
          font-weight: normal; }
        .logged-in nav.mobile-nav.open .user-menu a.dropdown-toggle span.caret {
          display: none; }
  @media screen and (max-width: 480px) {
    .logged-in nav.mobile-nav.open {
      max-width: 480px; } }
  .logged-in .toolbox .page-title {
    text-align: left;
    color: #074579;
    font-size: 2.8em;
    font-family: "Centrale Sans", Tahoma, sans-serif;
    line-height: 1.2em;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 2px solid #074579; }
  .logged-in .toolbox .pane-title {
    color: #074579;
    font-size: 2em; }
  .logged-in .toolbox .masquerade {
    margin-bottom: 80px; }
    .logged-in .toolbox .masquerade .description {
      display: none; }
    .logged-in .toolbox .masquerade button#edit-submit {
      display: block;
      margin: 15px auto;
      width: 160px;
      height: 40px;
      text-align: center;
      font-size: 1.2em;
      background: #1685b6;
      -webkit-box-shadow: none;
              box-shadow: none;
      -o-transition: .15s ease-in-out;
      -webkit-transition: .15s ease-in-out;
      transition: .15s ease-in-out; }
      .logged-in .toolbox .masquerade button#edit-submit:hover, .logged-in .toolbox .masquerade button#edit-submit:focus, .logged-in .toolbox .masquerade button#edit-submit:active {
        background: #13749f; }
  @media (max-width: 1080px) {
    .logged-in .doc-service {
      display: inline-block; }
      .logged-in .doc-service i {
        position: relative;
        top: -30px;
        right: -20px; }
      .logged-in .doc-service a {
        display: inline-block;
        padding: 10px 15px 10px 40px;
        margin: 0 15px 20px -20px;
        font-size: 1em; }
    .logged-in .pane-views-announcements-block {
      margin-bottom: 60px; }
    .logged-in .sin img {
      display: block;
      max-width: 200px; }
    .logged-in .pane-views-announcements-block .pane-title,
    .logged-in .pane-views-news-links-block .pane-title {
      font-size: 2.1em;
      line-height: 1.2em; } }
  @media (max-width: 720px) {
    .logged-in .doc-service {
      display: inline-block; }
      .logged-in .doc-service i {
        position: relative;
        top: -30px;
        right: -20px; }
      .logged-in .doc-service a {
        max-width: 350px;
        display: inline-block;
        padding: 10px 15px 10px 40px;
        margin: 0 15px 20px -20px;
        font-size: 1em; } }
  @media (max-width: 540px) {
    .logged-in .catalog-service-box:nth-child(3) i {
      top: 33px; }
    .logged-in .catalog-service-box:nth-child(3) a {
      margin-left: 0; } }

.modal-backdrop.in {
  z-index: 100;
  width: 100%;
  height: 2000px; }

.modal-content {
  margin-top: 15%; }

.modal-header .close {
  margin-top: 3px; }

.modal-body {
  padding: 50px 50px 0; }

.modal-open .modal {
  width: 100%; }

.webform-component-fivestar {
  padding: 10px 0 40px; }

.webform-submit {
  display: block; }

.node-announcement,
.view-news-links {
  padding: 14px 0 100px; }

.home-top-banner, .breadcrumb-bar {
  background-color: #E7EFFB;
  width: 100%;
  padding: 10px 20px;
  color: #074579;
  font-size: 1em;
  font-weight: 400; }
  .home-top-banner span a, .breadcrumb-bar span a {
    color: #1474b8;
    -o-transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out; }
    .home-top-banner span a:hover, .home-top-banner span a:focus, .breadcrumb-bar span a:hover, .breadcrumb-bar span a:focus {
      color: #074579; }

.trial-count-text a {
  font-weight: 700;
  color: #abc8f1;
  -o-transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent; }
  .trial-count-text a:hover, .trial-count-text a:focus {
    text-decoration: none;
    border-bottom: 2px solid #a2c2f0;
    color: #66b4d0; }

.page-documentation-working-with-healthsuite .page-title {
  text-align: center;
  color: #030E2E;
  font-size: 2.8em;
  font-family: "Centrale Sans", Tahoma, sans-serif;
  line-height: 1.2em;
  font-weight: 700; }

@supports (display: grid) {
  .page-documentation-working-with-healthsuite .view-working-with-healthsuite .view-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 40px;
    margin: 0; }
    .page-documentation-working-with-healthsuite .view-working-with-healthsuite .view-content .views-row {
      width: auto;
      margin: 0;
      min-width: 300px; } }

@supports (display: flex) {
  .page-documentation-working-with-healthsuite .view-working-with-healthsuite .view-content .views-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .page-documentation-working-with-healthsuite .view-working-with-healthsuite .view-content .views-row div {
      margin: 0;
      padding: 0; }
    .page-documentation-working-with-healthsuite .view-working-with-healthsuite .view-content .views-row p {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      vertical-align: top; } }

.page-documentation-working-with-healthsuite .view-working-with-healthsuite .view-content {
  margin: 40px auto 80px; }

.page-documentation-working-with-healthsuite .view-working-with-healthsuite .views-row {
  background: #eee;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  display: inline-block;
  float: left;
  width: 420px;
  margin: 20px; }
  .page-documentation-working-with-healthsuite .view-working-with-healthsuite .views-row h4, .page-documentation-working-with-healthsuite .view-working-with-healthsuite .views-row .swagger-section .object .title, .swagger-section .object .page-documentation-working-with-healthsuite .view-working-with-healthsuite .views-row .title {
    color: #030E2E;
    font-size: 1.4em;
    vertical-align: middle;
    padding: 10px 15px;
    border-bottom: 1px solid #E4E9EE; }
  .page-documentation-working-with-healthsuite .view-working-with-healthsuite .views-row p {
    color: #56627E;
    font-size: 1.1em;
    padding: 4px 20px 20px; }
  .page-documentation-working-with-healthsuite .view-working-with-healthsuite .views-row .views-field-body {
    margin: 0;
    padding: 0; }
  .page-documentation-working-with-healthsuite .view-working-with-healthsuite .views-row .views-field-nid a {
    cursor: pointer;
    display: block;
    width: 100%;
    background: #074579;
    color: white;
    font-weight: 700;
    font-size: 1.1em;
    text-align: center;
    padding: 10px;
    -webkit-border-radius: 0 0 8px 8px;
            border-radius: 0 0 8px 8px; }

@media (max-width: 720px) {
  .page-documentation-working-with-healthsuite .page-title {
    font-size: 2em;
    line-height: 1em; } }

#block-hsdp-blocks-hsdp-catalog #sidenav > ul > li.active {
  background-color: transparent; }
  #block-hsdp-blocks-hsdp-catalog #sidenav > ul > li.active a {
    font-weight: normal;
    color: #CEDFF7; }

.page-bookmarks .region-content,
.page-bookmarks .contextual-links-region {
  margin-bottom: 4rem; }

.page-site-search .region-content {
  margin-bottom: 4rem; }

.feature-tile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2em 2em 2em 0;
  padding: 0;
  border: none;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 350px;
  height: 100%;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.3);
  -o-transition: .15s ease-in-out;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out; }
  .feature-tile .tile-title {
    height: 20%;
    color: #030e2e;
    background: #eaeff4;
    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    font-size: 1.5em;
    line-height: 20%;
    margin: 0;
    padding: 1em 1.5em;
    text-decoration: none; }
    .feature-tile .tile-title i {
      color: #56627E;
      margin-right: .5em; }
  .feature-tile .tile-image {
    height: 80%;
    -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
    padding: 3em 2.5em; }
    .feature-tile .tile-image img {
      display: block;
      width: 100%;
      height: 250px;
      margin: 0 auto; }
  .feature-tile a {
    text-decoration: none; }
  .feature-tile:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer; }
    .feature-tile:hover .tile-title {
      cursor: pointer;
      text-decoration: none; }

.two-col-wrap {
  margin-top: 1em; }
  .two-col-wrap .field-label {
    display: none; }
  .two-col-wrap .field-type-image {
    max-width: 300px;
    margin-right: 2em; }
  .two-col-wrap .field-name-field-subtitle {
    display: block; }
  .two-col-wrap .field-type-text-with-summary {
    display: block; }
  .two-col-wrap .left-col, .two-col-wrap .right-col {
    max-width: 28em; }
  .two-col-wrap h2 {
    text-align: center; }

.one-col-wrap {
  padding: 3rem 0 3.5rem; }
  .one-col-wrap .field-label {
    display: none; }
  .one-col-wrap .content, .one-col-wrap h2, .one-col-wrap p {
    text-align: center; }

.panels .one-col-wrap {
  padding: 0; }

.services-wrap {
  margin: 4em auto; }
  .services-wrap h1 {
    text-align: center;
    font-size: 2.8em;
    line-height: 150%;
    color: #030E2E; }

.card-wrap {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 4rem; }

.card-wrap.services {
  padding-bottom: 0; }

.card1 {
  width: 285px;
  margin-bottom: 2em;
  margin-right: 1em;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: -0.1em 0.1em 4px 0.1em rgba(0, 0, 0, 0.2);
          box-shadow: -0.1em 0.1em 4px 0.1em rgba(0, 0, 0, 0.2); }
  .card.lg {
    width: 100%;
    padding: 1rem 2rem;
    background: #fff; }
    .card.lg .page-title {
      padding-bottom: 1rem; }

.card-body {
  height: 240px;
  background: #fff;
  padding: 1rem;
  margin: 0;
  -webkit-border-radius: 10px 10px 0 0;
          border-radius: 10px 10px 0 0; }

.card-bottom {
  position: relative;
  bottom: 0;
  height: auto;
  padding: 1em 2em;
  background: #F4F6F8;
  -webkit-border-radius: 0 0 10px 10px;
          border-radius: 0 0 10px 10px; }
  .card-bottom a {
    display: block;
    text-align: right;
    font-size: 1em;
    line-height: 150%;
    font-weight: 600;
    color: #030E2E; }
    .card-bottom a i {
      position: relative;
      left: .5em;
      -o-transition: .15s ease-in-out;
      -webkit-transition: .15s ease-in-out;
      transition: .15s ease-in-out; }
    .card-bottom a:hover, .card-bottom a:focus {
      text-decoration: none;
      outline: none; }
      .card-bottom a:hover i, .card-bottom a:focus i {
        left: .65em; }

.card-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.card-icon {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  margin-right: 1rem; }
  .card-icon img {
    width: 100%; }

.card-title {
  font-size: 1.2rem; }

.card-description p {
  font-size: .9rem;
  color: #56627E; }

@media screen and (max-width: 760px) {
  .card {
    margin-right: 0;
    width: auto; }
    .card:last-child {
      margin-bottom: 0;
      margin-right: 0; } }

.field-collection-container {
  border-bottom: none; }

.pane-bean-privacy-security .links-collection {
  margin: 0;
  padding: 0; }
  .pane-bean-privacy-security .links-collection .links {
    list-style: none;
    margin: 0;
    padding: 0; }
    .pane-bean-privacy-security .links-collection .links a {
      margin: .5em 0;
      padding: 0; }

.pane-bean-develop-intro-section .links-collection::before {
  content: '';
  background: #F4F6F8;
  display: block;
  font-size: 1.6em;
  line-height: 150%;
  color: #030E2E;
  font-weight: 400;
  text-align: center;
  position: relative;
  top: 0; }

.pane-bean-develop-intro-section .links-collection .links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em; }
  .pane-bean-develop-intro-section .links-collection .links li {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .pane-bean-develop-intro-section .links-collection .links li a {
      margin-right: 2em;
      font-size: 1.2em;
      border-bottom: 2px solid transparent; }
      .pane-bean-develop-intro-section .links-collection .links li a:hover, .pane-bean-develop-intro-section .links-collection .links li a:focus {
        color: #074579;
        border-bottom: 2px solid #074579; }

.pane-bean-view-pricing .one-col-wrap {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.pane-bean-view-pricing .hsdp-btn.center, .pane-bean-view-pricing .catalog-comments-form #edit-actions button.center, .catalog-comments-form #edit-actions .pane-bean-view-pricing button.center, .pane-bean-view-pricing .logged-in .pane-views-announcements-block .more-link a.center, .logged-in .pane-views-announcements-block .more-link .pane-bean-view-pricing a.center,
.pane-bean-view-pricing .logged-in .pane-views-news-links-block .more-link a.center, .logged-in .pane-views-news-links-block .more-link .pane-bean-view-pricing a.center, .pane-bean-view-pricing .logged-in .book-content .pager li a.center, .logged-in .book-content .pager li .pane-bean-view-pricing a.center, .pane-bean-view-pricing .center.webform-submit, .pane-bean-view-pricing .page-user-login .center#edit-submit, .page-user-login .pane-bean-view-pricing .center#edit-submit, .pane-bean-view-pricing .page-user-password .center#edit-submit, .page-user-password .pane-bean-view-pricing .center#edit-submit, .pane-bean-view-pricing .page-user-me-edit form button.center, .page-user-me-edit form .pane-bean-view-pricing button.center {
  margin-top: 0; }

.page-user-me-edit form {
  margin-bottom: 4em; }

.view-site-search .view-content, .view-site-search .pagination {
  margin-bottom: 4em; }

.page-pricing .pane-content {
  margin-bottom: 6em; }

.page-legal .region-content {
  margin-bottom: 6em; }

.page-become-a-client form {
  margin-bottom: 6em; }

.page-support .region-content {
  margin-bottom: 6em; }

#edit-submit-site-search {
  display: none; }

.long-string {
  word-break: break-all;
  overflow-wrap: break-word; }

.table-striped thead tr {
  background-color: #E4E9EE;
  border-color: #d1e0f7; }
  .table-striped thead tr th {
    color: #030E2E;
    background-color: transparent;
    border-color: #C5D0DA;
    border-bottom: none; }

.table-striped tbody tr:nth-of-type(even) {
  background-color: #F9FAFB; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff; }

.self-service_img {
  width: 150px;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  display: block; }

.self-service_table thead tr th {
  border: none;
  font-size: 1.1rem; }

.self-service_table tbody tr td,
.self-service_table tbody tr th {
  border: none; }

.self-service_table tbody tr:nth-child(even) {
  background: #F9FAFB; }

.self-service_table tbody i {
  min-width: 100px;
  text-align: center; }

.self-service_table .table-btn {
  min-width: 100px;
  background: seagreen;
  display: inline-block;
  padding: 5px 0;
  margin: 0;
  -webkit-border-radius: 100px;
          border-radius: 100px; }

.container-fluid {
  max-width: 1400px; }

.table-responsive table {
  font-size: 14px; }

@media screen and (max-width: 767px) {
  .table-responsive table {
    font-size: 12px; } }

@media screen and (max-width: 720px) {
  .container, .container-fluid {
    padding: 0 20px; }
  .not-logged-in-nav {
    padding: 0 20px; } }

.navbar-nav .dropdown-menu:before {
  position: absolute;
  top: -6px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: white;
  content: '';
}
.navbar .nav>li>a {
  padding: 10px 15px 10px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  display: inline-block;
}
.navbar .nav>li {
  padding: 0px;
}
ul li ul li {
  padding: 0px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
label {
  font-size: 14px;
}
small {
  font-size: 80%;
}
select {
  border: 1px solid #E4E9EE;
  border-radius: 3px;
}
.row select, .row textarea, .row input {
  border: 1px solid #E4E9EE;
  border-radius: 3px;
  box-shadow: none;
  color: #808080;
  font-size: 14px;
}
.row select {
  padding-left: 10px;
}
.row input[type=submit] {
  color: white;
}
.bi {
  color: #030E2E;
}
.bi:hover, .bi:active {
  color: #030E2E;
}
.manual_input .btn.btn-info {
  background-color: #1474b8;
}
#grouptable tbody {
  border-color: #ddd;
}
#grouptable tbody td input{
  margin: 5px 0px;
}