







/* 1a. Containers */




/* 1b. Colors */









/*
#c220ac
#f7941d



*/

/* 1c. Typography */

























/* 1d. Buttons */













/* 1e. Forms */
















 /*theme.forms.fields.placeholder.color.color*/


 /*theme.forms.fields.border.border.css*/ 




 
















/* 1f. Tables */













/* 1g. Website header */


 /* theme.header.menu.drop_downs.text.color.color */



 /*color(theme.header.background.color)*/

/* 1h. Website footer */








.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 24px;
}

body {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 24px;
  font-family:'DM Sans',sans-serif;
  letter-spacing: 0.03em;
  font-weight:200;
  overflow-x:hidden;
}

/* Paragraphs */

p {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-family:'DM Sans',sans-serif;
  letter-spacing: 0.02em;
  font-weight:200;
}

/* Anchors */

a {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #FFFFFF;
}

a:hover,
a:focus {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #d7d7d7;
}

a:active {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: normal; text-decoration: underline;
  color: #ffffff;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Quicksand, sans-serif; font-style: normal;
  color: #c220ac;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Quicksand, sans-serif; font-style: normal;
  color: #c220ac;
  font-size: 38px;
  text-transform: none;
  line-height: 1em;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Quicksand, sans-serif; font-style: normal;
  color: #c220ac;
  font-size: 27px; /* 30px */
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Quicksand, sans-serif; font-style: normal;
  color: #c220ac;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Quicksand, sans-serif; font-style: normal;
  color: #c220ac;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Quicksand, sans-serif; font-style: normal;
  color: #c220ac;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */
blockquote {
  border-image-slice: 1;
  border-left-width: 1px;
  border-image-source: linear-gradient(0deg, #ec0083, #f7941d);
  margin: 2em 3em;
  padding: 0em 4em 0.3em 2em;
}
blockquote p
,blockquote div
,blockquote span {
    margin:0;
    font-size:1.2em !important;
    font-style: italic;
    font-weight:300;
}





button:not(.no-button):not([class*="chat-input-"][class$="-button"]),
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #c220ac;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Quicksand, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(194, 32, 172, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

button:not(.no-button):not([class*="chat-input-"][class$="-button"]):hover,
button:not(.no-button):not([class*="chat-input-"][class$="-button"]):focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(236, 0, 140, 1.0)

;
  border-radius: 6px;
}

button:not([class*="chat-input-"][class$="-button"]):active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(234, 72, 212, 1.0);
  border-color: #ea48d4;
}
input.hs-button.primary.large::before{
  content: "";
}
input.hs-button.primary.large:hover:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(255, 0, 255, 0.3),
    rgba(255, 151, 0, 0.3)
  );
  transform: translate(-50%, -50%) scale(1.2);
  border-radius: 50%;
  filter: blur(10px);
  z-index: -1;
  animation: glowPulse 3s infinite ease-in-out;
}
@keyframes glowPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1.2);
      opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
      opacity: 1;
  }
}






form,
.submitted-message {
  font-family: Quicksand, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #f7941d;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(247, 148, 29, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #f7941d;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Quicksand; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 30px;
  color: #c220ac;
  background-color: 

  
  
    
  


  rgba(247, 148, 29, 1.0)

;
}


/* Labels */

form label {
  color: #c220ac;
}
form label span {
    display: none;
    visibility: hidden;
    font-size: .1em;
    color: yellow !important;
}

/* Help text */

form legend {
  color: #c220ac;
}

/* Inputs */
.hs-input {
    min-width: 100% !important;
}
form input[type=email]
, form input[type=file]
, form input[type=number]
, form input[type=password]
, form input[type=search]
, form input[type=tel]
, form input[type=text]
, form select
, form textarea {
    background-color: rgba(255, 255, 255, 0.1)!important;
    #000000
    color: #fff;
    border-radius: 10px!important;
}
.hs-input.invalid.error {
    border: 3px solid #ef6b51;
    border-radius: 8px !important;
}
.hs-fieldtype-file .hs-input {
    padding: .6rem;
    color: #999;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #999999;
}

::-moz-placeholder {
  color: #999999;
}

:-ms-input-placeholder {
  color: #999999;
}

::placeholder {
  color: #999999;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #999999;
}

.fn-date-picker td.is-selected .pika-button {
  background: #c220ac;
}

.fn-date-picker td .pika-button:hover {
  background-color: #c220ac !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #c220ac;
}

/* Submit button */

