/* Showcase Styles
   Property order used: layout (position, z-index, display, float, flex, grid, top/right/bottom/left)
                        box (box-sizing, width/height, margin, padding, overflow)
                        typography (font, text, line-height, letter/word spacing)
                        visual (color, background, border, outline, box-shadow, opacity)
                        misc (transition/animation, transform, cursor, pointer-events, appearance)
*/

/* -------------------------------------------------------------------------- */
/* Fonts                                                                      */
/* -------------------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

@font-face {
  font-display: swap;
  font-family: "Ivar Headline";
  font-style: normal;
  font-weight: 600;
  src: url(//www.zillowstatic.com/s3/constellation-website/public/shared/fonts/ivar-headline/latest/ivar-headline-semibold-extended.woff2) format("woff2");
  unicode-range: u+0000-001f, u+0080-200f, u+2020-faff, u+fb10-ffff;
}

@font-face {
  font-display: swap;
  font-family: "Ivar Headline";
  font-style: normal;
  font-weight: 600;
  src: url(//www.zillowstatic.com/s3/constellation-website/public/shared/fonts/ivar-headline/latest/ivar-headline-semibold-core.woff2) format("woff2");
  unicode-range: u+0020-007f, u+201?, u+fb0?;
}

@font-face {
  font-family: "Object Sans";
  src: url("https://www.zillowstatic.com/s3/constellation-website/public/shared/fonts/object-sans/latest/object-sans-regular.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Object Sans";
  src: url("https://www.zillowstatic.com/s3/constellation-website/public/shared/fonts/object-sans/latest/object-sans-bold.woff2") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Object Sans";
  src: url("https://www.zillowstatic.com/s3/constellation-website/public/shared/fonts/object-sans/latest/object-sans-heavy.woff2") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZs.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZs.woff") format("woff");
}

/* -------------------------------------------------------------------------- */
/* Base                                                                        */
/* -------------------------------------------------------------------------- */

* {
  font-family: "Inter", "Adjusted Arial", Tahoma, Geneva, sans-serif;
}

body {
  background: #fff;
  color: #021b29;
}

a {
  position: relative;
}

button,
.button {
  border: none !important;
}

.cell_1664907455637-padding {
  display: none !important;
}

/* -------------------------------------------------------------------------- */
/* Nav                                                                         */
/* -------------------------------------------------------------------------- */

#stimeNav {
  color: #2a2a33;
  background-color: #fff;
  position: unset !important;
}



#stimeNav,
#stimeNavPadding {
  height: inherit;
}

.fixedTop {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background-color: #fff;
}

#stimeNavLogo {
  margin-top: 5px;
}

#stimeNavLogoST {
  margin-top: 5px;
  height: 40px;
  margin-right: auto;
  max-width: 232px;
  width: 100%;
  z-index: var(--z-index-navLogo);
}

#stimeNavInnerST {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  max-width: 1460px;
  padding: 0 20px;
  width: 100%;
}

#stimeNavInner,
#stimeNavInnerST {
  padding: 3px 20px;
}

/* Nav - Dark Mode (Inverted) */
.stimePopup,
.navMobileWhiteBox {
  color: #2a2a33;
}

.zmeNavLinkHolder {
  position: relative;
  left: 0;
  display: flex;
  justify-content: space-around;
}

.zmeNavInner {
  flex-direction: row;
}

@media (max-width: 1250px) {
  .zmeNavLink,
  .zmePhotoBtn {
    font-size: 14px !important;
  }
}


@media (max-width: 800px) {
  .zmelogoHolder {
    margin: 0 auto;
  }

  .zmeNavInner {
    flex-direction: column !important;
    align-items: baseline !important;
    padding-top: 10px;
  }

  .zmeNavLinkHolder {
    width: 100%;
    display: grid;
    grid-auto-flow: column;
  }

  .zmeNavInner .zmeBtnLink {
    position: absolute;
    right: 10px;
    top: -50px;
  }

  
  .zmeNavInner .zmelogoHolder {
    max-width: 45%;
  }

  .zmeNavInner .zmelogoHolder img {
    width: 100%;
  }

  .zme-bottom-nav #stimeNavHamburger {
    top: 10px;
  }

  .zmeNavLink,
  .zmePhotoBtn {
    height: 36px !important;
    line-height: 36px !important;
  }

  #zmeNav {
    padding: 8px 0 !important;
  }
}

