@charset "UTF-8";
html, body {
  font-size: 14px;
  color: #666666;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-family: "Lato", Helvetica, Arial, Verdana, Trebuchet MS, sans-serif; }
  @media only screen and (max-width: 760px) {
    html, body {
      font-size: 14px; } }

@media only screen and (min-width: 760px) {
  .chrome img {
    image-rendering: -webkit-optimize-contrast; } }

a {
  color: #17428C;
  text-decoration: none; }
  a.arrowLink {
    background-color: #17428C;
    color: #FFF;
    padding: 9px 12px 7px 12px;
    font-size: 18px; }
    a.arrowLink:after {
      content: '';
      background-image: url("/images/testimonial-next.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      height: 16px;
      width: 16px;
      display: inline-block;
      margin-left: 15px; }

em {
  font-style: italic; }

h1 {
  font-family: "Encode Sans Expanded", Helvetica, Arial, Verdana, Trebuchet MS, sans-serif;
  font-size: 46px;
  line-height: 50px;
  font-weight: 400; }

h2 {
  font-family: "Encode Sans Expanded", Helvetica, Arial, Verdana, Trebuchet MS, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300; }

h3 {
  font-family: "Encode Sans Expanded", Helvetica, Arial, Verdana, Trebuchet MS, sans-serif;
  font-size: 23px;
  line-height: 27px;
  font-weight: 500; }

h4 {
  font-family: "Encode Sans Expanded", Helvetica, Arial, Verdana, Trebuchet MS, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700; }

h5 {
  font-family: "Encode Sans Expanded", Helvetica, Arial, Verdana, Trebuchet MS, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700; }

h6 {
  font-family: "Encode Sans Expanded", Helvetica, Arial, Verdana, Trebuchet MS, sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700; }

p {
  font-size: 14px;
  line-height: 18px; }

strong {
  font-weight: 700; }

@media only screen and (max-width: 760px) {
  .desktop {
    display: none; } }

@media only screen and (max-width: 768px) {
  .noIpad {
    display: none !important; } }

.mobile {
  display: none; }
  @media only screen and (max-width: 760px) {
    .mobile {
      display: block; } }

.clear {
  clear: both; }

.wrapper {
  max-width: 1048px;
  width: 100%;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

header {
  background-color: rgba(255, 255, 255, 0.85);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  z-index: 10000; }
  @media only screen and (max-width: 768px) {
    header {
      height: 65px; } }
  header .headerLeft {
    width: 75%;
    float: left; }
    @media only screen and (max-width: 768px) {
      header .headerLeft {
        width: 50%; } }
    header .headerLeft #logo {
      padding-top: 27px;
      display: inline-block; }
      header .headerLeft #logo img {
        max-width: 240px; }
        @media only screen and (max-width: 768px) {
          header .headerLeft #logo img {
            max-width: 180px; } }
    header .headerLeft ul#nav {
      display: inline-block;
      padding-left: 40px;
      margin-top: 18px;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        header .headerLeft ul#nav {
          display: none; } }
      header .headerLeft ul#nav a {
        color: #0067ab;
        font-weight: bold; }
      header .headerLeft ul#nav > li {
        margin: 0;
        display: inline-block;
        margin-right: 30px;
        height: 100%;
        position: relative;
        padding-bottom: 21px; }
        header .headerLeft ul#nav > li > a {
          text-decoration: none;
          font-size: 12px;
          line-height: 35px;
          padding-bottom: 6px header .headerLeft ul#nav > li > a; }
          header .headerLeft ul#nav > li > a :hover {
            color: #00538a; }
        header .headerLeft ul#nav > li:last-child {
          margin: 0; }
        header .headerLeft ul#nav > li.active > a {
          color: #00538a; }
        header .headerLeft ul#nav > li:hover > a {
          color: #00538a; }
        header .headerLeft ul#nav > li:hover > ul {
          display: block; }
        header .headerLeft ul#nav > li > ul {
          position: absolute;
          background-color: rgba(0, 103, 171, 0.8);
          left: 0;
          text-align: left;
          width: 200px;
          display: none;
          max-height: calc(100vh - 100px);
          overflow: auto;
          top: 56px; }
          header .headerLeft ul#nav > li > ul > li {
            height: 40px;
            line-height: 40px;
            display: table;
            width: 100%;
            border-bottom: 1px solid #FFF; }
            header .headerLeft ul#nav > li > ul > li:last-child {
              border-bottom: 0; }
            header .headerLeft ul#nav > li > ul > li > a {
              color: #FFFFFF;
              display: table-cell;
              padding: 0 10px;
              -webkit-box-sizing: border-box;
              box-sizing: border-box;
              line-height: 16px;
              vertical-align: middle;
              font-size: 12px; }
            header .headerLeft ul#nav > li > ul > li:hover {
              background-color: #00538a; }
  header .headerRight {
    width: 25%;
    float: left;
    text-align: right;
    padding-top: 38px; }
    @media only screen and (max-width: 768px) {
      header .headerRight {
        padding-top: 18px;
        width: 50%; } }
    header .headerRight a {
      display: inline-block;
      font-size: 16px;
      color: #0067ab; }
      @media only screen and (max-width: 768px) {
        header .headerRight a {
          font-size: 14px; } }
      header .headerRight a img {
        display: inline-block;
        width: 17px;
        margin-right: 15px;
        position: relative;
        top: 3px; }
        @media only screen and (max-width: 768px) {
          header .headerRight a img {
            margin-right: 8px; } }
  header .mobileTriggerContainer {
    display: none;
    position: absolute;
    top: 100%;
    height: 40px;
    width: 100%;
    background: rgba(255, 255, 255, 0.85); }
    @media only screen and (max-width: 768px) {
      header .mobileTriggerContainer {
        display: block; } }
    header .mobileTriggerContainer #mobile-trigger {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 20px;
      height: 20px;
      cursor: pointer;
      padding: 6px;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: (translate(-50%, -50%),);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      header .mobileTriggerContainer #mobile-trigger span {
        width: 20px;
        height: 2px;
        margin-bottom: 5px;
        background: #0067ab;
        display: block; }
  header #mobile-navigation {
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    max-height: 0;
    height: 100vh;
    overflow: hidden;
    -webkit-transition: max-height 1s ease;
    -moz-transition: max-height 1s ease;
    -ms-transition: max-height 1s ease;
    -o-transition: max-height 1s ease;
    transition: max-height 1s ease; }
    header #mobile-navigation.open {
      overflow-y: auto;
      max-height: calc(100vh - 105px); }
    header #mobile-navigation li {
      width: 100%;
      text-align: center;
      border-bottom: 1px solid #000; }
      header #mobile-navigation li a {
        color: #000;
        padding: 9px 0;
        display: block; }
      header #mobile-navigation li ul {
        max-height: 0;
        height: auto;
        overflow: hidden;
        -webkit-transition: max-height 1s ease;
        -moz-transition: max-height 1s ease;
        -ms-transition: max-height 1s ease;
        -o-transition: max-height 1s ease;
        transition: max-height 1s ease; }
        header #mobile-navigation li ul li {
          background-color: #bbb; }
          header #mobile-navigation li ul li:last-child {
            border-bottom: none; }
          header #mobile-navigation li ul li ul li {
            background-color: #ddd; }
      header #mobile-navigation li.open ul {
        max-height: 100vh; }

