/* HS overrides from common */
:root, html.dark:root {
--color-hs-40: #FABB00;
--color-hs-50: #FCAA00;
--color-hs-60: #F09C00;
--color-text-80: rgba(11, 45, 60, 0.8);
--color-text-100: #001C29;
}
html,body {
   background:#001C29;
   font-size:15px;
   color: var(--color-text-80);
}
html.light, html.light body {
   background:#F5F5F5;
}
.wrapper {
   max-width:1000px;
   min-width:320px;
   padding-left:30px;
   padding-right:30px;
}
@media (max-width:701px) {
   .wrapper {
      padding-left:15px;
      padding-right:15px;
   }
}
.card21 .logo, .card1 .logo {
    background-size: 120px 40px;
    margin-bottom: 30px;
}
/* Resets */
ul, ol {
   padding: 0;
   list-style: none;
   margin: 0;
}
/** ----------------------------------------------------------------------------------------------------------- **/
.section-white { background:white; }
.section-white { background:white; }
.section-marine600 { background: #0B2D3C; }
.section-marine700 { background: #072736; }
.section-marine800 { background: #001C29; }
.section-grey80 { background: #F5F5F5; }
.section-grey60 { background: #F9F9F9; }

.section-dark { color: rgba(255,255,255,.8); }
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5 {
   color:white;
}

.pady-big { padding-top: 100px; padding-bottom: 100px; }
.padb-big { padding-bottom: 100px; }
.padt-big { padding-top: 100px; }
.pady-med { padding-top: 60px; padding-bottom: 60px }
.padb-med { padding-bottom: 30px }
.padt-med { padding-top: 30px }


@media (max-width:700px) {
   .pady-big { padding-top: 40px; padding-bottom: 40px; }
   .padb-big { padding-bottom: 40px; }
   .padt-big { padding-top: 50px; }
   .pady-med { padding-top: 40px; padding-bottom: 40px }
   .padb-med { padding-bottom: 30px }
}

.up30 { transform: translate(0,-30px); }
.up60 { transform: translate(0,-60px); }

.mart0 { margin-top: 0; }
.marb0 { margin-bottom: 0; }
.prevent-scroll { overflow: hidden; }

hr { background: #EBEBEA; }
hr.vertical-line {
   width: 1px;
   height: 64px;
   margin: 40px auto;
}
.section-dark hr { background: rgba(255,255,255,.1); }

/* For font size 15px */
h1,h2,h3,h4,h5,h6 {  font-weight: 700; line-height: 1.1; margin-top: 0; color: var(--color-text-100); }
h1,h2,h3,h4 { font-family: 'Jost',sans-serif; font-weight: 500;}
.hero h1 { font-size: 58px; margin-top:0px; }
h2 { font-size:36px; }
h3 { font-size:22px; }
h4 { font-size: 15px; }
h5 { font-size: 12px; }

p { line-height:1.6; margin-bottom: 20px;}
.red { color: #F6511D; }
.big { font-size: 18px; line-height: 1.4; }
small, .small { font-size: 12px; }

.ts-button {
   font-size:1em;
   height:40px;
   line-height:38px;
   border-radius: 30px;
   font-family: "Jost",sans-serif;
   font-weight: 500;
   transition: all .3s;
   padding-left: 20px;
   padding-right: 20px;
}
.ts-button.greyline { color: #666A68; }
.section-dark .ts-button.greyline { color:white !important; border: 1px solid rgba(255,255,255,.2); }
.section-dark .ts-button.greyline:hover { background-color:transparent; color:white !important; border: 1px solid rgba(255,255,255,.2); }
.section-dark .ts-button.btn-secondary {
   background-color: rgba(255,255,255,.1);
   border:solid 1px rgba(255,255,255,.1);
   color:white !important;
   transition: all .3s;
}
.ts-button.primary:hover {
    box-shadow: 0px 2px 10px rgba(255, 203, 17, 0.5);
    transform: translateY(-1px);
}
.section-dark  .btn-secondary:hover {
   background-color: rgba(255,255,255,.2);
}
input.tb2, .sm2, .sm2 select {
   font-size:1em;
   line-height: 42px;
   height: 42px;
   font-size:1em;
   border-radius:0;
}
.sm2 select {
   padding:0 5px;
   font-size:1em;
}
@media (max-width:701px) {
   .wrapper { padding-left:20px; padding-right:20px; }
   .hero h1 { font-size: 36px; }
   h2 { font-size: 24px; }
   h3 { font-size: 20px; }
   .big { font-size: 17px; }
}
/** ----------------------------------------------------------------------------------------------------------- **/
#header {
   position: sticky;
   width: 100%;
   z-index: 10;
   top: 0;
   background-color: white;
   transition: all .2s;
}
#header .wrapper {
   display: flex;
   justify-content: space-between;
   align-items: center;
}
#header::after {
   content: '';
   width: 100%;
   height: 1px;
   background: rgba(0,0,0,.1);
   display: block;
   max-width: 940px;
   margin: 0 auto;
   transition: all .2s;
}
.header-dark #header::after {
   background: rgba(255,255,255,.1);
}
#header .logo {
    margin-top: 15px;
    width: 100px;
    height: 40px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    background:url(/static/img/logo/halo-security.svg) no-repeat right;
    background-size: cover;
    background-position: top;
    transition: all .2s;
}
#header a {
   color: var(--color-text-80);
   text-decoration: none;
   font-family: "Jost", sans-serif;
   font-weight: 500;
}
#header a:hover {
   color: var(--color-hs-50);
}
#header a small {
   font-family: "Open Sans", sans-serif;
}
#header a h4 {
   font-weight: 500;
}
.header-dark #header {
   background: transparent;
}
.header-dark #header:not(.locked) .logo {
   background:url(/static/img/logo/halo-security-white.svg) no-repeat right;
}
.header-dark #header:not(.locked) .nav-list > li > a,
.header-dark #header:not(.locked) .wrapper > a {
   color: rgba(255,255,255,.8);
}
#header a:hover, .header-dark #header:not(.locked) .nav-list > li > a:hover {
   color: var(--color-hs-50);
}
#header a small {
   font-family: "Open Sans", sans-serif;
}