@media (max-width: 820px) {
  .zmeNavLink,
  .zmePhotoBtn {
    font-size: 14px !important;
  }

  .zme-bottom-nav #stimeNavHamburger {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

.stimeNavLinkText,
.stimeLogin .subNavButton {
  opacity: .7;
}

#stimeNavLogo .stimeNavLogoSM,
#stimeNavLogoST .stimeNavLogoSM {
  max-width: 150px;
  width: 100%;
}

.stimeNavLogoSM {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 249px;
}

@media (max-width: 500px) {
  .stimeNavLogoSM {
    max-width: 280px;
  }
}

#stimeNavClose path {
  z-index: 999;
  stroke: #000 !important;
}

.navMobileWhiteBox {
  top: 110px !important;
}

.iframe-popup-modal2 {
  color: #fff;
}

.stimeNavLink.stimeLogin:hover:after,
.subnavLink.stimeLogin:hover:after {
  display: none !important;
}

.stimeNavLink.stimeLogin .subNavButton.hidden {
  display: inline-block !important;
  visibility: inherit;
  padding: 15px 30px;
}

/* ZME NAV - TOP */
#zmeNav {
  position: relative;
  max-width: 1460px;
  padding: 5.5px 20px;
  margin: 0 auto;
}

#zmeNavInner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
.hoverOverLink{
      cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-right: 8px;
    position: relative;
    text-decoration: none;
    height: 60px;
    line-height: 60px;
}
.zmelogoHolder {
  margin-right: auto;
  padding:22px 0px;
}

.stimeNavLink:after {
  content: none;
}

.bottom-nav .stimeLogin a {
  padding: 0 !important;
}

.zmeNavLink {
  display: block;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01em;
  margin: 0 20px;
  position: relative;
  text-decoration: none;
  word-wrap: nowrap;
  height: 60px;
  line-height: 60px;
}



.lastlink {
  margin: 0 0 0 20px;
}

.zmeNavLink:after {
  display: block;
  height: 2px;
  position: relative;
  top: -15px;
  transform: scaleX(0);
  transition: transform .3s ease-out;
  width: 100%;
}

.zmeBtnLink:after {
  content: none;
}

.zmeNavLink:hover:after {
  transform: scaleX(1);
}

.zmeBtnLink {
  display: flex;
  align-items: center;
  margin-right: 0 !important;
}

.zmePhotoBtn {
  display: block;
  background: #0041d9;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  font-size: var(--font-size-p-md);
  font-weight: 700;
  height: 48px;
  letter-spacing: -.01em;
  line-height: 45px;
  padding: 0 30px;
  text-decoration: none;
  white-space: nowrap;
  transition: all .3s;
}

.zmePhotoBtn:hover {
  background-color: #0033ab !important;
}

/* Mobile Nav */
#stimeNavHamburger path {
  stroke: #2a2a33;
}

.navMobileColumn .navMobileWidgets {
  background-color: rgba(207, 210, 221, .2);
}

.navMobileSubcat {
  color: #2a2a33;
  opacity: 1;
}

/* -------------------------------------------------------------------------- */
/* Hero / Rows                                                                 */
/* -------------------------------------------------------------------------- */

.dnd_area-row-0-background-image {
  background-image: inherit;
}

/* Row 1: Linear Gradient */
.dnd_area-row-1-background-color {
  /* background-color: rgba(33, 33, 33, 1) !important; */
  background: linear-gradient(to top, #212121 0%, #212121 50%, #000 50%, #000 100%);
}

h1.heading-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .5rem;
  word-spacing: 1rem;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: .3em;
  text-shadow: 3px 3px 7px #000;
}

.subHeroHeader {
  text-align: center;
  font-size: 24px;
  text-shadow: 3px 3px 7px #000;
}

p.large {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -.01em;
  text-align: left;
  color: #3a3b3c;
}

.hs-video-container {
  width: 140vh !important;
  max-width: 100% !important;
}

.hs-video-wrapper iframe {
  max-height: calc(100vh + 20px) !important;
  border-radius: 0 !important;
}

.splide__pagination__page.is-active {
  background-color: #0041d9 !important;
}

.greyText {
  color: #999;
}

/* -------------------------------------------------------------------------- */
/* Headings                                                                    */
/* -------------------------------------------------------------------------- */