form input[type=submit],
form .hs-button {
    border: none;
    padding-top: 15px;
    padding-right: 53px;
    padding-bottom: 15px;
    padding-left: 53px;
    font-family: Quicksand, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 22px;
    background: linear-gradient(315deg, #c220ac, #c220ac);
    border-radius: 100px;
    text-transform: lowercase;
    transition: all .3s ease;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background: linear-gradient(315deg, #ef4136, #c220ac);
  color: #ffffff;
  border-radius: 100px;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(234, 72, 212, 1.0);
  border-color: #ea48d4;
}

/*file upload button*/
.hs-fieldtype-file .hs-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.hs-fieldtype-file .hs-input:focus + label {
  outline: 1px dotted #00001b;
  outline: -webkit-focus-ring-color auto 5px;
  border: 2px solid #55556a;
}
.hs-fieldtype-file label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: rgba(255, 255, 255, 0.1) !important;
  display: inline-block;
  height: 57px;
  cursor: pointer;
  border-radius: 10px !important;
  transition: all .3s ease;
}
.hs-fieldtype-file label:hover{
  background-color: rgba(255, 255, 255, 0.15) !important;
}
.hs-fieldtype-file label span{
  display: inline-block;
  visibility: visible;
  color: #999 !important;
  font-weight: 400;
  font-size: .875rem;
  line-height: 2.7em;
  padding:0 1.5em 0 1em ;
}
.hs-fieldtype-file label span:before{
  content: '\f07c';
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 0.3em;
  opacity:.4;
}





/* Table */

table {
  border: 1px solid #c220ac;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #c220ac;

  padding: 18px;

  color: #c220ac;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(194, 32, 172, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #c220ac;
}




.header__row-1.utilitynav {
    padding-top: 0;
}

.header {
  background-color: #00001b;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #e3e3ee;
  font-family: Quicksand;
}

.menu__child-toggle-icon {
  border-top-color: #e3e3ee;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #bbbbc6;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #bbbbc6;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}

.menu__child-toggle-icon:active {
  border-top-color: #ffffff;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  /*creates bottom border - background-color: #e3e3ee;*/
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    background-color: #20202f;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    
    background-color: #20202f;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #e3e3ee;
  background-color: #20202f;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #c220ac;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: #00001b;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #00001b;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Quicksand;
}

.header__language-switcher-label-current:after {
  border-top-color: #e3e3ee;
}

.header .menu--desktop .menu__link {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .05em;
    padding: .6rem .675rem;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: #00001b;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #e3e3ee;
  }
}





.footer {
  /*background-color: 

  
  
    
  


  rgba(0, 0, 27, 1.0)

;*/
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #CCCCCC;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/*list*/


/* Blog post */
.czm .blog-post__body p
,.czm .blog-post__body a
,.czm .blog-post__body span
,.czm .blog-post__body div
,.czm .blog-post__body ul
,.czm .blog-post__body ol
,.czm .blog-post__body l1{
  color: #b1b1bc !important;
}

.czm .blog-post__body h1{
  font-size: 1.8rem;
  line-height: 1.6rem;
  font-weight: 900;
  text-decoration: none;
  font-family: Quicksand, sans-serif;
  font-variant: all-petite-caps;
  color: #ccccd1 !important;
}
.czm .blog-post__body h2{   
  font-weight: 900;
  text-decoration: none;
  font-family: Quicksand, sans-serif;
  font-variant: all-petite-caps;
  color: #ccccd1 !important;
}
.czm .blog-post__body h3
,.czm .blog-post__body h4
,.czm .blog-post__body h5
,.czm .blog-post__body h6 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-variant: all-petite-caps;
    font-size: 0.9rem;
    line-height: 0.9rem;
    text-decoration: none;
    color: #ccccd1 !important;
    letter-spacing: .05rem;
}
.czm .blog-post__body p {
    font-size: 0.8rem;
    line-height: 1.9rem;
    letter-spacing: .033rem;
    font-family: 'DM Sans', Quicksand, sans-serif;
}
.czm .blog-post__body p + p {
    margin-top: 1rem;
}
.czm .blog-post__body ul
,.czm .blog-post__body ol{
  line-height: 1.9rem;
}

.blog-post__meta a {
/*  */
}

.blog-post__tag-link {
  color: #FFFFFF;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #d7d7d7;
}

.blog-post__tag-link:active {
  color: #ffffff;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Quicksand, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #c220ac;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #9a0084;
}

.blog-related-posts__title-link:active {
  color: #ea48d4;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #FFFFFF;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #d7d7d7;
}

#comments-listing .comment-reply-to:active {
  color: #ffffff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Quicksand, sans-serif; font-style: normal;
  color: #c220ac;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Quicksand, sans-serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #c220ac;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #9a0084;
}

.hs-blog-post-listing__post-title-link:active {
  color: #ea48d4;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #FFFFFF;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #FFFFFF;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #d7d7d7;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #ffffff;
}

.hs-pagination__link-icon svg {
  fill: #FFFFFF;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Quicksand, sans-serif; font-style: normal;
  color: #c220ac;
  font-size: 30px;
}

.card__body svg {
  fill: #c220ac;
}

/* Social follow */

.social-links__icon {
  background-color: #c220ac;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #9a0084;
}

.social-links__icon:active {
  background-color: #ea48d4;
  font-weight: 700; text-decoration: none; font-family: Quicksand, sans-serif; font-style: normal;
  color: #c220ac;
  font-size: 30px;
}





/*main bc */
.czm-section .czm-breadcrumb .hs_cos_wrapper svg {
    max-width: 14px;
    fill: #fff;
    margin-bottom: -5px;
    opacity: 1;
    transition: all .3s ease;
}
.czm-section .czm-breadcrumb a {
    font-variant: all-petite-caps;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 0.6em;
    letter-spacing: 0.03em;
    opacity: .3;
    margin: 0 -8px -10px 0;
    text-decoration: none;
    transition: all .3s ease;
    color: white;
    padding-right: 0.5em;
}
.czm-section  .czm-breadcrumb a:hover {
    opacity: 1;
}
.czm-section  .czm-breadcrumb a:hover svg{
    opacity: 1;
}
.czm-section .czm-breadcrumb a:not(:first-of-type):before {
    content: ">";
    color: #ccc;
    padding-right: .5em;
    text-decoration: none;
    font-size: 0.8em;
}
/**/

.cross-pattern {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 49 49">   <rect x="19" y="24" height="1" width="11" style="fill: %23202020;"></rect>   <rect x="24" y="19" height="11" width="1" style="fill: %23202020;"></rect> </svg>');
  background-size: 49px;
  background-repeat: space;
  background-color: #000;
}



.czm-section.czm-sidekick {
    border-top: none;
    margin: 0 auto;
    max-width: 1240px;
}
.czm-section.czm-sidekick .czm-herobg {
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
}
.czm-section.czm-sidekick .czm-teaser {
    color: #fff;
    padding: 2em;
    position: relative;
    top: 30px;
}
.czm-section.czm-sidekick .czm-teaser h1 {
    line-height: 0.8;
    margin-top: .25em;
    margin-bottom: 0.4em;
}
.czm-section.czm-sidekick .czm-teaser h2 {
    letter-spacing: .02em;
    font-size: .9em;
    font-weight: 600;
    line-height: 0.8em;
    margin: -0.4em 0 0.7em;
    max-width: 76%;
    opacity: .7;
    color: #c220ac !important;
}