#header.locked {
   background: white;
   box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1)
}
#header.locked::after {
   max-width: 100%;
}

/* Mobile Main Nav */
#mobile-nav-btn {
   display: block;
   background-color: transparent;
   border: none;
   cursor: pointer;
   width: 36px;
   height: 36px;
   transform: translateX(6px);
   margin-left: auto;
}
#mobile-nav-btn::before,
#mobile-nav-btn::after {
   content: '';
   height: 2px;
   background-color: #CACBC8;
   display: block;
   border-radius: 2px;
   margin: 6px auto;
   width: 20px;
   transition: all .2s;
}
#mobile-nav-btn.toggled::before { transform: translateY(4px)  rotate(225deg); }
#mobile-nav-btn.toggled::after  { transform: translateY(-4px) rotate(-225deg); }

.nav-list > li > a.toggle-submenu i.far {
   display: none;
}

/* Sub-Menus */
#header .sub-menu {
   REMOVEvisibility: hidden;
   display:none;
   overflow: hidden;
   opacity: 0;
}
#header .sub-menu.visible {
   REMOVEvisibility: visible;
   display:inline;
   opacity: 1;
   z-index:20;
   display: flex;
   flex-direction: column;
   max-height: 1000px;
}
#header .sub-menu a {
    color: #666A68;
    padding: 15px 25px 15px 16px;
    display: block;
    font-weight: 400;
    border-bottom: 1px solid var(--color-border);
    display: flex;
}
#header .sub-menu a > div {
   align-self: center;
}
#header .sub-menu a:hover {
   background: var(--color-bg-60);
}
#header .sub-menu h4 {
   margin-bottom: 0;
}
#header .sub-menu i.fal {
   font-size: 24px;
   display: block;
   width: 45px;
   color: black;
   text-align:center;
   text-shadow: -2px 1px 2px rgba(255, 214, 0, 0.5);
   padding-right: 20px;
}
.sub-menu.visible > *  { opacity: 1; }
.nav, .nav-list {
   display: flex;
   flex: 1;
   align-items: center;
}
@media (min-width:801px) {
   .nav, .nav-list {
      margin-left:10px;
   }
   #header .nav-list a:not(.ts-button) {
      padding: 15px;
   }
   #mobile-nav-btn { display: none; }
   .nav-list > li {
      display: inline-block;
      /*margin-left: 15px;*/
   }
   .nav-list > li:last-child {
      margin-left: 15px;
   }
   #header .nav-list a.small {
      padding:15px 10px;
   }
   .sub-menu {
      position: absolute;
      top: 70px;
      background: white;
      /*transform: translateX(-20px);*/
      box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
   }
   #header .sub-menu.two-col {
      flex-direction: row;
   }
   #header .sub-menu.two-col > div:first-child {
      border-right: 1px solid var(--color-border);
   }
}