h1.zh1 {
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-family: "Object Sans", "Adjusted Arial", Tahoma, Geneva, sans-serif !important;
  font-weight: 900;
  font-size: 60px;
  line-height: 72px;
  text-align: inherit;
  margin-bottom: 0;
}

h2.zh1 {
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-family: "Object Sans", "Adjusted Arial", Tahoma, Geneva, sans-serif !important;
  font-weight: 900;
  font-size: 48px;
  line-height: 56px;
  text-align: inherit;
}

h3.zh1 {
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-family: "Object Sans", "Adjusted Arial", Tahoma, Geneva, sans-serif !important;
  font-weight: 900;
  font-size: 36px;
  line-height: 42px;
  text-align: inherit;
}

h4.zh1,
h4 {
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-family: "Object Sans", "Adjusted Arial", Tahoma, Geneva, sans-serif !important;
  font-weight: 900;
  font-size: 20px;
  line-height: 28px;
  text-align: inherit;
}

h5 {
  font-family: "Inter", "Adjusted Arial", Tahoma, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

@media (max-width: 1024px) {
  h1.zh1 {
    font-size: 48px;
    line-height: 56px;
  }

  h2.zh1 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 480px) {
  h1.zh1 {
    font-size: 36px;
    line-height: 42px;
  }

  h2.zh1 {
    font-size: 24px;
    line-height: 32px;
  }

  .customizable-button {
    width: 100%;
  }
}

h1 {
  font-size: 58px;
}

@media (max-width: 550px) {
  h1 {
    font-size: 11vw !important;
    line-height: 11vw !important;
    word-break: initial !important;
  }
}

/* -------------------------------------------------------------------------- */
/* Buttons                                                                     */
/* -------------------------------------------------------------------------- */

.customizable-button.button {
  min-width: 240px;
  padding: 16px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  background-color: #0041d9;
  color: #fff;
}

.customizable-button.button:hover {
  background-color: #0033ab;
}

.whiteButton {
  background-color: #fff !important;
  color: #000 !important;
}

.whiteButton:hover {
  background-color: #ececec !important;
}

.blackButton {
  background-color: #000 !important;
  color: #fff !important;
}

.blackButton:hover {
  background-color: #ececec !important;
}

.zButton {
  background-color: #0041d9 !important;
  color: #fff !important;
}

.zButton:hover,
.zButton:active {
  background-color: #0033ab !important;
}

.zWhiteButton {
  background-color: #fff !important;
  color: #0040db !important;
}

.zWhiteButton:hover,
.zWhiteButton:active,
.topNavSignIn:hover,
.topNavSignIn:active,
.topNavSignIn:focus {
  background-color: #eef6ff !important;
  color: #0040db !important;
}

/* -------------------------------------------------------------------------- */
/* Icon List                                                                   */
/* -------------------------------------------------------------------------- */

h4.icon-inline-title {
  text-transform: unset;
  font-size: 1.2rem;
  font-weight: lighter;
  letter-spacing: 1px;
  color: #021b29;
}

.icon-inline.icon-inline-light {
  border-bottom: 1px solid #4c4c4c;
  padding: 30px 0 5px;
}

/* -------------------------------------------------------------------------- */
/* Footer                                                                      */
/* -------------------------------------------------------------------------- */

footer {
  background-image: none !important;
}

.footer {
  padding-top: 60px !important;
}

.footer a {
  color: #fff;
}

.footer input::placeholder {
  color: #fff;
  opacity: .6;
}

.footer input ::-ms-input-placeholder {
  color: #fff;
  opacity: .6;
}

.social-links__icon {
  background-color: #fff;
  color: #021b29;
}

/* Forms */
form input[type="submit"],
form .hs-button {
  background-color: #0041d9;
  border: none !important;
}

form input[type="submit"]:hover,
form .hs-button:hover {
  background-color: #6d6d6c;
}

/* Landing Page Mods */
a.customizable-button.button.downloadResource {
  padding: 25px 34px;
}

/* -------------------------------------------------------------------------- */
/* Responsive tweaks                                                           */
/* -------------------------------------------------------------------------- */

@media (max-width: 767px) {
  .zmeNavLink:after {
    top: 2px !important;
  }

  .zmeNavLink {
    margin: 8px 3px 0px !important;
  }

  #stimeNavInner,
  #stimeNavInnerST {
    padding: 3px 10px;
  }

  #stimeNavLogo .stimeNavLogoSM,
  #stimeNavLogoST .stimeNavLogoSM {
    max-width: 129px;
  }

  .icon-inline .icon-inline-img {
    background-color: #333;
    border-radius: 50px;
  }

  .hs_cos_wrapper_type_linked_image img {
    max-width: 100% !important;
  }
}