.czm-section.czm-sidekick .czm-teaser p {
    font-size: 1.0em;
    margin: 0;
    max-height: 140px;
    max-width: 652px;
    overflow-y: scroll;
    font-weight: 200;
    color:#fefefe;
    font-family: 'DM Sans', sans-serif;
}

.czm-section.czm-sidekick {
    position: relative;
    padding: 0;
}
.czm-section.czm-sidekick .callout {
    background-color: transparent;
    border: 0;
    min-height: 0;
}
.czm-sidekick .czm-cta {
    position: relative;
    left: 0;
    bottom: -10%;
}
.czm-section.czm-sidekick .czm-imagebg {
    opacity: 0.6;
    background-size: 1240px;
}
.czm-section.czm-sidekick  .czm-body {
    left: 0;
    max-height: 57%;
    width: 90%;
    top: 0;
}
.czm-section.czm-sidekick  .czm-content {
    position:unset;
}
.czm-section.czm-sidekick  span.czm-cta-prominent {
    margin: 2em 0 4em 0;
    display: block;
}
.czm-section.czm-sidekick   .czm-noscroll {
    padding-right: 5em;
}

.container-fluid.body-container.body-container--blog-index .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:first-of-type
,body:not(.czm-body-request-for-proposal):not(.czm-body-fs):not(.czm-body-) .container-fluid.body-container .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:first-of-type {
    background-image: url('/hubfs/cesium-ai-automation-sidekick-hero.svg');
    background-position: center center;
    background-size: 1240px;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
}
.container-fluid.body-container.body-container--blog-index .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section:first-of-type
{background-position: center center !important;}