@media (max-width:800px) {
   .nav-list {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      left: 0;
      top: 70px;
      margin-top: 0;
      overflow: scroll;
      border-top: 1px solid #EBEBEA;
      width: 100%;
      height: calc(100vh - 70px);
      background: white;
      max-height: 0;
      display: block;
   }
   .nav.open .nav-list {
      opacity: 1;
      visibility: visible;
      max-height: 2000px;
   }
   .nav-list > li {
      margin: 0 20px;
      display: flex;
      flex-direction: column;
   }
   .nav-list > li > a:not(.ts-button){
      padding: 20px 0;
      border-bottom: 1px solid #EBEBEA;
      justify-content: space-between;
      align-items: center;
   }
   .nav-list > li > a.toggle-submenu {
      position: sticky;
      top: 0;
      background: white;
      z-index: 50;
      width: 100%;
      display: flex;
   }
   .nav-list > li > a.toggle-submenu i.far {
      font-size: 18px;
      display: block;
      width: 20px;
   }
   .nav-list .ts-button {
      margin: 20px auto 40px;
      width: 100%;
   }
   .nav-list .sub-menu {
      border-bottom: 1px solid #EBEBEA;
      transition: all .4s;
   }
   .nav-list > li > a.small {
      font-size: 15px;
   }
   /*.nav-list > li:last-child {*/
   /*   position: fixed;*/
   /*   bottom: 0;*/
   /*   left: 0;*/
   /*   right: 0;*/
   /*   background: white;*/
   /*   z-index: 100;*/
   /*}*/
   #header .sub-menu {
      max-height: 0;
      transition: max-height .4s;
   }
}
/** ----------------------------------------------------------------------------------------------------------- **/
#footer a:not(.ts-button) {
   color: rgba(255,255,255,0.6);
}
#footer a:hover {
   color: rgba(255,255,255,1);
   text-decoration: none;
}
#footer .footer-start div {
   margin: 20px 0;
}
#footer .footer-start {
   border-bottom: 1px solid rgba(255,255,255,0.1);
   padding: 10px 0;
   text-align: center;
}
#footer .footer-start b {
   color: white;
}
#footer .links-container {
   display: flex;
   justify-content: space-between;
   padding: 30px 0;
   border-bottom: 1px solid rgba(255,255,255,0.1);
   flex-wrap: wrap;
}
#footer .links li {
   padding: 5px 0;
}
#footer .links ul {
   margin: 0 0 38px;
   min-width: 150px;
}
#footer small {
   color: rgba(255,255,255,.4);
}
#footer .bottom-row {
   padding: 10px 0 80px;
   font-size: 12px;
   text-align: center;
}
#footer .bottom-row div {
   padding: 10px 0;
   margin: 0 auto;
}
#footer .social-icons li {
   display: inline-block;
}
#footer .social-icons li a {
   padding: 10px;
   font-size: 22px;
}
@media (min-width:701px) {
   #footer .footer-start {
      display: flex;
      justify-content: space-between;
      align-items: center;
   }
   #footer .footer-start .ts-button {
      margin-left: 5px;
   }
   #footer .social-icons {
      margin-right: 30px;
   }
   #footer .bottom-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
   }
   #footer .bottom-row div {
      margin: 0;
      text-align: left;
   }
   #footer .bottom-row .tms {
      flex: 1;
   }
}

