:root{
  --gray: #9f9f9f;
  --dark-gray: #666666;
  --light-gray: #d6d6d6;
  --very-light-gray: #f7f7f7;
  --med-gray: #b0b0b0;
  --black: #101010;
  --dark-red: #661a1a;
  --red: #c03131 !important;
  --white: #ffffff; 
}
@font-face {
  font-family: "Regular Bold";
  src: url("/hc/theming_assets/01HZPCZCXG1FSCQCKWVS8BNVVD") format("opentype");
}
@font-face {
  font-family: "Regular Medium";
  src: url("/hc/theming_assets/01HZPCZD2CXPNP7P79D4E8RVWS") format("opentype");
}
@font-face {
  font-family: "Regular Regular";
  src: url("/hc/theming_assets/01HZPCZD77TWG2WVZ4YXPBXCT4") format("opentype");
}
@font-face {
  font-family: "Regular Semibold";
  src: url("/hc/theming_assets/01HZPCZDBMYNZVYE80J7RYBYC6") format("opentype");
}
body {
  font-family: "Regular Regular" !important;
  font-size: 20px;
  line-height: 1.6em; 
  letter-spacing: 0.4px;
  font-weight: 500;
}
img, iframe {
  max-width: 100%;
}
img {
  height: auto;
}
a, a:focus {
  color: var(--red) !important;
}
a:hover {
  color: var(--dark-red) !important;
}
h1 {
  font-size: 2rem !important;
}
.display-4 {
  font-size: 2rem !important
}
strong, b,
.text-bold,
.gh-job-board .text-bold {
  font-family: 'Regular Bold';
  font-weight: bold;
}
.text-semibold {
  font-family: 'Regular Semibold';
}
input[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
}
.btn,
input[type="submit"] {
  border-radius: 0 !important;
  padding: .75rem 1.5rem !important;
  font-family: "Regular Semibold";
}
.btn-sm {
  padding: .5rem 1.5rem !important;
}
.btn-primary,
a.btn-primary,
input[type="submit"] {
  background-color: var(--red) !important;
  border-color: var(--red) !important;
  color: var(--white) !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background-color: var(--dark-red) !important;
  border-color: var(--dark-red) !important;
}
.btn-primary-outline,
a.btn-primary-outline {
  background: none;
  color: var(--red);
  border-color: var(--red);
}
.navbar .btn-primary-outline {
  color: var(--red) !important;
}
.btn-primary-outline:hover,
a.btn-primary-outline:hover {
  color: var(--white) !important;
  border-color: var(--black);
  background-color: var(--black); 
}
.btn-secondary {
  background-color: var(--black) !important;
  border-color: var(--black) !important;
  color: var(--white) !important;
}
.btn-secondary:hover {
  background-color: var(--white) !important;
  color: var(--black) !important;
}
.btn-white {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--red);
}
.btn-white:hover {
  color: var(--black);
}
.btn-white-outline {
  background: none;
  border-color: var(--white);
  color: var(--white);
}
.btn-white-outline:hover {
  background-color: var(--black);
  border-color: var(--black);
  color: var(--white);
}
h1, .h1, h2, h3, h4, h5 {
  font-family: "Regular Bold" !important;
}
h1, .h1 {
  font-size: 42px;
  line-height: 46px;
}
h1.smaller {
  font-size: 36px;
  line-height: 46px;
}
h2, .h2 {
  font-size: 32px;
  line-height: 36px;
}
h3, .h3 {
  font-size: 23px;
  line-height: 28px;
}
h4, .h4 {
  /* same as body*/
  font-size: 17px;
  line-height: 24px;
}
body, .regular-font, p, .p {
  font-family: 'Regular Medium';
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.4px;
}
h5, .h5, .captions {
  font-family: "Regular Semibold";
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.4px;
  font-weight: 600;
}
.text-white {
  color: var(--white) !important;
}
.text-gray {
  color: var(--dark-gray) !important;
}
a.text-gray {
  color: #212529 !important;
}
.text-red {
  color: var(--red) !important;
}
.text-black {
  color: var(--black) !important;
}
.jumbotron {
  background: url(/hc/theming_assets/01HZPCZKHWR3XQVX1NET9C5NDD) no-repeat center center; 
	-webkit-background-size: cover;
	background-size: cover;
  color: var(--white);
  margin-bottom: 0 !important;
}
.jumbotron h1 {
  font-family: "Regular Bold";
}
.card,
.card-body {
  border-radius: 0 !important;
}
.card.red {
  background: var(--red);
  color: var(--white);
  border: none;
}
/* NAV
-------------------------------------------------- */
.navbar {
  background: var(--white);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#logo {
  max-width: 36px;
  fill: #fff;
}
#topNav {
  position: absolute;
  z-index: 40;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
}
.navbar-nav {
  position: absolute;
  z-index: 50;
  width: 70%;
  background: var(--white);
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 54px;
}
.navbar .navbar-toggler {
  border: none;
  color: var(--gray);
}
#topNav .navbar-toggler {
  position: absolute;
  top: .5rem;
  right: 1rem;
  z-index: 60;
}
.navbar .navbar-toggler span.toggle-text {
  font-size: 13px;
  margin-right: .25rem;
}
.navbar-nav  .nav-link {
  color: var(--black) !important;
  font-size: 18px;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.navbar-nav .nav-link:hover {
  color: var(--red) !important;
}
.nav-item .dropdown-menu {
  border-radius: 0;
  border: none;
  background: var(--very-light-gray);
}
.navbar .btn-primary-outline {
  margin-right: 1rem;
}
.nav-item .dropdown-menu:before {
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  background: var(--red);
  margin-top: -9px;
}
.dropdown-toggle::after {
  border-style: solid !important;
  border-width: 0.1em 0.1em 0 0 !important;
  content: '';
  display: inline-block !important;
  height: 0.45em !important;
  left: 0.15em !important;
  position: relative;
  top: 0.15em !important;
  transform: rotate(135deg) !important;
  width: 0.45em !important;
  border-color: #292b2c !important;
}
.nav-item .dropdown-menu a {
  color: var(--black) !important;
}
.nav-item a.dropdown-item:hover {
  background: rgba(0, 0, 0, 0.05);
}
.dropdown:hover .dropdown-toggle::after,
.dropdown.show .dropdown-toggle::after {
  border-color: var(--red) !important;
  transform: rotate(-45deg) !important;
}
.btn-item {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: 6rem;
}
.button-signin,
.button-demo {
  margin-left: 2rem;
}
.button-signin {
  margin-top: 4rem;
  margin-bottom: .5rem;
}
.button-signin .btn,
.button-demo .btn {
  display: block;
  width: 85%;
}
.breadcrumbs {
  list-style: none;
  color: var(--gray);
  padding-left: 0;
}
.breadcrumbs li {
  display: inline;
  font-size: 14px;
}
.breadcrumbs li::after {
  content: ">";
  display: inline-block;
  margin: 0 .5rem;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs li a {
  color: var(--gray) !important;
}
/* PAGES
-------------------------------------------------- */
#cat-360002317911 /*release announcements*/,
#cat-360001984631,
#cat-360002274472 /*getting started*/,
#cat-360002283951 li,
#cat-360002283971 li,
#cat-360001403252 li,
#cat-360002166332 li,
#cat-360002283991 li,
#cat-360002441371 {
  display: none !important;
}
.search-form input[type="search"],
textarea#community_post_details {
  display: block;
  width: 100%;
  height: calc(2.25rem + 1px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--black);
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid var(--light-gray);
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.search-form input[type="search"] {
  display: inline-block;
  width: calc(100% - 140px);
  border: none;
}
.search-form input[type="submit"] {
  margin-top: -4px;
}
textarea#community_post_details {
  height: auto;
}
#primary, #sidebar {
  padding-top: 3rem;
}
#primary {
  padding-bottom: 4rem;
}
#sidebar {
  color: var(--med-gray);
}
#categoryColumns p,
#sidebar p {
  font-size: 18px;
  line-height: 24px;
}
#sidebar a.h3 {
  color: var(--dark-gray) !important;
  text-transform: uppercase;
  font-family: "Regular Medium";
}
.form-control {
  box-sizing: border-box !important;
}
.article-link {
  border-bottom: 1px solid var(--light-gray);
  margin-top: 1rem;
}
.article-link:last-child {
  border-bottom: none;
}
.search-result-description {
  margin-bottom: 1rem;
}
.icon-star {
  width: 1rem;
  margin-right: .5rem;
}
nav.pagination {
  margin-top: 2rem;
}
nav.pagination ul {
  list-style: none;
  padding-left: 0;
}
nav.pagination li {
  display: inline-block;
}
nav.pagination li.pagination-current span,
nav.pagination li a {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 50%;
	border-radius: 50%;
}
nav.pagination li.pagination-current span {
  background: var(--red);
  color: var(--white);
}
nav.pagination li a {
  color: var(--black) !important;
}
/* ARTICLES
-------------------------------------------------- */
.article-votes {
  padding: 2rem 0;
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
}
.article-votes-question {
  display: block;
  margin-bottom: 1rem;
}
.article-votes-count {
  display: block;
  margin-top: .5rem;
}
ul.share {
  padding-left: 0;
}
.share li {
  display: inline-block;
  margin-right: .25rem;
}
.share a {
  border: 1px solid var(--red);
  border-radius: 50%;
  overflow: hidden;
  line-height: 27px;
}
.share a,
.share a:before {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.share a:before {
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  font-size: 14px;
}
.share a:hover {
  text-decoration: none;
  color: var(--white) !important;
  border-color: var(--black);
  background: var(--black);
}
.share-twitter:before {
  content: "\F309";
}
.share-facebook:before {
  content: "\F30C";
}
.share-linkedin:before {
	content: "\F318";
}
.share-googleplus:before {
  content: "\F30F";
}
/* SERVICE LEVEL INDICATOR
-------------------------------------------------- */
.svc-level {
  display: inline-block;
  color: #fff;
  padding: 3px 6px;
  font-size: 14px;
  margin-left: 6px;
}
.svc-essentials {
  background: #9e9e9e;
}
.svc-premier {
  background: var(--red);
}
/* FORMS
-------------------------------------------------- */
.form-field {
  margin-bottom: 1rem;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid var(--light-gray);
  border-radius: .25rem;
}
textarea {
  height: auto;
}
/* COMMUNITY
-------------------------------------------------- */
.post-meta,
.post-meta li,
.post-meta p {
  font-size: 14px;
  color: var(--gray);
}
.post-meta.community-post {
  border-top: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  padding: .5rem 0;
}
.status-label-featured {
  font-size: 12px;
  color: var(--white);
  padding: 3px 6px;
  background: var(--red);
  margin-top: -.5rem;
}
/* FOOTER
-------------------------------------------------- */
#granularFooter {
  padding: 2rem 0;
  background: #000;
  color: var(--light-gray);
  font-size: 13px;
}
#granularFooter li {
  font-size: 13px;
}
#granularFooter a {
  margin-right: 1rem;
  color: var(--white) !important;
}
#granularFooter hr {
  border-top: 1px solid var(--white);
}
.footer-social-logo {
  width: 20px;
}
/* MODAL CONTACT FORM
-------------------------------------------------- */
.pardotFrame {
  height: 375px;
}
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-body {
  padding: 2rem;
}
.modal-body button.close {
  margin-top: -1rem;
  margin-right: -1rem;
}
.modal-backdrop {
  background-color: var(--black);
}
.modal-backdrop.show {
  opacity: 0.8;
}
/* VIDEO MODAL
-------------------------------------------------- */
.video-container {
  position: relative;
  margin-bottom: 1rem;
}
.video-container img {
  width: 100%;
  margin-bottom: 0;
}
.video-container .overlay {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}
.video-container:hover .overlay {
  opacity: 0;
}
.video-container .fa-play-circle {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  margin-top: -22.5px;
  margin-left: -22.5px;
  z-index: 20;
  color: var(--white);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.video-container:hover .fa-play-circle {
  width: 65px;
  height: 65px;
  top: 50%;
  left: 50%;
  margin-top: -32.5px;
  margin-left: -32.5px;
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
  .pardotFrame {
    height: 320px;
  }
}
/* Minimum width of 992 pixels. */
@media screen and (min-width: 992px) {
  #logo {
    max-width: 60px;
    margin-right: 2rem;
  }
  #topNav {
    position: static;
    background: none;
    height: auto;
  }
  .display-4 {
    font-size: 3.5rem !important
  }
  .navbar-nav {
    position: relative;
    width: auto;
    background: none;
    padding-top: 0;
  }
  .navbar {
    padding: 1rem !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .nav-item:hover .dropdown-menu {
    display: block;
  }
  .nav-item .dropdown-menu {
    width: 250px;
  }
  .button-demo {
    margin-left: 0;
  }
  .button-signin {
    margin: 0 0 0 auto;
  }
  .button-signin .btn,
  .button-demo .btn {
    display: inline-block;
    width: auto;
  }
  .dropdown-item {
    padding: .5rem 1.5rem;
  }
  .btn-item {
    display: none;
  }
  section {
    padding: 4rem 0;
  }
  section.small-section {
    padding: 2rem 0;
  }
  #primary.sidebar-right {
    padding-right: 3rem;
    border-right: 1px solid var(--light-gray);
  }
  #primary.sidebar-left {
    padding-left: 3rem;
    border-left: 1px solid var(--light-gray);
  }
  #sidebar.sidebar-right {
    padding-left: 2rem;
  }
  #sidebar.sidebar-left {
    padding-right: 2rem;
  }
}
/* Minimum width of 1200 pixels. */
@media screen and (min-width: 1200px) {
  .btn {
    padding: 1rem 2rem;
    font-size: 1.2rem;
  }
  .btn-lg {
    font-size: 1.3rem;
  }
  .btn-sm {
    padding: .5rem 1.5rem;
  }
  h1, .h1 {
    font-size: 52px;
    line-height: 56px;
  }
  .h1-RegularSlab-Bold {
    font-size: 64px;
    line-height: 68px;
  }
  .h1-Regular-Regular {
    font-size: 64px;
    line-height: 68px;
  }
  h2, .h2 {
    font-size: 42px;
    line-height: 46px;
  }
  h3, .h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h4, .h4 {
    font-size: 28px;
    line-height: 36px;
  }
  h5, .h5,  .captions {
    font-size: 14px;
    line-height: 24px; 
    letter-spacing: 0.03em;
  }
  body, p, .p, li {
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 28px;
    font-family: 'Regular Medium';
  }
  p.lead {
    font-size: 26px;
  }
}