.heroFeature {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  height: 575px; }
  .heroFeature.full {
    height: 575px; }
  .heroFeature.half {
    height: 375px; }
  .heroFeature .wrapper {
    height: calc(100% - 100px);
    position: relative;
    margin-top: 100px; }
  .heroFeature:before {
    content: '';
    position: absolute;
    top: -100%;
    left: -10%;
    background-color: rgba(0, 103, 171, 0.8);
    height: 300%;
    width: 70%;
    z-index: 1000;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: (rotate(20deg),);
    -o-transform: rotate(20deg);
    transform: rotate(20deg); }
    @media only screen and (max-width: 1048px) {
      .heroFeature:before {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: (rotate(0deg),);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); } }
  .heroFeature.bizeHero:before {
    /*background-color: rgba(255, 0, 0, 0.8);*/ }
  .heroFeature .heroFeatureInnerText {
    position: absolute;
    z-index: 2000;
    top: 50%;
    left: 12px;
    max-width: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: (translate(0, -50%),);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media only screen and (max-width: 1048px) {
      .heroFeature .heroFeatureInnerText {
        padding-left: 12px; } }
    @media only screen and (max-width: 768px) {
      .heroFeature .heroFeatureInnerText {
        max-width: 100%; } }
    .heroFeature .heroFeatureInnerText img {
      max-width: 271px;
      margin-bottom: 40px; }
    .heroFeature .heroFeatureInnerText h1 {
      margin-bottom: 40px;
      color: #FFF; }
    .heroFeature .heroFeatureInnerText p {
      color: #FFF; }

.bizeDocsHome {
  padding: 50px 0; }
  .bizeDocsHome .bizeLogo {
    display: block;
    max-width: 257px;
    margin: 0 auto;
    margin-bottom: 30px; }
  .bizeDocsHome p {
    margin-bottom: 20px;
    text-align: center; }
  .bizeDocsHome .bizeDocsHomeFeatures a {
    position: relative;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(33.33% - 20px);
    float: left;
    font-size: 0; }
    @media only screen and (max-width: 1000px) {
      .bizeDocsHome .bizeDocsHomeFeatures a {
        width: calc(50% - 15px); } }
    @media only screen and (max-width: 600px) {
      .bizeDocsHome .bizeDocsHomeFeatures a {
        width: 100%;
        margin-right: 0; } }
    .bizeDocsHome .bizeDocsHomeFeatures a:nth-child(3n) {
      margin-right: 0; }
      @media only screen and (max-width: 1000px) {
        .bizeDocsHome .bizeDocsHomeFeatures a:nth-child(3n) {
          margin-right: 30px; } }
    @media only screen and (max-width: 1000px) {
      .bizeDocsHome .bizeDocsHomeFeatures a:nth-child(2n) {
        margin-right: 0; } }
    .bizeDocsHome .bizeDocsHomeFeatures a .bizeBox {
      content: '';
      position: absolute;
      top: -50%;
      left: -10%;
      height: 200%;
      width: 70%;
      z-index: 1000;
      -webkit-transform: rotate(20deg);
      -moz-transform: rotate(20deg);
      -ms-transform: (rotate(20deg),);
      -o-transform: rotate(20deg);
      transform: rotate(20deg); }
    .bizeDocsHome .bizeDocsHomeFeatures a h3 {
      color: #FFF;
      position: absolute;
      left: 15px;
      top: 15px;
      z-index: 2000; }
    .bizeDocsHome .bizeDocsHomeFeatures a img {
      width: 100%;
      -webkit-transition: transform 1.2s ease;
      -moz-transition: transform 1.2s ease;
      -ms-transition: transform 1.2s ease;
      -o-transition: transform 1.2s ease;
      -webkit-transition: -webkit-transform 1.2s ease;
      transition: -webkit-transform 1.2s ease;
      transition: transform 1.2s ease;
      transition: transform 1.2s ease, -webkit-transform 1.2s ease; }
    .bizeDocsHome .bizeDocsHomeFeatures a:hover img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: (scale(1.05, 1.05),);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05); }
  .bizeDocsHome .bottomLink {
    display: block;
    text-align: center;
    background-color: #ec2024;
    padding: 20px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFF;
    font-family: 'Encode Sans Expanded', Helvetica, Arial, Verdana, Trebuchet MS, sans-serif; }

footer {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  min-height: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #676767;
  padding-bottom: 80px; }
  footer:before {
    content: '';
    position: absolute;
    top: -100%;
    left: -10%;
    background-color: #f2f2f2;
    height: 300%;
    width: 50%;
    z-index: 1000;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: (rotate(20deg),);
    -o-transform: rotate(20deg);
    transform: rotate(20deg); }
    @media only screen and (max-width: 1000px) {
      footer:before {
        height: 100%;
        width: calc(50% - 12px);
        top: 0;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: (rotate(0deg),);
        -o-transform: rotate(0deg);
        transform: rotate(0deg); } }
    @media only screen and (max-width: 768px) {
      footer:before {
        display: none; } }
  footer #map {
    background-image: url("/images/footer-map.png");
    background-repeat: no-repeat;
    height: 280px;
    width: 37%;
    position: absolute;
    top: 160px;
    left: 0;
    z-index: 1500;
    background-size: contain;
    background-position: center right;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: (translate(0, -50%),);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    @media only screen and (max-width: 1000px) {
      footer #map {
        width: 46%; } }
    @media only screen and (max-width: 768px) {
      footer #map {
        display: none; } }
  footer .footerLeft {
    width: 50%;
    float: left;
    z-index: 2000;
    position: relative; }
    @media only screen and (max-width: 768px) {
      footer .footerLeft {
        width: 100%;
        margin-bottom: 40px; } }
    footer .footerLeft p {
      color: #333333;
      font-size: 13px;
      line-height: 16px;
      max-width: 280px; }
      @media only screen and (max-width: 768px) {
        footer .footerLeft p {
          max-width: 100%;
          color: #F2F2F2; } }
      footer .footerLeft p a {
        color: #333333; }
        footer .footerLeft p a:hover {
          text-decoration: underline; }
        @media only screen and (max-width: 768px) {
          footer .footerLeft p a {
            color: #F2F2F2; } }
        footer .footerLeft p a strong {
          margin-right: 2px; }
        footer .footerLeft p a img {
          width: 12px;
          position: relative;
          top: 2px;
          left: 4px; }
  footer .footerRight {
    width: 50%;
    float: left;
    z-index: 2000;
    position: relative; }
    footer .footerRight h2 {
      color: #ffffff;
      margin-bottom: 20px;
      font-weight: bold;
      font-size: 18px;
      line-height: 18px;
    }
    @media only screen and (max-width: 768px) {
      footer .footerRight {
        width: 100%; } }
    footer .footerRight form input[type="text"], footer .footerRight form input[type="email"], footer .footerRight form textarea {
      background: #999999;
      border: none;
      outline: none;
      padding: 6px;
      width: 100%;
      color: #FFF;
      display: block;
      margin-bottom: 0px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      footer .footerRight form input[type="text"]::placeholder {
        color: #fff;
      }
      footer .footerRight form input[type="email"]::placeholder {
        color: #fff;
      }
      footer .footerRight form textarea::placeholder {
        color: #fff;
      }
    footer .footerRight form input[type="submit"] {
      background-color: #0067ab;
      color: #FFF;
      border: none;
      outline: none;
      padding: 6px 12px;
      cursor: pointer;
      display: block;
      margin: 0 0 0 auto; }

.bottom {
  background-color: #0067ab;
  height: 67px; }
  .bottom .bottomText {
    text-align: right;
    line-height: 67px;
    font-size: 13px;
    color: #FFF; }
    .bottom .bottomText a {
      color: #FFF; }
      .bottom .bottomText a:hover {
        text-decoration: underline; }

.aboutIntro {
  background-color: #ffffff;
  padding: 50px 0; }
  .aboutIntro h4 {
    color: #666666;
    margin-bottom: 25px; }
    @media only screen and (max-width: 768px) {
      .aboutIntro h4 {
        font-size: 26px;
        margin-bottom: 20px; } }
  .aboutIntro p {
    margin-bottom: 20px;
    max-width: 680px; }
  .aboutIntro .productList li {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #b3b3b3; }
    .aboutIntro .productList li img {
      max-width: 285px;
      float: left;
      height: auto; }
      @media only screen and (max-width: 768px) {
        .aboutIntro .productList li img {
          max-width: 35%; } }
      @media only screen and (max-width: 500px) {
        .aboutIntro .productList li img {
          display: none; } }
    .aboutIntro .productList li .productListText {
      width: calc(100% - 285px);
      float: left;
      padding-left: 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (max-width: 768px) {
        .aboutIntro .productList li .productListText {
          width: 65%; } }
      @media only screen and (max-width: 500px) {
        .aboutIntro .productList li .productListText {
          width: 100%;
          padding-left: 0; } }
      .aboutIntro .productList li .productListText h6 {
        color: #ff0000;
        margin-bottom: 20px; }
      .aboutIntro .productList li .productListText p {
        font-size: 14px; }

.missionStatement {
  padding: 50px 0; }
  .missionStatement .missionStatementCol {
    width: calc(50% - 20px);
    float: left;
    margin-right: 40px; }
    @media only screen and (max-width: 768px) {
      .missionStatement .missionStatementCol {
        width: 100%;
        margin-right: 0; } }
    .missionStatement .missionStatementCol h5 {
      margin-bottom: 20px; }
    .missionStatement .missionStatementCol p {
      margin-bottom: 20px; }
    .missionStatement .missionStatementCol .separator {
      margin-bottom: 20px;
      display: block;
      height: 1px; }
    .missionStatement .missionStatementCol:nth-child(2n) {
      margin-right: 0; }

.productsIntro {
  padding: 40px 0 0 0; }
  .productsIntro .productsIntroCol {
    width: 50%;
    float: left;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #b3b3b3; }
    @media only screen and (max-width: 768px) {
      .productsIntro .productsIntroCol {
        width: 100%;
        padding: 0;
        border: none; } }
    .productsIntro .productsIntroCol img {
      /*width: 80%;
      max-width: 240px;
      margin-bottom: 30px;*/ }
    .productsIntro .productsIntroCol h5 {
      margin-bottom: 20px; }
    .productsIntro .productsIntroCol p {
      margin-bottom: 20px; }
    .productsIntro .productsIntroCol ul li {
      padding-left: 20px;
      text-indent: -20px;
      font-size: 14px; }
      .productsIntro .productsIntroCol ul li:before {
        content: "• ";
        color: #0071bc;
        margin-right: 8px; }
    .productsIntro .productsIntroCol:nth-child(2n) {
      padding-right: 0;
      padding-left: 40px;
      border-right: none; }
      @media only screen and (max-width: 768px) {
        .productsIntro .productsIntroCol:nth-child(2n) {
          display: none; } }
          .productsIntro .productsIntroList ul {
            list-style-type: none;
          }
  .productsIntro .productsIntroList li {
    border-color: #b3b3b3;
    border-style: solid;
    border-width: 0 0 1px 0;
    color: #666666;
    position: relative;
    padding: 15px 0;
    display: block;
    list-style-type: none; }
    .productsIntro .productsIntroList ul li:before {
      content: '';
      margin-right: 0;
    }
    .productsIntro .productsIntroList ul li ul {
      margin-top: 10px;
    }
    .productsIntro .productsIntroList ul li ul li {
      border: 0 !important;
      padding: 7px 0;
      padding-left: 20px;
    }
    .productsIntro .productsIntroList a:before {
      content: '';
      position: absolute;
      height: 22px;
      width: 11px;
      right: 0;
      top: 14px;
      background-image: url("/images/right-arrow.png");
      background-size: cover; }
    .productsIntro .productsIntroList a:hover {
      color: #FF0000; }


.headerRight p {
  line-height: 0px;
}

.alignleft {
  float: left;
  padding: 10px;
  padding-left: 0px;
}


.alignright {
  float: right;
  padding: 10px;
  padding-right: 0px;
}

.productsOutro {
  padding: 0 0 40px 0; }

.wpcf7-response-output, .wpcf7-display-none, .wpcf7-validation-errors {
  width: 60% !important;
  float: left !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: -2px !important;
  border: 0 !important;
  color: #ffffff;
}

.wpcf7-submit {
  float: right;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

.wpcf7-not-valid-tip {
  color: #ffffff !important;
}

.wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: block;
}

@media (min-width: 1000px) {
	footer {
		max-height: 378px;
	}
}