/* -------------------------------------------------------------------------- */
/* White Columns Section                                                       */
/* -------------------------------------------------------------------------- */

.section-white-columns-zh .dnd-column {
  height: 100%;
  padding: 20px 32px;
  background-color: #fff !important;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, .15);
}

.section-white-columns-zh {
  display: grid;
  align-content: space-between;
  background-repeat: no-repeat !important;
}

@media (max-width: 767px) {
  .section-white-columns-zh .dnd-column {
    margin: 0 auto 16px;
    height: unset !important;
  }
}

/* -------------------------------------------------------------------------- */
/* Top Nav (mega menu + modal)                                                 */
/* -------------------------------------------------------------------------- */

.TopNavBox li a:hover {}


.TopNavBox p{
      font-size: 16px;
    line-height: 24px;
    margin: 0px;
}
.TopNavBox li a {
  color: rgb(0, 65, 217);
  font-size:14px
}

.TopNavBox h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding-bottom:4px;
  color: rgb(17, 17, 22);
}

.TopNavBox ul {
  padding-inline-start: 0;
}

.TopNavBox li {
  line-height: 24px !important;
  padding:8px 0px;
}

.topNavSignIn {
  padding: 9px 16px;
  line-height: 24px;
  color: #0041d9;
  background-color: #fff;
  border: 1px solid #0041d9 !important;
}

.topNavBook {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  padding: 9px 16px;
  margin: 0;
  width: auto;
  height: auto;
  cursor: pointer;
  appearance: none;
  text-decoration: none;
  user-select: none;
  outline: none;
  box-shadow: none;

  color: #fff;
  background-color: #0041d9;
  border: 1px solid #0041d9 !important;
  border-radius: 12px;

  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;

  transition-property: background-color, border-color, color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.topNavBook:hover {
  background-color: #0033ab;
}

.resourcesTopNav {
  position: absolute;
  top: 100%;
  z-index: 99;
  min-width: 240px;
  overflow: hidden;
  list-style: none;
  margin: -18px 0 0;
  padding: 0;
  display: none;

  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 7px 20px rgba(0, 0, 0, .15);
  font-size: 16px;
  font-weight: 400;
  padding-inline-start: 0;
}

.resourcesTopNav li {
  line-height: 24px !important;
  padding: 8px 16px;
}

.TopNavBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 25%;
  padding: 10px 16px 8px;
}

.resourcesTopNav a:hover {
  text-decoration: underline !important;
}

.sepLeft {
  width: auto;
  height: 1px;
  background-color: rgb(205, 205, 211);
}

.sepRight {
  width: 1px;
  height: 100%;
  background-color: rgb(205, 205, 211);
}

.resourcesTopNav li:hover {
  background-color: #eef7ff;
}

.resourcesTopNav li a {}

.resourcesTopNav li a {
  color: rgb(0, 65, 217);
}

.resourcesTopNavFix,
.resourcesTopNavFix2 {
  display: block !important;
}

.TopNavBoxMainHolder {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  display: none;

  background-color: #fff;
  border-top: 1px solid rgb(205, 205, 211);
  border-bottom: 1px solid rgb(205, 205, 211);
  font-size: 16px;
  font-weight: 400;
  padding-inline-start: 0;
}

.TopNavBoxHolder {
  display: flex;
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px;
}

.TopNavBox a:hover {
  color: #061a61 !important;
  text-decoration: underline !important;
}

.topnavmigImgHolder {
  display: flex;
  align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
}

.topNav1,
.topNav2,
.topNav3,
.topNav4 {
  display: flex;
  align-items: center;
  position: relative;
  color: rgb(17, 17, 22);
  line-height: 24px;
}

.topNavArrow {
  display: flex;
  align-items: center;
  padding-right: 5px;
}

.topNavArrow svg {
  display: inline-block;
  vertical-align: top;
  stroke: currentcolor;
  fill: currentcolor;
  height: 16px;
  width: 16px;
}

