/* Theme base styles */

@import url('//fast.fonts.net/cssapi/da534af2-37e4-4a4a-94f3-21dcd73d0945.css');
@import url('//use.typekit.net/hfi7dhy.css');

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.scalloped-top {
  background-color: var(--theme-color);
  background-repeat: repeat-x;
  display: block;
  height: 25px;
  margin-bottom: -3px;
  mask-image: url('https://43700535.fs1.hubspotusercontent-na1.net/hubfs/43700535/theme_assets/images/top-scalloped.svg');
  -webkit-mask-image: url('https://43700535.fs1.hubspotusercontent-na1.net/hubfs/43700535/theme_assets/images/top-scalloped.svg');
  width: 100%;
  position: relative;
  z-index: -1;
}
.scalloped-bottom {
  background-color: var(--theme-color);
  background-repeat: repeat-x;
  display: block;
  height: 25px;
  margin-top: -3px;
  mask-image: url('https://43700535.fs1.hubspotusercontent-na1.net/hubfs/43700535/theme_assets/images/bottom-scalloped.svg');
  -webkit-mask-image: url('https://43700535.fs1.hubspotusercontent-na1.net/hubfs/43700535/theme_assets/images/bottom-scalloped.svg');
  width: 100%;
}
@media (min-width: 60em) {
    .scalloped-bottom {
        height:24px
    }
}
.scroll-effect-target {
  opacity: 0;
  transition: opacity 500ms;
}
.scroll-effect-target.scrolled {
  opacity: 1;
}
.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
#wave-animation {
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation: linear infinite;
    -webkit-animation-duration: 60s;
    -webkit-animation-name: run
}

@-webkit-keyframes run {
    0% {
        -mask-position: 0;
        -webkit-mask-position: 0
    }

    100% {
        -mask-position: 100vw;
        -webkit-mask-position: 100vw
    }
}

.scroll-animation-bounce.scroll-position-backward {
    visibility: hidden;
    -webkit-transform: translateY(-1rem);
    -ms-transform: translateY(-1rem);
    transform: translateY(-1rem)
}

.scroll-animation-bounce.scroll-position-forward {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: scroll-animation-bounce;
    animation-name: scroll-animation-bounce;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%
}

.scroll-effect-sides.transition-active {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.scroll-effect-sides.scroll-position-backward {
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw)
}

.scroll-effect-sides.scroll-position-backward:nth-child(even) {
    -webkit-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    transform: translateX(100vw)
}

.scroll-effect-sides.scroll-position-forward {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.scroll-effect-sides.scroll-effect-independent-target {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none
}

@-webkit-keyframes scroll-animation-bounce {
    0% {
        visibility: hidden;
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem)
    }

    1% {
        visibility: visible;
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem)
    }

    30% {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1)
    }

    50% {
        -webkit-transform: translateY(0) scaleY(0.95) scaleX(1.025);
        transform: translateY(0) scaleY(0.95) scaleX(1.025)
    }

    80% {
        -webkit-transform: translateY(-0.5rem) scaleX(0.95) scaleY(1.025);
        transform: translateY(-0.5rem) scaleX(0.95) scaleY(1.025)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes scroll-animation-bounce {
    0% {
        visibility: hidden;
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem)
    }

    1% {
        visibility: visible;
        -webkit-transform: translateY(-1rem);
        transform: translateY(-1rem)
    }

    30% {
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1)
    }

    50% {
        -webkit-transform: translateY(0) scaleY(0.95) scaleX(1.025);
        transform: translateY(0) scaleY(0.95) scaleX(1.025)
    }

    80% {
        -webkit-transform: translateY(-0.5rem) scaleX(0.95) scaleY(1.025);
        transform: translateY(-0.5rem) scaleX(0.95) scaleY(1.025)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

.row-fluid {
	display: flex;
	gap: 1rem;
}
@media (min-width: 1200px) {
  .body-container-wrapper .row-fluid {
    gap: 3rem;
  }
}
.row-fluid [class*='span'] {
	flex: 1;
}
.row-fluid .span12 {
	flex-basis: 100%;
}
.row-fluid .span11 {
	flex-basis: 91.66%;
}
.row-fluid .span10 {
	flex-basis: 83.33%;
}
.row-fluid .span9 {
	flex-basis: 75%;
}
.row-fluid .span8 {
	flex-basis: 66.66%;
}
.row-fluid .span7 {
	flex-basis: 58.33%;
}
.row-fluid .span6 {
	flex-basis: 50%;
}
.row-fluid .span5 {
	flex-basis: 41.66%;
}
.row-fluid .span4 {
	flex-basis: 33.33%;
}
.row-fluid .span3 {
	flex-basis: 25%;
}
.row-fluid .span2 {
	flex-basis: 16.66%;
}
.row-fluid .span1 {
	flex-basis: 8.33%;
}
@media (max-width: 1199px) {
	.row-fluid {
		flex-direction: column !important;
	}
}



.content-wrapper,
.container,
.dnd-section > .row-fluid,
.system-container,
.header-container {
  max-width: 1500px;
}
.dnd-section {
  padding: 0px 20px;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1500px;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
}
.big-gap {
  gap: 6rem;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}
.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}
header {
  position: absolute;
  width: 100%;
}
header a {
  color: #fff;
  display: block;
  font-family: Obviously,sans-serif;
  font-size: .875rem;
  font-weight: 500;
  letter-spacing: .44px;
  line-height: 1.375rem;
  margin-right: 3rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: -webkit-text-decoration .1s ease;
  transition: -webkit-text-decoration .1s ease;
  -o-transition: text-decoration .1s ease;
  transition: text-decoration .1s ease;
  transition: text-decoration .1s ease,-webkit-text-decoration .1s ease;
  white-space: nowrap;
  z-index: 10;
}
header a:hover {
  color: #fff;
  text-decoration: none;
}
header a.header-nav-item:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
header a.header-nav-item:before {
    background-color: #fff;
    bottom: -4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform .45s ease-out;
    transition: -webkit-transform .45s ease-out;
    -o-transition: transform .45s ease-out;
    transition: transform .45s ease-out;
    transition: transform .45s ease-out,-webkit-transform .45s ease-out;
    width: 100%;
}
.header-nav-item {
    display: inline-block;
    margin-right: 16px;
}
.header-wrap {
  width: 100%;
  padding: 30px 0 0 80px;
}