.czm-usecase .czm-grid{
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
  display: grid;
}
.czm-usecase .czm-grid .czm-grid-el{
  background-color: rgba(255, 255, 255, 0.05);
  border-radius:15px;
  padding:1em 2em 1.2em 1em;
}
.czm-usecase h2 {
    margin-bottom: 1.4rem;
}
.czm-usecase .czm-grid .czm-grid-el h4{
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 0em;
}
.czm-usecase .czm-grid .czm-grid-el p{
  font-size:.8em;
    max-height: 4em;
    overflow-y: scroll;
        margin-bottom: 1em;
}
.czm-usecase .czm-grid .czm-grid-el .czm-cta {
    display: block;
    text-align: right;
}
.czm-usecase .czm-grid .czm-grid-el .czm-cta a{
    border-radius:100px;
    background: #445;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 0.7em;
    font-weight: 700;
    padding: 0.5em 1.2em 0.6em 1.2em;
    transition: all .3s ease;
}
.czm-usecase .czm-grid .czm-grid-el .czm-cta a.czm-btn-czm_default{
    background: #222236;
}
.czm-usecase .czm-grid .czm-grid-el .czm-cta a.czm-btn-czm_primary {
    background: linear-gradient(215deg, #ef4136, #B23C96);
}
.czm-usecase .czm-grid .czm-grid-el .czm-cta a.czm-btn-czm_secondary{
    background: #55556a;
    background: rgba(255, 255, 255, 0.1);
}
.czm-usecase .czm-grid .czm-grid-el .czm-cta a.czm-btn-czm_tertiary{
/*    background: #55556a;*/
    background: rgba(255, 255, 255, 0.05);
}
.czm-usecase .czm-grid .czm-grid-el .czm-cta a:hover{
  background: #b23c96;
}
.czm-subgrid .el {
}




.czm-section.czm-detail .callout{
  background-color:transparent;
  border:0;
}
.czm-section.czm-detail .czm-iconheader {
    text-align: center;
}
.czm-section.czm-detail  .czm-intro {
    font-size: 1.3em;
    max-width: 75%;
}
.czm-section.czm-detail .czm-inner {
    padding-left: 2rem;
}
.czm-section.czm-detail  h1{
    margin-top: 0;
    font-size: 2em;
    font-weight: 700;
}
.czm-detailgrid-main a
,.blog-post__body a
,a.inline {
    background-image: linear-gradient(315deg, #f15a29 0 0, #bb00bb);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 1px;
    padding: 0 .3em;
    text-decoration: none;
    border-radius: 20px;
    border-top-right-radius: 0;
    position: relative;
    transition: all .3s ease-in;
    color:inherit;
}
.czm-detailgrid-main a:hover
,.blog-post__body a:hover
,a.inline:hover {
    color: #fff!important;
    background-size: 100% 36%;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1em 60px -4px rgba(187, 0, 187, 1);
    -moz-box-shadow: 0px 1em 60px -4px rgba(187, 0, 187, 1);
    box-shadow: 0px 1em 60px -4px rgba(187, 0, 187, 1);
}


/* CTAs */
.czm-section.czm-detail .czm-cta{

}
.czm-section.czm-detail .czm-cta .czm-btn{

}
.czm-section.czm-detail .czm-cta-callnow{
    font-size: 1.4em;
}
.czm-section.czm-detail .czm-cta-callnow:before{
    content:"Or Call";
    font-size: 0.5em;
    line-height: 0.7em;
}
.czm-detailgrid-main .czm-cta {
    position: unset;
    display: block;
}
.bodycopy .czm-cta {
    position: unset;
}
.bodycopy
,.bodycopy p
,.bodycopy ul
,.bodycopy span
,.bodycopy div
,.bodycopy a {
    font-size: 0.8rem;
}
.bodycopy p.boost {
    font-size: 0.9rem;
    margin: 0 0 2.1rem;
}
.czm-section.czm-detail .bodycopy .czm-cta a{
    display: inline-block;
    margin: 2em 2em;
    text-align: center;
    border-radius: 100px;
    font-size: 0.9em;
    font-weight: 700;
    padding: .4em 1.2em .5em;
    text-decoration: none;
    text-transform: lowercase;
    background: linear-gradient(215deg, #ef4136, #c220ac);
}
.czm-section.czm-detail .bodycopy .czm-cta-callnow {

}
.czm-section.czm-detail .bodycopy a.czm-cta-callnow {
    display: block;
    width: 100%;
    text-align: center;
}

/* GRIDDDDDD */
.czm-section.czm-detail .czm-detailgrid-main{
    display:grid;
    grid-template-columns: 60fr 40fr;
    grid-column-gap:50px;
}
.czm-detailgrid-main .czm-subgrid{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    grid-auto-rows: auto;
    grid-gap: 4px;
}
.czm-detailgrid-main  .czm-subgrid .el:not(.callout){
    padding: 20px;
}
.czm-section .el.callout {
    margin: 0;
    min-height: unset;
}
.czm-detailgrid-main  .czm-subgrid .el h5 {
    font-weight: 700;
    margin-bottom: 14px;
    margin-top: 0px;
    font-size: 0.8em;
}
.czm-detailgrid-main  .czm-subgrid .el h5
,.czm-detailgrid-main  .czm-subgrid .el p {
    color:white;
}
.czm-detailgrid-main  .czm-subgrid .el p{
    font-size: .7em;
    letter-spacing: .03em;
    line-height: 1.5em;
}
.czm-detailgrid-main  .czm-subgrid .el .czm-cta {
    text-align: right;
    padding: 0 20px 0 0;
}
.czm-detailgrid-main  .czm-subgrid .el .czm-cta a{
    border-radius:100px;
    background: #445;
    text-decoration: none;
    text-transform: lowercase;
    font-size: 0.7em;
    font-weight: 700;
    padding: 0.5em 1.2em 0.6em 1.2em;
    transition: all .3s ease;
}
.czm-section.czm-detail .czm-subgrid .el.default .czm-cta a{
/*    background: #222236;*/
  background: rgba(255, 255, 255, 0.05);
}
.czm-section.czm-detail .czm-subgrid .el.czm_primary .czm-cta a {
    background: linear-gradient(135deg, #ef4136, #B23C96);
}
.czm-section.czm-detail .czm-subgrid .el.czm_secondary .czm-cta a{
/*    background: #55556a;*/
    background: rgba(255, 255, 255, 0.05);
}
.czm-section.czm-detail .czm-subgrid .el.czm_tertiary .czm-cta a{
    background: #00001b;
}
.czm-section.czm-detail .czm-subgrid .el:not(.czm_primary):not(.czm_tertiary) .czm-cta a:hover{
    background: #b23c96;
}
.czm-section.czm-detail .czm-subgrid .el:not(.czm_secondary):not(.default) .czm-cta a:hover{
  background:#ffffff;
  color:#ec0083;
}

.czm-detailgrid-main  .czm-subgrid .el:first-child {
  grid-column: 1 / span 2; 
}
.czm-detailgrid-main  .czm-subgrid .el:nth-child(odd):not(:first-child) {
  grid-column: span 2; 
}
.czm-detailgrid-main  .czm-subgrid .el:nth-child(even):not(:last-child) {
  grid-column: span 2; 
}
.czm-detailgrid-main  .czm-subgrid .el:nth-child(even):last-child {
  grid-column: span 2; 
}

/* theme colors * /
.czm-section.czm-detail.czm_primary h3
, .czm-section.czm-detail.czm_primary_lt h3{
    color:#5d5d5d!important;
}
.czm-section.czm-detail.czm_secondary h3
, .czm-section.czm-detail.czm_secondary_lt h3{
    color:#5d5d5d!important;
}
.czm-section.czm-detail.czm_tertiary h1
, .czm-section.czm-detail.czm_tertiary h3
, .czm-section.czm-detail.czm_tertiary_lt h1
, .czm-section.czm-detail.czm_tertiary_lt h3{
    color:#5d5d5d!important;
}
.czm-section.czm-detail.czm_quaternary h1
, .czm-section.czm-detail.czm_quaternary h3
, .czm-section.czm-detail.czm_quaternary_lt h1
, .czm-section.czm-detail.czm_quaternary_lt h3{
    color:#5d5d5d!important;
}
.czm-section.czm-detail .czm-overlay.czm_quaternary_lt {
    background-color: #fde2d6;
}
*/
.czm-section.czm-detail .czm-subgrid .el{
    border-radius: 20px;
}
.czm-section.czm-detail .czm-subgrid .el.default {
    background: none !important;
    border: 1px solid #333346;
}
.czm-section.czm-detail .czm-subgrid .el.czm_primary {
/*    background: #222236;*/
    background: rgba(255, 255, 255, 0.05);
}
.czm-section.czm-detail .czm-subgrid .el.czm_secondary {
/*    background: #333346;*/
    background: rgba(255, 255, 255, 0.05);
}
.czm-section.czm-detail .czm-subgrid .el.czm_tertiary {
    background: linear-gradient(215deg, #ef4136, #B23C96);
}



.czm-section.czm-detail .czm-inner
,.czm-section.czm-usecase .czm-inner {
    padding-left: 2rem;
}
a.czm-utilityonly {
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none;
    color:unset;
    transition:all .3s ease;
}
a.czm-utilityonly:hover {
    opacity:.7;
}
a.czm-more {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    font-variant: all-petite-caps;
    font-weight: 700;
    font-size: 0.6em;
    letter-spacing: .05em;
    opacity: .2;
    transition: all .3s ease;
    background-color: transparent;
    padding: 0.4rem 0.7rem 0.5rem 0.7rem;
    border-radius: 50px;
}
a.czm-more:hover{
    opacity: 1;
    background-color: #B23C96;
}
.czm-ctamore {
    text-align: right;
    margin: 1rem 1rem 0 0;
    display: block;
    width: 100%;
}




#czm-particle-field #cta-element{}

#czm-particle-field .cta-item{
    opacity: 0;
    //transform: translate(40px);  /* start a little below the final position */
    zIndex: 1000;
    transition: opacity 1s ease, transform 1s ease;
    position: fixed;
    left: 50%;
    transform: translate(-50%,calc(-50% + 40px));
    color: white;
    backgroundColor: rgba(0, 0, 0, 0); 
    padding: 15px 30px;
    borderRadius: 8px;
    textAlign: center;
}
#czm-particle-field .isviz {
    opacity: 1; /* Fade to visible */
    transform: translate(-50%,-50%); /* Move to its final position */
}

/* Styling for individual dust particles (triangles) */
#czm-particle-field .czm-particle {
    position: absolute; /* Needed for positioning */
    pointer-events: none; /* Particles should not interfere with clicks */
    width: 0;
    height: 0;
    /* Triangle shape using borders */
    border-left: .5px solid transparent; /* Half base width - set by js */
    border-right: .5px solid transparent; /* Half base width - set by js */
    border-bottom: 1px solid white; /* Height and initial color - set by js */
    opacity: 1;

    /* animation vars will be set by js */
    --end-x: 0px;
    --end-y: -30px; /* upward drift */
    --rotation: 0deg;

    /* Apply the animation */
    animation: fadeDriftColorChange var(--duration, 1.2s) linear forwards;
}

/* animation for fading, drifting, and color changing */
@keyframes fadeDriftColorChange {
    0% {
        opacity: 1;
        border-bottom-color: #ffffff; /* Start White */
        transform: translate(0, 0) scale(1) rotate(var(--rotation));
    }
    5% {
        border-bottom-color: #f7941d; /* Yellow-Orange */
    }
    10% {
        border-bottom-color: #f15a29; /*  Orange*/
    }
    20% {
        border-bottom-color: #ef4136; /* red */
    }
    30% {
        border-bottom-color: #ec008c; /* pink */
    }
    60% {
        border-bottom-color: #ec008c; /* pink */
    }
    65% {
        border-bottom-color: #b23c96; /* purple */
    }
    75% {
        border-bottom-color: #b23c96; /* purp */
    }
    90% {
         /* Keep last color briefly before full fade */
        border-bottom-color: #b23c96; /* Purple */
    }
    100% {
        opacity: 0;
      scale:3;
        border-bottom-color: #b23c96; /* End Purple */
        transform: translate(var(--end-x), var(--end-y)) scale(0.2) rotate(calc(var(--rotation) + 30deg)); /* Move, shrink, and rotate slightly more */
    }
}

/*slidein*/
.czm-section,
.czm-slidein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.czm-section.visible,
.czm-slidein.visible {
  opacity: 1;
  transform: translateY(0);
}

.czm-nojs .czm-section,
.czm-nojs .czm-slidein {
  opacity: 1 !important;
  transform: none !important;
}









/*footer must have */
.footer {
    background-color: ;
}
.container-fluid.footer__container.content-wrapper {
    padding: 0;
}


.czm-mobileonly{
  display:none;
}

@media (max-width: 1023px) { /* MOBILE */
  .czm-deskonly{
    display:none;
  }
  div#hs_cos_wrapper_navigation-primary {
    height: calc(100vh - 82px);
    overflow-y: scroll;
  }
  /*   ********************************************************************* blog */
  
  .hs-blog-post .czm-blog-header .czm-headwrap{
    left: 0;
    bottom:-40%;
    padding: 0 20px;
    max-width: 100%;
  }
  .blog-post__meta {
    max-width: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 2em;
  }
  .body-container--blog-post .czm-breadcrumb{
    margin: 0 0 0 20px;
    padding: 20px 0;
  }
  .hs-blog-post .czm-category:before {
      top: -2px;
      padding-bottom: 0.2rem;
  }
  .hs-blog-post  .blog-post .blog-post__body {
      padding: 0 40px;
  }
  .hs-blog-post  .blog-post__timestamp:before {
    padding: 0 0.4em;
  }
  .hs-blog-post  .czm-category {
      padding-left: unset;
      margin-left: 16px;
  }
  span.czm-category:before {
    left: -10px;
  }

  /* ********************************************************************* sections */
  section.czm-section {
      position: relative;
      padding: 4em 1em;
  }
  section.czm-section.czm-detail {
      position: relative;
      padding: 4em 2em;
  }
  .czm-section.czm-detail .el.callout .czm-image {
    width: calc(100vw - 10%);
  }
  .czm-section.czm-detail .el.callout{
    min-height:65vw!important;
  }
  /* ********************************************************************* heros */
  .czm-section .czm-teaser {
    top: 4vh !important;
  }
  .czm-section.czm-sidekick .czm-teaser {
      padding: 1em!important;
  }
  .czm-section.czm-sidekick .czm-teaser h2 {
    max-width: 100%!important;
  }
  .czm-section:not(.hero-counselor) .czm-teaser h1 {
        font-size: 1.3rem !important;
  }
  .czm-section .czm-teaser h2 {
      font-size: .8em;
      max-width: 100%;
      margin: 1.5em 0 0.2em 0;
  }
  .czm-section.czm-sidekick .czm-herobg {
      background-position: 70% top !important;
  }
  .czm-section.czm-sidekick:not(.hero-counselor) .czm-teaser p {
      font-size: 0.9em;
      max-height: 120px;
  }
  .czm-breadcrumb {
    margin-bottom: 0.3em;
    overflow: hidden;
    max-height: 1.4em;
  }
 

  /* ********************************************************************* fonts */
  .nope-czm-section.czm-biolist .czm-caption {
      color: white;
      font-family: 'Montserrat', sans-serif;
      font-weight: 100;
      text-transform: uppercase;
      position: absolute;
      top: 50px;
      left: 30px;
      text-align: left;
      display: block;
      width: 50%;
      line-height: 1em;
      font-size: 0.9em;
      overflow-y: hidden!important;
  }
  .czm-section:not(.czm-sidekick) h2 {
      font-size: 1.5em;
  }
  h4, .h4 {
    font-size: 20px;
  }
  .czm-section.czm-cta-banner .h3 {
    line-height: 1em;
  }
  .czm-section h2 {
       line-height: 1em;
  }

  /*   ********************************************************************* grids */
  .czm-usecase .czm-grid{
      grid-template-columns: 1fr!important;
  }
  .czm-section.czm-biolist.lay-impact .czm-cardgrid {
      grid-template-columns: 1fr!important;
  }
  .czm-section.czm-biolist.lay-basic .czm-cardgrid {
      grid-template-columns: 1fr!important;
  }
  .czm-section .czm-cardgrid {
    grid-template-columns: 1fr!important;;
  }
  .czm-section .czm-cardgrid .czm-card {
    padding: 0 1em 1em 1em;
  }
  .czm-section.czm-catcards.czm-cards .czm-cat-card-wrapper {
    max-width: 83vw;
  }
  .czm-section.czm-catcards.czm-cards .czm-cat-card-wrapper {
      margin: 0 auto!important;
  }
  .czm-section.czm-locationlist .czm-stars {
      position: absolute;
      right: -20px !important;
      top: 0px !important;
      scale: .5;
  }
  .czm-section.czm-locationlist .czm-caption {
    margin-top: 1em;
  }
  .czm-section.czm-locationlist h4 {
    display: inline-block;
    margin: 0;
    margin: 8px 0 4px 0;
  }
  .czm-solomap img.czm-card-image{
    width: calc(100vw - 8px);
  }
  .czm-section.czm-detail .czm-detailgrid-main {
    grid-template-columns: 1fr!important;
  }
  .czm-detailgrid-main .czm-subgrid {
    grid-template-columns: 1fr!important;
  }
  .czm-section.czm-detail .czm-subgridwrap .czm-subgrid .el{
    grid-column:span 1!important;
  }
  .czm-section.czm-versus.czm-versus-head .row-fluid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  .czm-section.czm-versus.czm-versus-head .vs-img {
    min-height: 210px;
  }
  .czm-section.czm-versus.czm-versus-head .czm-image {
    max-width:76vw;
  }
  .czm-section.czm-versus.czm-versus-head .vs-img {
    max-height: 190px!important;
    min-height: 190px!important;
  }
  .czm-section.czm-versus.czm-versus-body .vs-cat h3 {
    font-size: 1em;
    line-height: 1em;
  }
  .czm-section.czm-versus.czm-versus-body .vs-attr {
    padding: 0 1em;
    width: 50%;
  }
  .czm-section.czm-versus.czm-versus-body  .vs-catbtn .czm-cta {
    width: unset;
  }
  .czm-section.czm-versus.czm-versus-head.czm-ovr1:after {
    font-size: 1.7em;
    height: 50px;
    left: calc(50vw - 32px);
    line-height: 1.2em;
    top: 59px;
    width: 50px;
    z-index: 4;
  }
  .czm-section.czm-contactoptions .czm-grid{
    grid-template-columns: 1fr!important;
  }
  .czm-section.czm-contactoptions .czm-grid .el .czm-grid{
    grid-template-columns: 1fr 1fr!important;
  }
  .czm-section.czm-match .czm-matchgrid-main {
    grid-template-columns: 1fr!important;
  }
  /**/
  .czm-gridwrap {
    margin-bottom: 1em;
  }
  .czm-section .row-fluid.czm-sixpack {
    grid-template-columns: 1fr !important;
  }
  .czm-section.czm-benefits p.czm-intro
  ,.czm-section.czm-symptoms p.czm-intro
  ,.czm-section.czm-positions p.czm-intro{
    font-size: 1em!important;
    padding: 0 1em;
    max-width: 100%!important;
    min-width: 100%!important;
  }
  section.czm-blog .czm-wrap-article {
    grid-template-columns: 1fr !important;
  }  

  /*   ********************************************************************* sliders */
  .czm-section.czm-creds .czm-cards .splide__slide {
    width: 140px!important;
  }
  .czm-section.czm-creds .splide__track {
    max-height: 160px;
  }
  .czm-section.czm-creds .splide__card__contents
  ,.czm-section.czm-creds .splide__slide__contents {
    height: 68%;
  }
  .czm-section.czm-creds .czm-cards .splide__slide:first-of-type
  ,.czm-section .czm-cards .splide__slide:first-of-type {
    margin-left: 2em;
  }
  .czm-section .czm-cards .splide__slide:last-of-type{
    margin-right: 2em;
  }
  .czm-section.czm-testimonials .czm-cards .splide__slide {
    margin: 0 8px;
    width: 340px !important;
  }
  .czm-section.czm-testimonials .czm-cards .splide__card--image_caption__wrapper {
    margin: 1em 1em;
  }
  .czm-section.team-slider .czm-cards .splide__slide {
    margin: 0 8px;
    width: 350px !important;
  }
  .czm-section.team-slider .czm-bizcardwrap { /*resize cards   */
    left: 0.7em;
    position: relative;
    top: 36%;
  }
  .czm-section.team-slider .czm-cards .splide__slide {/*resize cards*/
    height: 230px;
  } 
  .czm-section.team-slider .czm-imgwrap .czm-cardimage.counselor {/*resize cards*/
    bottom: 47px;
    height: 250px;
    width: 250px;
  }
  .czm-section.team-slider span.h5 {
    font-size: 1em;
  }
  .czm-section.team-slider h4 {
    font-size: 1.5em;
  }
  .czm-section.team-slider span.czm-more {
      top:unset;
      right: 42px;
      bottom: 23px;
      border-left: 2px solid white;
      padding-left: 1em;
  }
  .czm-section button.splide__arrow {
    width: 2em!important;
  }
  .czm-section.team-slider .splide__arrows {
    left: 40%;
  }
  .czm-locationslider .czm-cards .splide__slide {
    margin: 0 8px;
    width: 305px!important;
  }
  .czm-section.czm-locationslider .czm-stars {
    right: -39px;
    scale: .5;
  }
  .czm-section.faq-slider .splide__arrows.hs-gallery-slider-main__arrow.splide__arrows--ltr {
    position: absolute;
    bottom: 35px;
    left: 40%;
  }
  .czm-section.faq-slider  .splide__slide--image_caption__wrapper {
    margin: 0 1em;
  }
  .czm-section.faq-slider .splide__pagination.splide__pagination--ltr{
    display: none;
  }
  .czm-section.faq-slider span.czm-more {
    border-left: 2px solid #fff;
    padding-left: 1em;
    position: absolute;
    right: 15px;
    bottom: -1px;
  }
  .czm-section.faq-slider button.splide__arrow {
    width: 2em !important;
    rotate: 180deg;
    top: unset;
    bottom: -1px;
  }
}
@media (min-width:500px) and (max-width: 1023px) {   /* redo grids for tab */ 
  .czm-section.czm-biolist.czm-cards.lay-basic .czm-cardgrid {
      grid-template-columns: 1fr 1fr!important;
  }
}
@media (min-width:700px) and (max-width: 1023px) {
  .czm-section.czm-biolist.czm-cards.lay-impact .czm-cardgrid {
      grid-template-columns: 1fr 1fr!important;
  }
  .czm-section.czm-locationlist .czm-cardgrid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (min-width:845px) and (max-width: 1023px) { 
  .czm-section.czm-biolist.czm-cards.lay-basic .czm-cardgrid {
      grid-template-columns: 1fr 1fr 1fr!important;
  }
}
@media (max-width: 767px) { 
  .czm-section.czm-detail .czm-intro {
      max-width: unset;
  }
  .czm-section.czm-sidekick.hero-quicksearch .czm-teaser{ 
    top: 18vh !important;
  }
  .czm-section.czm-sidekick.hero-quicksearch .czm-teaser p {
        max-height: 120px;
    }
  .czm-mobileonly{
    display:block;
  }
  section.czm-section {
    padding: 2em 1em 4em 1em;
  }
  .czm-section.czm-carousel.czm-carousel-cards
  ,.czm-section.team-slider{
    padding: 2em 0 4em 0!important;
  }
  .czm-section.czm-detail h1 {
    line-height: 1.1em;
    font-size: 1.1em!important;
  }
  .czm-section.czm-match h1 {
    font-size: 1.3em!important;
  }
  .czm-section.czm-symptoms h1 {
    font-size: 1.5em!important;
  }
  .czm-section .callout { /*seen on detail and either tritiles or*/
    min-height: 320px!important;
  }
  .czm-section.czm-values .callout {
    min-height: 280px!important;
  }
  .czm-section.hero-counselor:not(.czm-mobileonly) .czm-teaser {
    top: 540px!important;
    padding: 0 2em 2em 2em!important;
  }
  .czm-section.hero-counselor:not(.czm-mobileonly) .czm-heroimg {
    right: -90px!important;
    max-height: 60vh!important;
  }
  .czm-section.hero-counselor:not(.czm-mobileonly) {
    overflow: hidden!important;
    min-height: 100px!important;
    height: 64vh!important;
  }
  .czm-section.hero-counselor.czm-mobileonly {
    min-height: unset;
    border-top: 4px solid white;
  }
  .czm-section.hero-counselor.czm-mobileonly .czm-teaser {
    position: unset;
    margin-top: 1em;
  }
  .czm-section.hero-counselor.czm-mobileonly .czm-teaser h2
  ,.czm-section.hero-counselor.czm-mobileonly .czm-teaser p{
    color:white;
  }
  .czm-section.hero-counselor:not(.czm-mobileonly) .czm-teaser{
    display:none;
  }
  .czm-section.hero-counselor.czm-mobileonly .czm-teaser h1 {
    font-size: 2.4em!important;
  }
  .czm-section.hero-counselor.czm-mobileonly .czm-teaser h2 {
    font-size: 1.3em;
    margin: .1em 0 .9em;
    max-width: unset;
  }
  .czm-section.hero-counselor.czm-mobileonly .czm-teaser h3 {
    font-size: 0.9em;
  }
  .czm-section.czm-sidekick.hero-counselor .czm-teaser p {
      font-size: 0.9em;
      max-height: 160px;
  }
  .czm-section.czm-positions .czm-subgrid .czm-cta {
    margin-top: 40px;
  }
  .czm-section.czm-values .callout {
    border-right: 0!important;
    border-bottom:4px solid white!important;
  }
  .czm-section.czm-values .czm-image {
    left: 50% !important;
    width: calc(100vw + 31px);
  }
  .czm-section.czm-values .callout:last-of-type {
    border-bottom: 0!important;
  }
  .czm-section.czm-cta-banner .czm-cta .czm-btn {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .czm-section.czm-cta-banner .czm-cta {
    margin: 1em 0 0 0 !important;
    width: 100%;
  }
  .czm-section.czm-largebanner .czm-noscroll {
    padding-right: 0!important;
  }
  .czm-section.czm-5050.czm-img--right .callout.content{
    border-right: 0;
  }
  .czm-section.czm-5050.czm-img--right .callout.accent {
    border-top: 4px solid #fff;
  }
  .czm-section.czm-5050.czm-img--left .callout.accent{
    border-right: 0;
  }
  .czm-section.czm-5050.czm-img--left .callout.content {
    border-top: 4px solid #fff;
  }
  .czm-section.czm-5050 .czm-cta {
    bottom: 15%!important;
  }
  .czm-5050 .callout h3 {
    margin: 0 1em 1em;
    text-align: left;
  }
  .czm-img--right .czm-body
  , .czm-img--right:not(.czm-5050) .czm-content {
    text-align: left!important;
  }
  .czm-section.czm-dbteaser .czm-image
  ,.czm-section.czm-5050 .czm-image
  {
    min-width: calc(100vw - 8px);
  }
  .czm-dbteaser.czm-img--right .callout.content {
    order: 1;
  }
  .czm-section.czm-dbteaser .callout {
    border-right: 0!important;
  }
  .czm-section.czm-dbteaser .callout.content {
    border-top: 4px solid #fff;
  }
  .czm-section.iyc .czm-image {
    zoom: unset!important;
    width: calc(100vw - 40px);
  }
  .czm-section.iyc .callout {
      margin-right: 0;
  }
  .czm-section.czm-tritiles .czm-image {
      zoom: unset!important;
      width: 100vw;
  }
  .czm-section.czm-tritiles .callout {
    border: 0;
    border-right: 0!important;
    border-bottom: 4px solid #fff!important;
    margin: 0;
  }
  .czm-section.czm-tritiles .callout:last-of-type{
    border-bottom: 0!important;
  }
  .czm-section.czm-5050.czm-inject .callout.accent{
    display:none;
  }
  .czm-section.czm-5050.czm-inject.czm-img--left .callout.content{
    border-top:none;
  }
}
@media (max-width: 690px) {
  .czm-section.czm-match .czm-matchgrid-main img.czm-cardimage.counselor {
    max-width: 104.5px;
    max-height: 104.5px;
  }
  .czm-section.czm-match .czm-matchgrid-main .czm-subgrid .el {
    max-height: 104.5px;
  }
  .czm-wrap-email .czm-wrap-body, .czm-wrap-social .czm-wrap-body {
      font-size: 0.6em;
  }
}
@media (min-width:768px) and (max-width: 1023px) {
  .czm-section.czm-tritiles .czm-body {
    top: -10px!important;
  }
  .czm-section.czm-values .czm-body {
    max-height: 60%!important;
    width: 80%!important;
  }
}

@media (max-width: 500px){
  .czm-detailgrid-main .czm-subgridwrap td {
      font-size: 13px!important;
  }
  .czm-detailgrid-main .czm-subgrid .el table th, .czm-subgrid .el table td {
      padding: 18px 8px 0 8px!important;
  }
  .czm-detailgrid-main .czm-subgrid .el table tr:last-of-type td {
      padding: 18px 8px!important;
  }
}
@media (max-width: 1023px) { /* temp homepage hero */
  .czm-section.czm-sidekick.hero-quicksearch .czm-herobg{
    background-position: 50% top !important;
  }
  .czm-section.czm-sidekick.hero-quicksearch .czm-teaser {
    top: 160px;
  }
  .czm-section.czm-sidekick.hero-quicksearch .czm-teaser .czm-tabs{
      display: none;
  }
  .czm-section.czm-sidekick.hero-quicksearch {
      min-height: 100px!important;
      height: 85vh;

  }
  .czm-section.czm-sidekick.hero-quicksearch .czm-teaser .czm-mobilehero h2 {
    font-weight: 100;
    font-size: 2.5em;
    max-width: 250px;
  }
  .czm-section.czm-sidekick.hero-quicksearch .czm-teaser p.frmfoot {
    margin-top: 2em;
  }
}
@media (max-width: 1023px) { /* cesium */
  .dnd-section, .content-wrapper--vertical-spacing {
      padding: 1.5rem;
  }
  .czm-section.czm-sidekick .czm-teaser {
      padding: 6em 0em 2em 0em !important;
  }
  .czm-detailgrid-main .czm-subgrid {
      padding-top: 1.5em;
  }
}
@media (max-width: 767px) { /* cesium small*/
  section.czm-section {
      padding: 0!important;
  }
  .czm-section.czm-detail .czm-inner
  ,.czm-section.czm-usecase .czm-inner {
      padding-left: 0!important;
  }
  .czm-section.czm-sidekick .czm-teaser h2 {
      margin: -0.2em 0 0.7em!important;
  }
  section.czm-blog .czm-wrap-article {
    padding: 0!important;
  }
  article.blog-listing__post.card {
      margin: .5em 0!important;
  }
  .czm-section.czm-sidekick .czm-teaser {
      padding: 10em 0em 2em 0em !important;
  }
  .hs_submit.hs-submit {
      text-align: center;
  }
}
@media (min-width: 1024px) {
  czm-section.czm-sidekick.hero-quicksearch .czm-teaser .czm-mobilehero h2{
    display:none;
  }
}
@media (min-width: 1024px) and (max-width: 1100px){
  select#qs-symptoms {
      max-width: 290px!important;
  }
  select#qs-type {
      max-width: 240px!important;
  }
  select#qs-timeframe {
      max-width: 140px!important;
  }
  input#qs-zip {
      max-width: 90px!important;
  }
  form input[type=text]{
    padding: 0.7rem 0.4rem 0.8rem 0.4rem!important;
  }
  .czm-tabs li.czm-frmhead {
    font-size: 15px!important;
  } 
}

/*mobile footer banner*/
@media (min-width:500px) {
  div#hs-overlay-cta-169427990570 {
      display: none!important;
  }
}

/**/

/*hs chat window*/
.AIWelcomeMessageContent__WelcomeMessageText-ivuhcc-1 {
    border-radius: 20px;
}
.eEEKmy.chat-head-avatar {
    border-radius: 12px;
    background-color: white;
}

/*captcha*/
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 50%;
    display: inline-block;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    mix-blend-mode: luminosity;
    opacity: .3;
}


/* fullscreen  */
.czm-body- .header__container.content-wrapper
,.czm-body-fs .header__container.content-wrapper
,.czm-body- .container-fluid.content-wrapper
,.czm-body-fs .container-fluid.content-wrapper{
  background: none !important;
}