.topNavMainHolder li {
  display: flex;
  align-items: center;
  position: static;
  line-height: 77px;
  font-size: 16px;
  color: rgb(17, 17, 22);
  margin-top:-1px;
}

.TopNavBox li{
    margin-top:0px;
}

#zmeNav {
  max-width: 1280px;
  padding-left: 16px;
  padding-right: 16px;
}

#aboveNavHolder {
  display: grid;
  align-items: center;
  position: relative;
  height: 41px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

#zmeNavHolder2 {
  position: relative;
  border-bottom: 1px solid #d1d1d5 !important;
}

.topNavMainHolder {
  display: flex;
  gap: 32.5px;
  flex: 1 1 auto;
  align-items: center;
  list-style: none;
  height: 100%;
  padding: 0;
  margin: 0px!important;
}

.topnavmig {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  max-height:77px;
  padding: 0 16px;
  margin: 0 auto;
}

.topNavHasSubMenu {
  display: flex;
  gap: 6px;
  align-items: center;
  width: 100%;
}

.TopNav {
  position: relative;
  background: #fff;
  border-bottom: 1px solid rgb(205, 205, 211);
}

.TopNavInner {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 16px;
}

.TopNavLinkHolder {
  display: flex;
  align-items: center;
  gap: 8px;
}

.TopNavHolder {
  margin-right: 8px;
}

.TopNavHolder svg {
  display: block;
  height: 16px;
  width: 16px;
  transform: rotate(90deg);
  stroke: #535364;
  fill: #535364;
}

.TopNavLinkHolder a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none;
  border: 0;
  background: none;
  padding: 0;
  text-align: initial;
  appearance: none;
  cursor: pointer;

  color: #535364;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.modalTopFooterLink {
  font-weight: 700;
  color: rgb(0, 65, 217);
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  text-decoration: underline;
  outline: none;
  box-shadow: none;
}

.modalTopDisc {
  text-align: center;
  padding-top: 8px;
  color: rgb(17, 17, 22);
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.modalMinorText {
  color: rgb(17, 17, 22);
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 32px;
}

.hiddenCloseButtonText {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: rect(0 0 0 0);
}

.modalCloseButton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin: -8px;
  padding: 8px;
  box-sizing: content-box;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  border: 0;
  background: none;
  border-radius: 50%;
  color: rgb(17, 17, 22);
}

.modalCloseButton:hover,
.modalCloseButton:focus,
.modalCloseButton:active {
  background: #eeeef0 !important;
}

.modalCloseButton svg {
  height: 16px;
  width: 16px;
}

.topNavModal h4 {
  margin: 0 0 16px;
  color: rgb(17, 17, 22);
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-family: "Object Sans", "Adjusted Arial", Tahoma, Geneva, sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
}

.TopNavModalCloseButtonModal {
  position: absolute;
  top: 16px;
  right: 16px;
}

.topNavModalBoxTextLinkBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 24px;
  padding: 16px 24px;
  width: auto;
  height: auto;
  cursor: pointer;
  appearance: none;
  text-align: left;
  text-decoration: none;
  user-select: none;
  outline: none;
  box-shadow: none;
  border-radius: 16px;
  background-color: #fff;
  border: 1px solid rgb(173, 173, 182);
  color: rgb(42, 42, 51);

  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;

  transition-property: background-color, border-color, color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.topNavModalBoxTextLinkBox:hover {
  background-color: #eeeef0 !important;
}

.topNavModal {
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 0;
  height: auto;
  max-width: 540px;
  box-sizing: border-box;
  position: relative;
  transform: scale(.3);
  transition: all .2s;
  animation: .2s ease-out 0s 1 normal none running iGLmwX;

  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, .15);
  letter-spacing: normal !important;
}

.overflowtotallyhidden {
  overflow: hidden !important;
}

.topNavModalHolder {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 100%;
  max-width: 540px;
  transform: translate(-50%, -50%);
}

.topNavModal.bubble {
  transform: scale(1);
}

.topNavModalInner {
  display: flex;
  flex-direction: column;
  padding: 48px;
}

