body,
html {
  height: 100%
}

body {
  font: 16px/1.8 var(--zf-primary-regular), Arial, Helvetica, sans-serif;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px
}

h1 {
  font: 50px/1.2 var(--zf-primary-bold)
}

h1.center {
  font-size: 50px
}

h2 {
  font: 40px/1.4 var(--zf-primary-semibold)
}

h3 {
  font: 30px/1.4 var(--zf-primary-semibold)
}

h4 {
  font: 24px var(--zf-primary-semibold)
}

h5,
p {
  font-size: 18px
}

h6 {
  font-size: 16px
}

p {
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 20px;
  color: #000;
}

a {
  color: #03a9f5;
}

img {
  max-width: 100%
}

section {
  display: block;
}

.button {
  border: 1px solid #f0483e;
  text-decoration: none;
  background: #f0483e;
  padding: 10px 30px;
  display: inline-block;
  margin: 0px 0px 10px;
  width: auto;
  color: #fff;
}

.signing .signin,
.signing .signup {
  display: none !important;
}

.userinfo-container,
.goto-link,
.signing {
  display: none;
}



.product-logo {
  position: relative;
  padding: 0 0 0 55px;
  line-height: 56px;
}

.product-header .product-logo:before {
  content: '';
  background: url(/sites/zweb/images/producticon/it-management.svg);
  background-repeat: no-repeat;
  background-size: 44px;
  height: 44px;
  width: 44px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.product-header {
  background: transparent !important;
}

.product-header-top .product-logo {
  line-height: 58px;
}

.product-header-top .product-menu {
  margin-right: 20px;
}

.main.transparent-header .product-logo,
.main.transparent-header .product-menu li a {
  color: #000;
}

.main.transparent-header .product-header-inner {
  border: none;
}

/* .main-container {
  margin-top: -79px;
} */

.content-wrap {
  position: relative;
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  display: table;
}

.fixed-nav {
  min-height: 105px;
  background: #fff;
}

.fixed-navBar {
  padding: 10px 0;
}

.fixed-navBar.active {
  position: fixed;
  top: 59px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  z-index: 99;
}

.fixed-navBar ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.fixed-navBar li {
  margin: 0;
  display: inline-block;
  margin: 0 40px;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: font-size .5s ease;
  -moz-transition: font-size .5s ease;
  -ms-transition: font-size .5s ease;
  -o-transition: font-size .5s ease;
  transition: font-size .5s ease;
}

.fixed-navBar li.active {
  border-bottom: 1px solid #d2175b;
  color: #d32162;
}

.fixed-navBar.active li {
  font-size: 13px;
}

.fixed-navBar span {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
  background: url('/sites/zweb/images/it-management/it-sprite2x.png') no-repeat 0 2px/250px auto;
}

.fixed-navBar .f-icon2 {
  background-position: 0 2px;
}

.fixed-navBar .f-icon2 {
  background-position: -49px 0;
}

.fixed-navBar .f-icon3 {
  background-position: -100px 3px;
}

.fixed-navBar .f-icon4 {
  background-position: -151px 3px;
}

.fixed-navBar .f-icon5 {
  background-position: -201px 3px;
}

.footer {
  background: #fff;
}

.common-footer {
  padding: 40px 0;
}

.common-footer ul {
  max-width: 100%;
}

.common-footer li a {
  font-size: 14px;
}

.common-footer p {
  font-size: 14px;
  margin: 15px auto 5px;
}

.social-icons,
.footer-zohologo {
  display: none;
}

/*--Faq & Resources--*/

.resource-sec {
  text-align: center;
  padding-top: 60px;
}

.resource-sec .content-wrap {
  max-width: 1280px;
}

.resource-sec h1 {
  font-size: 40px;
}

.resource-sec h1+h4 {
  margin-top: 40px;
  position: relative;
}

.resource-box p {
  max-width: 230px;
}

.resource-box .learnmore {
  max-width: initial;
  color: #03a9f5;
  display: inline-block;
  border-bottom: 1px solid #03a9f5;
  margin: 0;
  line-height: 20px;
  font-size: 16px;
}

.resource-container {
  display: table;
  width: 100%;
  margin: 80px 0;
}

.resource-box {
  width: 33.333%;
  float: left;
  padding: 30px 20px;
  min-height: 320px;
  position: relative;
}

.resource-box:before {
  content: '';
  width: 1px;
  height: 80%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  background: #ececec;
}

.resource-box:nth-child(3n+3):before,
.resource-box:last-child:before {
  content: none;
}

.resource-box:after {
  content: '';
  width: 80%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background: #ececec;
}

.resource-box:nth-child(n+4):after {
  content: none;
}

.resource-box a {
  display: block;
  color: #000;
}

.resource-box span {
  width: 65px;
  height: 65px;
  display: block;
  margin: 0 auto 20px;
  background: url('/sites/zweb/images/it-management/it-sprite2x.png') no-repeat 0 2px/350px auto;
}

.resource-box .box-icon1 {
  background-position: 0 2px;
}

.resource-box .box-icon2 {
  background-position: -70px 2px;
}

.resource-box .box-icon3 {
  background-position: -140px 5px;
}

.resource-box .box-icon4 {
  background-position: -210px 5px;
}

.resource-box .box-icon5 {
  background-position: -280px 5px;
}
.resource-box .box-icon6 {
    background: url('/sites/zweb/images/it-management/home/secure-icon.svg') no-repeat;
    width: 40px;
    height: 45px;
    background-position: 0 0;
}

@media only screen and (max-width:1140px) {
  .fixed-navBar.active {
      top: 0;
  }

  .mobile-menu ul {
      min-height: 680px;
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {

  h1,
  h1.center {
      font-size: 50px
  }

  h2 {
      font-size: 34px
  }

  h3 {
      font-size: 28px
  }

  h4 {
      font-size: 22px
  }

  .resource-sec h1 {
      font-size: 34px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {

  h1,
  h2 {
      font-family: var(--zf-primary-semibold)
  }

  h1 {
      line-height: 1.3
  }

  h1,
  h1.center {
      font-size: 36px
  }

  h2 {
      font-size: 32px
  }

  h3 {
      font-size: 28px
  }

  h4 {
      font-size: 22px
  }

  p {
      font-size: 16px;
      line-height: 1.8
  }

  .resource-sec h1 {
      font-size: 32px;
  }
}

@media only screen and (max-width:991px) {
  .fixed-nav {
      display: none;
  }
}

@media only screen and (max-width:767px) {

  h1,
  h2 {
      font-family: var(--zf-primary-semibold)
  }

  h1,
  h1.center,
  h2 {
      font-size: 30px
  }

  h2 {
      font-size: 26px
  }

  h3 {
      font-size: 22px
  }

  h4 {
      font-size: 20px
  }

  p {
      font-size: 16px;
      line-height: 1.8
  }

  .product-header {
      background: #fff !important;
  }

  .product-logo {
      background: none !important;
      display: inline-block;
      line-height: 52px;
      padding-left: 55px !important;
      font-family: "Open Sans", "Arial", sans-serif;
  }

  /* .main-container {
      margin-top: 0;
  } */
  .resource-sec {
      padding-top: 60px;
  }

  .resource-sec h1 {
      font-size: 30px;
  }

  .resource-container {
      margin: 40px 0 0;
  }

  .resource-box {
      width: 100%;
      min-height: initial;
      margin-bottom: 30px;
      padding: 20px;
  }

  .resource-box:before,
  .resource-box:after {
      content: none;
  }

  .resource-box p {
      margin: 0 auto;
  }
}

.footer-sec-wrap.two-column .content-wrap>div.footer-links-wrap,
.ZF-support {
  display: none;
}
@media only screen and (max-width:480px) {
  .footer-sec-wrap.two-column .content-wrap>div.footer-links-wrap{
    display: block;
  }
}