/* Light Styles*/
.light #footer {
   background-color: #F5F5F5;
   border-top: 1px solid #EBEBEA;
}
.light #footer, .light #footer a, .light #footer small {
   color: #666A68;
   font-size: 12px;
}
/** ----------------------------------------------------------------------------------------------------------- **/
.footer-landing {
   padding-top: 30px;
   padding-bottom: 30px;
}
.footer-landing div {
   align-items: center;
   display: flex;
   justify-content: space-between;
}
.footer-landing a, .footer-landing small {
   color: rgba(255,255,255,.6);
   font-size: 12px;
}
/** ----------------------------------------------------------------------------------------------------------- **/
.grid > div {
  margin-bottom: 20px;
}
.grid > div:last-child {
   margin-bottom: 0;
}
.grid img {
   height:auto;
   margin-left: auto;
   margin-right: auto;
   max-width:100%;
}
@media (min-width: 701px) {
   .grid {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
   }
   .grid > div {
      margin-bottom: 0;
   }
   .stretch {
      flex: 1;
   }
   .col-50 { width: calc(50% - 10px); }
   .col-55 { width: calc(55% - 10px); }
   .col-60 { width: calc(60% - 10px); }
   .col-66 { width: calc(66.7% - 10px); }
   .col-75 { width: calc(75% - 10px); }
   .col-25 { width: calc(25% - 10px); }
   .col-30 { width: calc(30% - 10px); }
   .col-33 { width: calc(33% - 10px); }
   .col-40 { width: calc(40% - 10px); }
   .col-45 { width: calc(45% - 10px); }
   .col-50f { width: 50%; }

   .order1 { order: 1; }
   .order2 { order: 2; }
   .order3 { order: 3; }
   .order4 { order: 4; }

   .top { align-self: flex-start; }
}
/** ----------------------------------------------------------------------------------------------------------- **/
.hero {
   padding-top:80px;
   padding-bottom: 80px;
}
.hero-video {
   margin: 20px auto -50px;
   transform: translate(0);
}
.hero.padb0 { padding-bottom: 1px; }
@media (min-width:701px) {
   .hero-video {
      height: 150px;
      transform: translate(0,-20px);
      margin-bottom: -100px;
      margin: 0;
   }
   .hero-video div {
      background: white;
   }
}
/** ----------------------------------------------------------------------------------------------------------- **/
.shadow-smooth {
   box-shadow: 0px 103.306px 82.6446px rgba(0, 0, 0, 0.07),
               0px 43.1587px 34.527px rgba(0, 0, 0, 0.0503198),
               0px 23.0747px 18.4598px rgba(0, 0, 0, 0.0417275),
               0px 12.9355px 10.3484px rgba(0, 0, 0, 0.035),
               0px 6.86994px 5.49595px rgba(0, 0, 0, 0.0282725),
               0px 2.85874px 2.28699px rgba(0, 0, 0, 0.0196802);
}
/** ----------------------------------------------------------------------------------------------------------- **/
ul.bullets, ol.orderedlist {
   padding-left: 20px !important;
   margin: 0;
}
ul.bullets li, ol.orderedlist li {
   line-height: 140%;
   margin: 10px 0;
}
ul.bullets { list-style-type: disc !important; }
ol.orderedlist { list-style-type: decimal !important; }
ul.bullets ul, ol.orderedlist ol {
   margin-top: 10px;
}
/** ----------------------------------------------------------------------------------------------------------- **/
.icon-cards .card1, .logo-cards .card1 {
   padding: 30px;
   text-align: center;
   display: flex;
   flex-direction: column;
}
.icon-cards .card1 img {
   width: 64px;
   margin: 0 auto;
}
.icon-cards .card1 .ts-button, .logo-cards .card1 .ts-button {
   width: 100%;
   margin-top: 10px;
}
.logo-cards .logo-card-header {
   border-bottom: 1px solid #EBEBEA;
   padding-bottom: 20px;
   margin-bottom: 20px;
}
.logo-cards .card {
   display: flex;
   flex-direction: column;
   align-items: stretch;
}
.icon-list li {
   position: relative;
   display: block;
   margin-bottom: 50px;
   padding-left: 40px;
   margin-top: 10px;
}
.icon-list li i {
   position: absolute;
   left: -0px;
   font-size: 20px;
   top: -3px;
}
.icon-list li h4 {
   margin-bottom: 5px;
}
.summary-cards {
   margin: -15px;
}
.summary-cards .card {
   margin: 15px;
   min-width: 250px;
   margin-top: 20px;
}
.big-icon-shadow {
   font-size: 42px;
   display: block;
   margin: 10px auto 25px;
   text-shadow: -2px 1px 2px rgb(255 214 0 / 70%);
   color: var(--color-text-100);
}
/** ----------------------------------------------------------------------------------------------------------- **/
.stat {
   background: white;
   padding: 0 25px;
   font-size: 18px;
   font-weight: 300;
   border-left: 2px solid #F6511D;
}
.stat-photo img { display: none; }