.topNavModalBoxTextMinor {
  margin: 0;
  color: rgb(42, 42, 51);
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.topNavModalBoxTextHeader {
  margin: 0 0 4px;
  color: rgb(17, 17, 22);
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
}

.topNavModalBoxArrow {
  height: 44px;
  width: 44px;
  background-color: rgb(0, 65, 217);
  border-radius: 50%;
}

.topNavModalBoxArrow svg {
  display: inline-block;
  vertical-align: top;
  transform: rotate(270deg);
  color: #fff;
  stroke: currentcolor;
  fill: currentcolor;
  height: 44px;
  width: 44px;
}

.iframe-popup-modal-bg2 {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #000;
  opacity: .5;
}

.iframe-popup-modal9 {
  display: none;
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100vh;
  top: 0;
  margin: auto;
}

.sepLeftMobile {
  width: auto;
  height: 1px;
  background-color: rgb(205, 205, 211);
}

.topNavArrowMobile {
  display: flex;
  align-items: center;
}

.TopNavBoxMobile {
  padding: 24px 16px;
}

.topNavBookMobile {
  display: block;
  width: 100%;
  margin-top: 16px;
  text-align: center;
  padding: 9px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;

  color: rgb(0, 65, 217);
  background-color: #fff;
  border: 1px solid rgb(0, 65, 217);
  border-radius: 12px;
}

.TopNavBoxMobile ul {
  list-style: none;
  padding-inline-start: 0 !important;
}

.TopNavBoxMobile h3 {
  margin: 0 0 16px;
  color: rgb(17, 17, 22);
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
}

.mainNavSectionMobile {
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  background-color: #fff;
}

.subsectionMobile {
  background-color: #f7f7f7 !important;
}

.subsectionMobile a {
  padding: 8px 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(0, 65, 217);
}

.topNav1Mobile,
.topNav2Mobile,
.topNav3Mobile,
.topNav4Mobile {
  display: block;
  width: 100%;
  list-style: none;
  background-color: #fff;
}

#stimeNavMobile ul {
  margin-left: unset;
  padding-inline-start: unset;
}

.topNavArrowMobile svg {
  display: inline-block;
  vertical-align: top;
  stroke: currentcolor;
  fill: currentcolor;
  height: 16px;
  width: 16px;
}

.buttonHolderMegaMobile {
  padding: 16px;
}

.topNavMainHolderMobile {
  padding-inline-start: 0;
  margin-bottom: 0;
}

.navMobileP {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 24px;
}

.topNavHasSubMenuMobile,
.mainNavSectionMobile {
  display: flex;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid rgb(205, 205, 211);
}

.topNavSignInMobile {
  width: 100%;
  padding: 9px 16px;
  font-size: 16px;
  line-height: 24px;
}

.TopNavBoxMobileLast {
  border-bottom: 1px solid rgb(205, 205, 211);
}

.topNavHasSubMenuMobile p {
  margin-bottom: 0;
  width: 100%;
  line-height: 60px;
  font-size: 16px;
  background-color: #fff;
}

#zmeNavHolderMobile {
  position: absolute;
  z-index: 99;
  width: 100%;
  background: #fff;
  display: none;
}

.mobileSolutionsSubsection,
.mobileResourcesSubsection {
  display: none;
}

.mobileHamOff {
  display: none;
}

.mobileHamburg {
  height: 24px;
}

.mobileHamburg svg {
  display: inline-block;
  vertical-align: top;
  color: rgb(0, 65, 217);
  stroke: currentcolor;
  fill: currentcolor;
  height: 24px;
  width: 24px;
}

.ButtonHolder{
 display: flex;
    gap: 8px; 
}

.sectionHolder {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

@media (min-width: 1090px) {
  .mobileHamburg,
  #zmeNavHolderMobile {
    display: none !important;
  }
}

@media (max-width: 1090px) {
  .topNavMainHolder {
    display: none;
  }

  .buttonHolderMegaMobile {
    display: none;
  }
}

