.cb-common-header,
.cb-common-footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cb-common-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0 16px;
  height: 48px;
  margin: 0 auto;
  background-color: #0F2944;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cb-common-header-logo-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 0;
}
.cb-common-header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cb-common-header-menu-item {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.cb-common-header-menu-item a {
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
}
.cb-common-header-menu-item a:hover {
  color: white;
}
.cb-common-header-submenu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 719px) {
  .cb-common-header {
    padding: 0;
  }
  .cb-common-header-menu-trigger {
    font-size: 0;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cb-common-header-menu-trigger,
  .cb-common-header-menu-trigger:hover {
    color: #FFFFFF;
  }
  .cb-common-header-menu-trigger:active {
    color: #46A0FF;
  }
  .cb-common-header-logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 48px;
  }
  .cb-common-header-menu-clip {
    position: absolute;
    top: 47px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    z-index: 1000;
    max-height: 0px;
    -webkit-transition: max-height 0ms 200ms;
    transition: max-height 0ms 200ms;
  }
  .cb-common-header-menu-clip.cb-common-header-menu-open {
    -webkit-transition: none;
    transition: none;
    max-height: 2000px;
  }
  .cb-common-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 1px;
    -webkit-transform: translate3d(0, -101%, 0);
            transform: translate3d(0, -101%, 0);
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
    margin-bottom: 6px;
    background-color: #0F2944;
  }
  .cb-common-header-menu.cb-common-header-menu-open {
    -webkit-transform: translate3d(0, 0%, 0);
            transform: translate3d(0, 0%, 0);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 -1px 0 0 #143250;
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 -1px 0 0 #143250;
  }
  .cb-common-header-menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #0F2944;
    padding: 20px 16px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }
  .cb-common-header-menu-item a[data-submenu-trigger]:after {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    width: 16px;
    height: 16px;
    content: '';
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%232D5D7E' stroke='none'%3E%3Cpath d='M7 2h2v12H7z'/%3E%3Cpath d='M14 7v2H2V7z'/%3E%3C/g%3E%3C/svg%3E");
  }
  a[data-submenu-trigger].cb-common-header-submenu-open:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='16' height='16' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 7v2H2V7z' fill='%232D5D7E' stroke='none'/%3E%3C/svg%3E");
  }
  ul.cb-common-header-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow: hidden;
    height: 0px;
    -webkit-transition: height 200ms ease-out;
    transition: height 200ms ease-out;
    background-color: #2D5D7E;
  }
  ul.cb-common-header-submenu > li > a {
    background-color: #1F4564;
    padding: 16px;
    text-transform: none;
    color: #94BDD5;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }
  ul.cb-common-header-submenu > li > a:hover,
  ul.cb-common-header-submenu > li > a:active {
    background-color: #2D5D7E;
  }
  ul.cb-common-header-submenu-open {
    height: 192px;
  }
  .cb-common-header-menu-item > a:hover,
  a.cb-common-header-submenu-open {
    background-color: #1F4564;
  }
}
@media (min-width: 720px) {
  .cb-common-header {
    height: 96px;
    padding: 0 24px;
  }
  .cb-common-header-logo svg {
    width: 184px;
    height: 32px;
  }
  .cb-common-header-menu-item {
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  .cb-common-header-menu-item.cb-common-header-menu-item-sign-in {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cb-common-header-menu-item:hover > a {
    color: #46A0FF;
  }
  .cb-common-header-submenu {
    display: none;
    position: absolute;
    list-style: none;
    z-index: 1000000;
    margin: 0;
    padding: 0;
    background-color: #0F2944;
    padding-bottom: 8px;
    border-bottom: 2px solid #46A0FF;
    -webkit-animation: cbCommonHeaderMenuAppear 300ms ease forwards;
            animation: cbCommonHeaderMenuAppear 300ms ease forwards;
  }
  .cb-common-header-menu-item:hover .cb-common-header-submenu {
    display: block;
  }
  .cb-common-header-menu-item a {
    display: inline-block;
    padding: 18px 16px 14px;
    font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
  }
  .cb-common-header-menu-item a.cb-common-header-menu-item-sign-in {
    color: #46A0FF;
    border: 2px solid;
    padding: 10px 20px 10px 20px;
    margin-top: 3px;
    margin-left: 8px;
    background-color: #0F2944;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }
  .cb-common-header-menu-item a.cb-common-header-menu-item-sign-in:hover,
  .cb-common-header-menu-item a.cb-common-header-menu-item-sign-in:active {
    background-color: #163555;
  }
  .cb-common-header-submenu a {
    text-transform: none;
    width: 128px;
    padding: 12px 24px;
  }
  .cb-common-header-menu-item a:hover,
  .cb-common-header-menu-item a:active {
    color: #46A0FF;
  }
  .cb-common-header-menu-divider {
    display: inline-block;
    vertical-align: middle;
    margin: 18px 8px 12px;
    height: 18px;
    width: 1px;
    background-color: #1F4564;
  }
}
@media (min-width: 720px) {
  .cb-common-header-menu-trigger {
    display: none;
  }
  .cb-common-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@-webkit-keyframes cbCommonHeaderMenuAppear {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-8px, -4px, 0);
            transform: translate3d(-8px, -4px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }
}
@keyframes cbCommonHeaderMenuAppear {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-8px, -4px, 0);
            transform: translate3d(-8px, -4px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-8px, 0, 0);
            transform: translate3d(-8px, 0, 0);
  }
}
@-webkit-keyframes cbCommonHeaderSubMenuAppear {
  0% {
    height: 0px;
  }
  100% {
    height: 192px;
  }
}
@keyframes cbCommonHeaderSubMenuAppear {
  0% {
    height: 0px;
  }
  100% {
    height: 192px;
  }
}
.cb-common-footer {
  background-color: #0F2944;
}
.cb-common-footer ul {
  margin-left: 0;
}
.cb-common-footer-contents {
  margin: 0;
  padding: 24px 0;
  max-width: 1024px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 24px;
  padding-right: 24px;
}
@media (min-width: 740px) {
  .cb-common-footer-contents {
    padding-left: 48px;
    padding-right: 48px;
  }
}
.cb-common-footer-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -24px;
  margin-right: -24px;
}
/* width: 192px */
.cb-common-footer-menu {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  list-style: none;
  padding: 24px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 320px) {
  .cb-common-footer-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .cb-common-footer-menu:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 600px) {
  .cb-common-footer-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .cb-common-footer-menu:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media (min-width: 920px) {
  .cb-common-footer-menu {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .cb-common-footer-menu:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}
.cb-common-footer-menu-title {
  display: block;
  margin-bottom: 8px;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.cb-common-footer-menu-item {
  margin-top: 6px;
}
.cb-common-footer-menu-item a {
  display: block;
  padding: 4px 0;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 14px;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}
.cb-common-footer-menu-item a:hover,
.cb-common-footer-menu-item a:active {
  color: #46A0FF;
}
/*
 * Styling a popup to contain the Contact form from Hubspot, and to style the
 * form itself.
 */
.cb-common-header-contact-form-page-shroud {
  position: fixed;
  z-index: 50000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(20, 50, 80, 0.8);
  -webkit-animation: 100ms ease forwards cbCommonHeaderFormFadeIn;
          animation: 100ms ease forwards cbCommonHeaderFormFadeIn;
}
@-webkit-keyframes cbCommonHeaderFormFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes cbCommonHeaderFormFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cb-common-header-contact-form-page-shroud-closing {
  pointer-events: none;
  -webkit-animation: 100ms ease forwards cbCommonHeaderFormFadeOut;
          animation: 100ms ease forwards cbCommonHeaderFormFadeOut;
}
@-webkit-keyframes cbCommonHeaderFormFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes cbCommonHeaderFormFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.cb-common-header-contact-form-dialog {
  opacity: 0;
  width: 440px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 440px;
          flex: 0 1 440px;
  max-height: 90vh;
  max-width: 100vw;
  background-color: #FFFFFF;
  border-radius: 3px;
  overflow-y: auto;
  -webkit-animation: 400ms ease-out forwards cbCommonHeaderFormSlideIn;
          animation: 400ms ease-out forwards cbCommonHeaderFormSlideIn;
}
@-webkit-keyframes cbCommonHeaderFormSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -16px, 0);
            transform: translate3d(0, -16px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes cbCommonHeaderFormSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -16px, 0);
            transform: translate3d(0, -16px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.cb-common-header-contact-form-dialog-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cb-common-header-contact-form-dialog-close svg {
  width: 32px;
  height: 32px;
  padding: 9px;
  cursor: pointer;
  margin: 8px 8px 0 0;
}
.cb-common-header-contact-form-title {
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #3A8EE8;
}
.cb-common-header-contact-form-brand-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  height: 4px;
  margin: 8px 0 32px 0;
  background: none;
}
.cb-common-header-contact-form-brand-line:after {
  display: block;
  width: 64px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
  height: 4px;
  content: '';
  background-color: #3A8EE8;
}
.cb-common-header-contact-form {
  padding: 0 40px 16px 40px;
}
.cb-common-header-contact-form .hbspt-form {
  margin-right: -16px;
}
.cb-common-header-contact-form label {
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  color: #999999 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cb-common-header-contact-form .hs-form-required {
  display: none;
}
.cb-common-header-contact-form .hs_firstname .hs-error-msgs,
.cb-common-header-contact-form .hs_lastname .hs-error-msgs,
.cb-common-header-contact-form .hs_company .hs-error-msgs,
.cb-common-header-contact-form .hs_email .hs-error-msgs,
.cb-common-header-contact-form .hs_phone .hs-error-msgs,
.cb-common-header-contact-form .hs_domain__c .hs-error-msgs {
  display: none !important;
}
.cb-common-header-contact-form .hs-error-msgs label {
  color: #D85565 !important;
}
.cb-common-header-contact-form .inputs-list {
  padding-left: 0 !important;
}
.cb-common-header-contact-form input.hs-input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
.cb-common-header-contact-form input.hs-input:focus,
.cb-common-header-contact-form select.hs-input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #46A0FF;
}
.cb-common-header-contact-form input.hs-input.error {
  border-color: #D85565;
}
.cb-common-header-contact-form input[type="text"],
.cb-common-header-contact-form input[type="email"],
.cb-common-header-contact-form input[type="tel"] {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #F4F4F4;
  padding-left: 0;
  background-color: white;
  margin: 0;
}
.cb-common-header-contact-form .hs_submit .actions {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.cb-common-header-contact-form .hs-button {
  width: 100% !important;
  color: #46A0FF !important;
  text-shadow: none !important;
  border: 2px solid #46A0FF !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: bold !important;
  font-size: 12px !important;
  line-height: 16px !important;
  padding: 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
.cb-common-header-contact-form .hs-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.cb-common-header-contact-form input.hs-button.hs-button.primary.large:hover {
  border-color: inherit !important;
  background-color: #F0FAFF !important;
}
@media (max-width: 600px) and (max-height: 800px) {
  .cb-common-header-contact-form-dialog {
    max-height: 100vh;
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-radius: 0;
  }
  .cb-common-header-contact-form-dialog-close {
    margin-top: 48px;
  }
}