.search-menu-icon,
.header-menu-wrap .header__navigation .hs_cos_wrapper {
  display: inline-flex;
}
.search-menu-icon {
  position: relative;
  top: 4px;
  cursor: pointer;
}  
.header-menu-wrap .submenu {
  text-align: left;
}
.header-right-wrap {
  margin-top: 20px;
}
.header-right-island {
  display: inline-flex;
}
@media screen and (max-width: 1359px) {
  .header-inner-wrap .row-fluid {
    flex-direction: column;
  }
  .main-logo-wrap {
    justify-content: center;
    display: flex;
  }
  .header-wrap {
    padding: 10px 0 0 0;
  }
  .search-menu-icon {
    position: absolute;
    top: 20px;
    right: 20px;
  }
  header a {
    margin: 0;
  }
}
.lottie-demo .lottie-item {
  display: inline-block;
  background-color: #cccccc;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding: 60px;
  }
}
.footer .dnd-section .row-fluid {
  max-width: 100%;
}
.footer h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.footer p {
  font-size: 14px;
}
.footer a,
.footer a:hover{
  text-decoration: none;
  font-size: 14px;
}
.footer .footer-one-menu a {
  font-size: 12px;
}
.footer ul,
.footer li,
.footer .hs_cos_wrapper_type_menu .hs-menu-wrapper ul {
  display: block;
  padding: 0;
}
.footer-social {
  margin-top: 16px;
}
.footer .zee-zees-logo {
  background-color: var(--theme-color);
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .footer .row-fluid {
    text-align: center;
  }
  .footer .zee-zees-logo {
    margin: 0 auto 20px auto;  
  }
}
.footer .hs-submit .hs-button {
  margin: 0;
}
.show-for-sr {
  display: none;
}
.hs_cos_wrapper_type_rich_text ul,
.hs_cos_wrapper_type_menu .hs-menu-wrapper ul,
.widget-type-post_listing ul,
.widget-type-post_filter ul {
  list-style: square inside url('');
}
.widget-type-post_listing ul,
.widget-type-post_filter ul {
  padding: 0 0 0 16px;
}
.hs_cos_wrapper_type_menu .hs-menu-wrapper ul {
  padding-left: 20px;
}
.hs_cos_wrapper_type_rich_text ul li,
.hs_cos_wrapper_type_menu .hs-menu-wrapper ul li,
.widget-type-post_listing ul li,
.widget-type-post_filter ul li {
  list-style-position: outside;
}
.hs_cos_wrapper_type_menu .hs-menu-wrapper ul li,
.widget-type-post_listing ul li,
.widget-type-post_filter ul li {
  padding-bottom: 10px;
}
.hs-cta-wrapper img {
  max-width: 100%;
}
.widget-type-rich_text img {
  max-width: 100%;
}
.subpage .systems-page {
  padding-top: 80px;
}