@media (max-width: 753px) {
  .hiddenFromNonMobile {
    display: none !important;
  }

  .buttonMegaHolder {
    display: none;
  }

  .buttonHolderMegaMobile {
    display: block !important;
  }

  .topnavmigImgHolder {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
}

@media (max-width: 500px) {
  .topNavModal {
    border-radius: 0;
  }
}

.navLinkTop{
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: inherit;
}

.navLinkTop:hover {
  color: rgb(0, 65, 217);
}

.body-container>.row-fluid-wrapper>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid {
    padding-left: 28px;
    padding-right: 28px;
}

@media (max-width: 1200px) {
.body-container>.row-fluid-wrapper>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid {
    padding-left: 12px;
    padding-right: 12px;
}
}


@media (max-width: 800px) {
.body-container>.row-fluid-wrapper>.row-fluid>.span12>.row-fluid-wrapper>.row-fluid {
    padding-left: 16px;
    padding-right: 16px;
}
}



  .photoTextArea h4,   .photoTextArea h5, .videoCardHolder h4,   .videoCardHolder h5{
  margin-bottom:8px;
  }


.stimeNavLink.stimeLogin:hover:after, .subnavLink.stimeLogin:hover:after{ display:none!important}
.stimeNavLink:after, .hoverOverLink:after {content:none;}
.zmeNavLink:after, .hoverOverLink:after {background:#0041d9;content:"";height:2px;top:-15px;transform:scaleX(0);transition:transform .3s ease-out;width:100%}
.zmeBtnLink:after {content:none}
.zmeNavLink:hover:after, .hoverOverLink:hover:after {transform:scaleX(1)}




@media (max-width:767px){
.zmeNavLink:after, .hoverOverLink:after{top:2px!important}
}

.toggles .toggles__icon:before{
  display:none!important;
  }

  .toggles .toggles__icon:after {
    background-color: #fff !important;
    width: 16px;
    transform:rotate(180deg);
    transform-origin: 50% 50%;
    height: auto;
    margin-top: -10px;
content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M1.29512 12.205C1.38799 12.298 1.49828 12.3717 1.61968 12.4221C1.74107 12.4724 1.8712 12.4983 2.00262 12.4983C2.13403 12.4983 2.26416 12.4724 2.38556 12.4221C2.50696 12.3717 2.61724 12.298 2.71012 12.205L8.00012 6.915L13.2951 12.205C13.4828 12.3926 13.7373 12.4981 14.0026 12.4981C14.268 12.4981 14.5225 12.3926 14.7101 12.205C14.8978 12.0174 15.0032 11.7629 15.0032 11.4975C15.0032 11.2321 14.8978 10.9776 14.7101 10.79L8.71012 4.79C8.52276 4.60375 8.2693 4.49921 8.00512 4.49921C7.74093 4.49921 7.48748 4.60375 7.30012 4.79L1.30012 10.79C1.20681 10.8825 1.13266 10.9926 1.08191 11.1138C1.03116 11.235 1.00479 11.3651 1.00433 11.4965C1.00386 11.6279 1.02931 11.7581 1.0792 11.8797C1.1291 12.0013 1.20247 12.1118 1.29512 12.205Z' fill='%23006AFF'/%3E%3C/svg%3E")!important;
  }
  
  .toggles__entry{border-bottom:1px solid #eee}
.toggles__entry:last-of-type{border-bottom:none}
.toggles__header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:20px 0}
.toggles__header h5{font-weight:400;margin-bottom:0 padding-left:0px;}
.toggles .toggles__header h5{padding-left:0px;}
.toggles p{
padding-left:0px!important; padding-right:0px!important;
}
.toggles__description{height:0;overflow:hidden;transition:height .4s ease-out}
.toggles__inner{padding-bottom:30px}
.toggles__icon{flex-shrink:0;height:12px;margin-left:32px;position:relative;transition:transform .2s ease-out;width:16px}
.toggles__icon:before{height:2px;top:50%;transform:translateY(-50%);transition:opacity .2s ease-out;width:100%}
  .toggles .toggles__icon {
    flex-shrink: 0;
    height: 17px;
    margin-left: 60px;
    width: 16px;
}
  
.toggles a {
    color: #0041d9!important;
}
.toggles__icon:after,.toggles__icon:before{border-radius:4px;content:"";display:block;position:absolute}
.toggles__icon:after{height:100%;left:50%;transform:translateX(-50%);width:16px}
.toggles__entry--active .toggles__icon{transform:rotate(0deg)!important; 
}
  .toggles__entry--active .toggles__icon:after {
    transform: rotate(360deg)!important;
}
.toggles__entry--active .toggles__icon:before{opacity:0}
.toggles-light-true .toggles__entry{border-bottom:1px solid hsla(0,0%,100%,.2)}
.toggles-light-true *{color:#fff}
.toggles-light-true .toggles__icon:after,.toggles-light-true .toggles__icon:before{background-color:#fff}

.span12 ul li{
 font-size:18px; 
  line-height:27px;
}