@media (min-width: 700px) {
   .stat-photo img { display: block; }
   .stat {
      position: absolute;
      padding: 25px;
      bottom: 0px;
      left: 0px;
      transform: translate(-30px, -40px);
      border:none;
      box-shadow: 0px 103.306px 82.6446px rgba(0, 0, 0, 0.07),
                  0px 43.1587px 34.527px rgba(0, 0, 0, 0.0503198),
                  0px 23.0747px 18.4598px rgba(0, 0, 0, 0.0417275),
                  0px 12.9355px 10.3484px rgba(0, 0, 0, 0.035),
                  0px 6.86994px 5.49595px rgba(0, 0, 0, 0.0282725),
                  0px 2.85874px 2.28699px rgba(0, 0, 0, 0.0196802);
   }
}
/** ----------------------------------------------------------------------------------------------------------- **/
.faqs b {
   color: #060803;
}
.faqs > * {
   margin-bottom: 20px;
}
@media (min-width: 701px) {
   .faqs {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
   }

   .faqs > * {
      width: calc(50% - 20px);
   }
}
/** ----------------------------------------------------------------------------------------------------------- **/
/* For Privacy and Terms*/
.mainlist {
   border-top:1px solid #EBEBEA;
   margin-top: 30px;
}
.mainlist > li {
   padding:30px 0;
   border-bottom:1px solid #EBEBEA;
   counter-increment: simple-counter;
}
.mainlist > li > h3:before {
   content: counter(simple-counter) ".";
   counter-increment: 1;
   padding-right: 0.25em;
   display: inline-block;
   color: var(--color-hs-50);
}
.mainlist > li > h3 {
   display: flex;
}
.mainlist ol[type="a"] li {
   list-style:  lower-alpha;
   margin-left: 40px;
}
.mainlist ul {
   list-style: disc;
   margin-left: 30px;
   margin-bottom: 20px;
}
/** ----------------------------------------------------------------------------------------------------------- **/
.benefit-list {
   margin-left:20px;
}
.benefit-list .fa-li{
   font-size: 12px;
   color: var(--color-hs-50);
   line-height: 22px;
}
.benefit-list p {
   margin-left: 5px;
}
.benefit-list li {
   margin-bottom: 10px;
}
/* FontAwesome lists break with column count */
.checklist li {
   display: flex;
   align-items: flex-start;
   margin-bottom: 10px;
   break-inside: avoid;
}
.checklist li::before {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  display: block;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
  color: var(--color-hs-50);
  line-height:22px;
  margin-right: 10px;
  font-size: 12px;
}
.checklist li h4 { line-height: 22px; margin-bottom: 0; }\
.checklist-angle {
   line-height: 1.6;
}
.checklist-angle li::before {
   content: "\f105";
   color: var(--color-hs-50);
   margin-right: 10px;
   min-width: 20px;
   height: 20px;
   text-align: center;
   background: rgba(252, 170, 0, 0.2);
   border-radius: 100%;
   text-align: center;
}
/** ----------------------------------------------------------------------------------------------------------- **/
.grey-bg-img {
   background-color: #F9F9F9;
   width: 800px; /* arbitrarly large number */
   text-align: center;
   max-width: 100%;
   position: relative;
}
.grey-bg-img img {
   margin: -50px auto;
}
.preview-trustmark {
   position: absolute;
   border-radius: 3%;
}
.preview-modal {
   border-radius: 3px;
}
.preview-wireframe {
   border-radius: 3px;
}
.preview-portal {
   border-radius: 3px;
}
.preview-video {
   border-radius: 2px;
   overflow: hidden;
   background-color: white;
}
.img-container {
   font-size: 0px;
   position: relative;
}
.invert-img {
   filter: invert(100%);
}
/** ----------------------------------------------------------------------------------------------------------- **/
.card-infographic {
   padding: 50px 35px;
   background: #0B2D3C;
}
.card-infographic img{
   height: 150px;
   display: block;
   margin: 10px auto 20px;
}
/** ----------------------------------------------------------------------------------------------------------- **/
@media (min-width: 701px) {
   .row-ebook div:nth-child(2) {
      padding-left: 30px;
      padding-right: 40px;
   }
}
/** ----------------------------------------------------------------------------------------------------------- **/
.section-split-dark {
   background: #001C29;
}
@media (min-width: 701px) {
   .section-split-dark {
      background: linear-gradient(90deg, #001C29 50%, #072736 50%);
   }
   .scale-img {
      transform: scale(1.5) translateX(-30px);
   }
   .scale-img-right {
       transform: scale(1.7) translateX(100px);
       margin: 70px auto;
   }
}
/** ----------------------------------------------------------------------------------------------------------- **/
.quote {
   padding-left: 70px;
}
.quote::before {
    content: '“';
    font-family: "Times New Roman", times, serif;
    font-size: 70px;
    position: absolute;
    margin-left: -50px;
    margin-top: -20px;
    color: var(--color-hs-50);
}
.quote-sidebar {
   padding: 10px 0px 0px 30px;
   border-left: 3px solid #EBEBEA;
}
.quote-sidebar::before {
   content: '“';
   font-family: "Times New Roman", times, serif;
   font-size: 64px;
   position: absolute;
   margin-left: -40px;
   margin-top: -15px;
   color: var(--color-hs-50);
   font-weight: bold;
   background: white;
   height: 39px;
}
/** ----------------------------------------------------------------------------------------------------------- **/
.job-description {
   max-width: 700px;
}
.job-description h4{
   margin-top: 30px;
   font-size: 18px;
}
.job-description h5 {
   margin-top:18px;
}
/** ----------------------------------------------------------------------------------------------------------- **/
.legal-list {
   margin-top: 20px;
   padding-left: 20px;
   border-left: 1px solid #EBEBEA;
}
.legal-list li {
   margin: 8px 0;
}
.legal-list a {
   color: #666A68;
}
.legal-list a.selected {
   color: black;
   font-weight: bold;
}
.legal-list a:hover {
   text-decoration: underline;
}
/** ----------------------------------------------------------------------------------------------------------- **/
.benefit-list-2 {
   margin-left: 2em;
}
.benefit-list-2 .fa-li {
   background: #FFF9D9;
   font-size: 15px;
   width: 25px;
   line-height: 25px;
   padding: 0;
   text-align: center;
   border-radius: 2px;
   transform: translateY(-3px);
   margin-right: 10px;
   color: var(--color-hs-50);
}
.benefit-list-2 div {
   margin-left: 15px;
}
.benefit-list-2 li {
   margin-bottom: 60px;
}
.benefit-list-2 li.one-column {
   max-width: 100%;
   margin-bottom: 30px;
}
@media (min-width: 701px) {
   .benefit-list-2 {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
   }
   .benefit-list-2 li {
      max-width: calc(50% - 50px);
   }
}
/** ---------------------------------------------------------------------- ------------------------------------- **/
.hero-screenshot {
   max-width: 800px;
   width: 100%;
   transform: translateY(-30px);
   border-radius: 3px;
   margin-bottom: 30px;
}
/** ----------------------------------------------------------------------------------------------------------- **/
 .video-caption {
   display: block;
   padding: 30px;
   background: #F9F9F9;
   max-width: 540px;
   margin: 0 auto;
   z-index: -1;
 }
 /** ----------------------------------------------------------------------------------------------------------- **/
.list-cards li {
   background: white;
   padding: 30px;
   color: #666A68;
   margin-bottom: 20px;
   box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   border-radius: 2px;
}
.list-cards li h4 {
   color: #000;
}
.list-cards li p {
   margin-bottom: 0;
}
.process-cards {
  list-style: none;
  counter-reset: process-counter;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.process-cards li {
  counter-increment: process-counter;
  position: relative;
  overflow: hidden;
  padding-left: 80px;
}
.process-cards li::before {
  content: counter(process-counter);
  font-weight: bold;
  font-size: 32px;
  position: absolute;
  color: white;
  background: var(--color-hs-50);
   border-radius: 0 0 200px 0;
   -moz-border-radius: 0 0 200px 0;
   -webkit-border-radius: 0 0 200px 0;
   width: 60px;
   height: 60px;
   left: 0;
   top: 0;
   padding: 3px 0 0 14px;
   box-sizing: border-box;
}
 /** ----------------------------------------------------------------------------------------------------------- **/
.explode-screenshot {
   box-shadow: inset 0px 40px 0px #FCFCFC, inset 0px -40px 0px #FCFCFC;
}
 /** ----------------------------------------------------------------------------------------------------------- **/
#accordion {
   border-bottom:1px solid var(--color-border);
}
#accordion h3 {
   background:white;
   cursor:pointer;
   border-top:1px solid var(--color-border);
   padding: 20px 0;
   margin:0;
   position:relative;
}
#accordion h3::after {
   content:"";
   display:block;
   position: absolute;
   right:10px;
   width:10px;
   height:10px;
   top:25px;
   border-top: 2px solid var(--color-text-60);
   border-left: 2px solid var(--color-text-60);
   transform: rotate(-135deg);
   transition:.5s all;
}
#accordion > div {
    padding-bottom:20px;
    display:none;
}
#accordion h3.open::after {
   transform: rotate(45deg);
}
 /** ----------------------------------------------------------------------------------------------------------- **/
