﻿@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,700|PT+Sans+Narrow:400,500,600,700|PT+Sans:400,500,600,700|Raleway:300,400,500,600,700|Lobster&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url(../fonts/fonts.css);
@import url(animate.css);
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em; }

::-webkit-scrollbar-thumb {
  background: slategray; }

::-webkit-scrollbar-track {
  background: #b8c0c8; }

body {
  scrollbar-face-color: slategray;
  scrollbar-track-color: #b8c0c8; }

html {
  font-size: 16px;
  font-weight: 500;
  height: 100%; }
  @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    html {
      font-size: 16px;
      font-weight: 400; } }

* {
  box-sizing: border-box;
  transition: all ease .5s;
  -moz-transition: all ease .5s;
  -webkit-transition: all ease .5s; }

body {
  background: #FFFFFF url(../images/bodybg1.png) no-repeat 100% 0%;
  background-size: cover;
  background-attachment: fixed;
  font-size: 13px;
  font-weight: 500;
  font-family: 'PT Sans', sans-serif;
  margin: 0px;
  padding: 0px;
  height: 100%; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    body {
      font-size: 13px;
      font-weight: 400; } }
  body * {
    transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s; }

a {
  color: #649BEE; }
  a:hover {
    text-decoration: none; }

.overflow-hidden {
  overflow: hidden; }

.overflow-visible {
  overflow: visible; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

.datepicker {
  font-size: .75rem;
  padding: 0.625rem; }
  .datepicker table tr td,
  .datepicker table tr th {
    width: 1.875rem;
    height: 1.875rem; }

input[type="button"], input[type="submit"], .btn {
  display: inline-block;
  padding: 10px 30px;
  background: #ff8201;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 500; }

header {
  position: relative;
  z-index: 999;
  margin: 0px auto;
  background: #131320;
  height: 60px;
  font-family: 'PT Sans ', sans-serif; }
  header .zc_wrapper {
    max-width: 1250px;
    height: 60px;
    margin: 0px auto;
    position: relative; }
    header .zc_wrapper .zc_logo {
      position: absolute;
      width: 160px;
      height: 60px;
      left: 20px;
      top: 0px;
      background: url(../images/zeronelogo.png) no-repeat 0% 50%;
      background-size: 100% auto; }
  header .zc_mainnav {
    font-family: 'PT Sans', sans-serif; }

.zc_content {
  position: relative;
  min-height: calc(100% - 120px);
  padding: 0px;
  margin: 0px auto; }
  .zc_content .zc_sessionbox {
    height: 100%;
    margin: 0px auto;
    padding: 30px 20px 10px 20px;
    flex-direction: column;
    height: 600px; }
    .zc_content .zc_sessionbox .zc_wrapper {
      max-width: 1250px;
      margin: 0px auto;
      height: 100%; }
    .zc_content .zc_sessionbox.one {
      background: url(../images/onebg.jpg) no-repeat 50% 50%;
      background-size: cover;
      text-align: center;
      justify-content: center;
      align-items: center; }
      .zc_content .zc_sessionbox.one .zc_wrapper {
        max-width: 1250px;
        margin: 0px auto;
        height: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column; }
        .zc_content .zc_sessionbox.one .zc_wrapper h3 {
          font-family: 'PT Sans Narrow', sans-serif;
          margin: 0px;
          padding: 20px 0px;
          font-size: 50px;
          font-weight: 400; }
        .zc_content .zc_sessionbox.one .zc_wrapper p {
          max-width: 70%;
          margin: 0px auto;
          line-height: 160%;
          font-size: 15px;
          font-family: 'Open Sans', sans-serif; }
    .zc_content .zc_sessionbox.two {
      background: #f3f5f6;
      height: 100%; }
      .zc_content .zc_sessionbox.two .zc_wrapper {
        padding: 10px 0px 20px 0px;
        max-width: 1000px;
        margin: 0px auto; }
        .zc_content .zc_sessionbox.two .zc_wrapper h2 {
          font-family: 'PT Sans', sans-serif;
          margin: 0px;
          padding: 10px 0px 30px 0px;
          font-size: 26px; }
        .zc_content .zc_sessionbox.two .zc_wrapper .tab {
          width: 200px;
          float: left;
          padding: 0px; }
          .zc_content .zc_sessionbox.two .zc_wrapper .tab span {
            display: block;
            font-size: 13px;
            font-weight: 600;
            margin: 0px 0px 10px 0px;
            padding: 5px 0px 5px 15px;
            position: relative;
            cursor: pointer; }
            .zc_content .zc_sessionbox.two .zc_wrapper .tab span.active {
              background: #fff; }
              .zc_content .zc_sessionbox.two .zc_wrapper .tab span.active:before {
                content: "";
                display: block;
                position: absolute;
                left: 0px;
                top: 0px;
                bottom: 0px;
                width: 4px;
                background: #c4183c; }
        .zc_content .zc_sessionbox.two .zc_wrapper .tabcontent {
          float: left;
          width: calc(100% - 200px);
          display: none;
          padding: 0px 10px;
          text-align: center;
          min-height: 500px; }
          .zc_content .zc_sessionbox.two .zc_wrapper .tabcontent#people {
            display: block; }
          .zc_content .zc_sessionbox.two .zc_wrapper .tabcontent span {
            display: inline-block;
            width: calc((100%/3) - 20px);
            margin: 0px 5px 10px 5px;
            border-bottom: 2px solid #c4183c;
            background: #fff;
            font-weight: 500;
            font-size: 16px;
            padding: 30px;
            text-align: center;
            vertical-align: top;
            min-height: 160px;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }
        .zc_content .zc_sessionbox.two .zc_wrapper:after {
          clear: both;
          content: "";
          display: block; }
  .zc_content:after {
    clear: both;
    content: "";
    display: block; }

footer {
  position: relative;
  padding: 10px 0px;
  margin: 0px auto;
  border-top: 1px solid #FBFBFB;
  font-family: 'DDINCondensed', 'PT Sans Narrow', sans-serif;
  clear: both;
  background: #616e7e;
  color: #fff; }
  footer a.requestinfo {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 10px 20px;
    background: #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer; }
  footer ul {
    margin: 0px auto;
    padding: 0px;
    max-width: 1014px; }
    footer ul:after {
      clear: both;
      content: "";
      display: block; }
    footer ul li {
      list-style: none;
      display: block;
      vertical-align: top;
      padding: 10px;
      float: left;
      width: calc(100%/3);
      font-family: 'PT Sans ', sans-serif; }
      footer ul li:nth-child(2) {
        padding-left: 85px; }
      footer ul li:nth-child(3) {
        padding-left: 144px; }
      footer ul li h4 {
        font-size: 16px;
        margin: 0px 0px 5px 0px;
        font-weight: 600; }
      footer ul li a {
        color: #fff;
        font-size: 15px;
        text-decoration: none; }

@media screen and (max-width: 800px) {
  .zc_content .zc_sessionbox.two .zc_wrapper .tab {
    float: none;
    width: 300px;
    display: block;
    margin: 0px auto; }
    .zc_content .zc_sessionbox.two .zc_wrapper .tab span {
      float: left;
      width: calc(100%/3);
      text-align: center;
      border: 0px; }
      .zc_content .zc_sessionbox.two .zc_wrapper .tab span.active:before {
        content: "";
        left: 0px;
        top: 0px;
        right: 0px;
        height: 1px;
        bottom: inherit;
        width: 100%; }
  .zc_content .zc_sessionbox.two .zc_wrapper .tabcontent {
    float: none;
    width: 100%;
    clear: both; }
    .zc_content .zc_sessionbox.two .zc_wrapper .tabcontent span {
      display: block;
      width: 100%;
      float: none;
      min-height: unset; }
  footer ul li {
    float: none;
    width: 100%;
    display: block;
    margin: 0px 0px 10px 0px;
    text-align: center;
    padding: 0px !important; } }