.card-color-header {
   background: #F9F9F9;
   text-align: center;
   padding: 15px;
   border-bottom: 1px solid #EBEBEA;
}
.card-color-header h5 {
   margin: 0;
   color:#000;
}
 /** ----------------------------------------------------------------------------------------------------------- **/
.icon-highlights {
   display: flex;
}
.icon-highlights > div {
   background: #F5F5F5;
   display: flex;
   flex: 1;
   padding: 20px;
   border: 1px solid white;
   font-size: 13px;
}
.icon-highlights strong {
   color: #001C29;
   display: block;
}
.icon-highlights i {
   font-size: 26px;
   color: #001C29;
   width: 35px;
   text-align: center;text-shadow: -2px 1px 2px rgb(255 214 0 / 50%);
   margin-right: 15px;
}
.icon-highlights-shadow {
   margin-left: -5px;
   right: -5px;
}
.icon-highlights-shadow > div {
   background: white;
   border: none;
   border-radius: 3px;
   box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
   margin: 0 5px;
}
 /** ----------------------------------------------------------------------------------------------------------- **/
em.highlight {
   font-style: normal;
   font-weight: 700;
   color:#001C29;
   position: relative;
   z-index: 0;
   white-space: nowrap;
}
em.highlight::before {
   content: "";
   position: absolute;
   height:60%;
   width: 100%;
   background: rgba(250, 187, 0, 0.3);
   z-index: -1;
   bottom: 3px;
}
 /** ----------------------------------------------------------------------------------------------------------- **/
.youtube-video-container {
   position: relative;
   overflow: hidden;
   width: 100%;
}
.youtube-video-container::after {
   display: block;
   content: "";
   padding-top: 56.25%;
}
.youtube-video-container iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
 /** ----------------------------------------------------------------------------------------------------------- **/
.integration-card {
   padding: 30px;
   border-radius: 3px;
   border: 1px solid var(--color-border);
}
.integration-card img { height: 80px; margin-bottom: 10px }
.integration h1 { font-size: 48px; margin: 20px 0; }
.integration h2 { margin-bottom: 20px; font-size: 28px; }
.integration h3 { font-size: 20px; }
.sticky-sidebar { position: sticky; top: 100px; }
.integration hr { margin: 40px 0; }

.breadcrumbs { margin-top: 20px; font-weight: 700; font-size: 12px;}
.breadcrumbs a { color: var(--color-text-60); font-weight: 400; }
.breadcrumbs i { font-size: 9px; color: var(--color-text-60); margin: 0 3px; }
 /** ----------------------------------------------------------------------------------------------------------- **/
