@font-face {
  font-family: 'aleoregular';
  src: url('../fonts/aleo-regular-webfont.woff2') format('woff2'), url('../fonts/aleo-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* colors */
/* Basic Starter */
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Asap', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
section, .container {
  width: 100%;
}
.full-height {
  height: 100%;
}
.centered {
  text-align: center;
}
.right {
  text-align: right;
}
.tabled {
  display: table;
}
.tabled-cell {
  display: table-cell;
  vertical-align: middle;
}
.white {
  background: #fff;
}
a {
  /* First we need to help some browsers along for this to work.
   Just because a vendor prefix is there, doesn't mean it will
   work in a browser made by that vendor either, it's just for
   future-proofing purposes I guess. */
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* ...and now for the proper property */
  outline: 0;
  color: #00add8;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}
table {
  margin-bottom: 30px;
}
table > tbody > tr > th {
  background: #f5f5f5;
}
table > tbody > tr > td, table > tbody > tr > th, table > tfoot > tr > td, table > tfoot > tr > th, table > thead > tr > td, table > thead > tr > th {
  padding: 20px;
  border: 1px solid #ddd;
  vertical-align: top;
}
/* */
body.overflow-hidden {
  overflow: hidden;
}
#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
}
@media only screen and (min-width: 767px) {
  .mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
.cd-main-content {
  width: 100%;
  height: 100%;
}
.cd-panel {
  z-index: 9999;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container.sink {
  padding-bottom: 50px;
}
.container .row {
  margin: 40px 0px;
}
.tab-pane {
  padding: 15px;
}
.navbar-default, .panel-default > .panel-heading {
  background: none;
}
.swiper-container {
  width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: none;
  padding: 100px 40px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-next {
  right: 100px;
}
@media only screen and (max-width: 767px) {
  .swiper-button-next {
    right: 20px;
  }
}
.swiper-button-prev {
  left: 100px;
}
@media only screen and (max-width: 767px) {
  .swiper-button-prev {
    left: 20px;
  }
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 320px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  background: #333;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}
.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #fff;
  /* A background-color is required */
  height: 100%;
}
.slideout-open, .slideout-open body, .slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 {
  margin-top: 0;
  font-family: 'aleoregular';
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.2;
}
div.logo {
  float: left;
  margin: 8px 40px;
  text-indent: -9999px;
  width: 220px;
  height: 65px;
  background-image: url('https://www.bizcover.co.nz/wp-content/uploads/2018/04/BizCover_Web_Logo.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  div.logo {
    width: 120px;
    height: 48px;
    margin-left: 20px;
    margin-top: 12px;
  }
}
h2 strong, h3 strong {
  color: #222;
  font-weight: 400;
}
h4 {
  font-weight: 600;
  font-family: 'Asap', sans-serif;
}
h5 {
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 30px;
  font-family: 'Asap', sans-serif;
}
p, ul, ol {
  margin: 0 0 30px;
}
img {
  max-width: 100%;
  margin-bottom: 30px;
}
.banner div.desktop {
  position: relative;
}
.stamp {
  position: absolute;
  left: 400px;
  top: 80px;
}
@media only screen and (max-width: 767px) {
  .stamp {
    display: none;
  }
}
.cd-header .cd-menu-text {
  margin-right: 20px;
}
button.btn-primary, a.btn-primary, a.cta, .field-wrap input[type="button"] {
  font-family: 'aleoregular';
  font-weight: 400;
  font-size: 18px;
  margin: 30px 0;
  text-transform: uppercase;
  padding: 15px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ff6b00;
  color: #fff !important;
  border: 0;
  -webkit-box-shadow: 0px 15px 26px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 15px 26px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 15px 26px 0px rgba(0, 0, 0, 0.3);
  display: inline-block;
}
button.btn-primary:hover, a.btn-primary:hover, a.cta:hover, .field-wrap input[type="button"]:hover {
  background: #ff6b00;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}
button.btn-primary.blue, a.btn-primary.blue, a.cta.blue, .field-wrap input[type="button"].blue {
  background-color: #00add8;
  padding: 7px 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
}
button.btn-primary.stick, a.btn-primary.stick, a.cta.stick, .field-wrap input[type="button"].stick {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.mobile.partner_logos {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  height: 80px;
  text-align: center;
  padding: 10px;
}
.mobile.partner_logos img {
  opacity: 1;
  max-width: 80%;
  margin: 0;
  max-width: 80%;
}
.container {
  max-width: 100%;
  position: relative;
}
.container .row {
  margin: 0;
}
.container .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.container.content {
  border-bottom: 1px solid #f5f5f5;
}
.container.content.White {
  background-color: #fff;
}
.container.content.Gray {
  background-color: #f5f5f5;
}
.container.content.Blue {
  background-color: #00add8;
}
.container.content .row.intro {
  max-width: 900px !important;
  margin: 0 auto !important;
}
.container.content .row img {
  margin: 0 auto 40px;
  height: auto;
}
.container.content .row h1, .container.content .row h2, .container.content .row h3 {
  font-size: 30px;
  line-height: 1.2;
  margin: 0 0 30px 0;
}
.container.content .row h1 strong, .container.content .row h2 strong, .container.content .row h3 strong {
  color: #00add8;
  font-weight: 400;
}
.container.content .row h1.search-result, .container.content .row h2.search-result, .container.content .row h3.search-result {
  background: #f5f5f5;
  padding: 10px 0px;
  margin: 30px 0;
}
.container.content .row h1 img, .container.content .row h2 img, .container.content .row h3 img {
  max-width: 100%;
  width: auto;
  margin: 0;
}
.container.content .row h4 {
  line-height: 1.3;
}
.container.content .row p {
  margin: 0 0 30px 0;
  line-height: 26px;
}
.container.content .row ul, .container.content .row ol {
  padding: 0 20px 0 20px;
}
.container.content .row ul li, .container.content .row ol li {
  margin-bottom: 7px;
  line-height: 28px;
}
.container.content .row .jump-nav {
  margin-bottom: 60px;
}
.container.content .row .jump-nav a {
  padding: 10px 20px;
  border: 1px solid #ddd;
  display: inline-block;
  margin-left: -1px;
}
.container.content .row .jump-nav a:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .container.content .row .jump-nav a {
    margin-bottom: -1px;
    width: 100%;
  }
}
.container.content .row .plyr {
  margin-bottom: 30px;
}
.container.content .row .plyr .plyr__video-wrapper {
  background: none;
}
.container.content .row .result {
  border-bottom: 1px dotted #ddd;
  padding: 30px 0 10px;
}
.container.content .row form#searchform.search-page {
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  height: 50px;
  position: relative;
}
.container.content .row form#searchform.search-page input[type="text"] {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 3px;
  color: #222;
}
.container.content .row form#searchform.search-page button#searchsubmit {
  position: absolute;
  right: 5px;
  bottom: 7px;
  color: #222;
  padding: 10px;
  width: 45px;
}
.container.content.single-col {
  padding: 100px 0 80px;
}
@media only screen and (max-width: 767px) {
  .container.content.single-col {
    padding: 60px 0 40px;
  }
}
.container.content.single-col .row {
  max-width: 800px;
  margin: 0 auto;
}
.container.content.single-col .row > div {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .container.content.single-col .row > div {
    padding: 0 30px;
  }
}
.container.content.double-col {
  padding: 100px 0 80px;
}
@media only screen and (max-width: 767px) {
  .container.content.double-col {
    padding: 60px 0 40px;
  }
}
.container.content.double-col .row {
  max-width: 1100px;
  margin: 0 auto;
}
.container.content.double-col .row > div {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .container.content.double-col .row > div {
    padding: 0 30px;
  }
}
.container.content.split-col {
  background-color: #f5f5f5;
  padding: 0;
}
.container.content.split-col .row > div {
  padding: 100px 50px 80px;
}
@media only screen and (min-width: 1400px) {
  .container.content.split-col .row > div {
    padding: 120px 250px 100px 50px;
  }
}
.container.content.split-col .image {
  background-color: #999;
  background-image: url('../images/');
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .container.content.split-col .image {
    display: none;
  }
}
.container.content.split-col img.icon {
  width: 120px;
  margin-right: 30px;
  margin-top: -10px;
  float: left;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .container.content.split-col img.icon {
    float: none;
    margin-bottom: 40px;
  }
}
.container.content.split-col .split-pad {
  padding-left: 150px;
}
@media only screen and (max-width: 767px) {
  .container.content.split-col .split-pad {
    padding: 0;
  }
}
.container.content.split-col img {
  margin-bottom: 0px;
}
.container.content.split-col h2, .container.content.split-col h3 {
  margin-bottom: 20px;
}
.container.content.split-col a.cta {
  margin-bottom: 0;
  margin-top: 0;
}
.container.content.tables {
  background-color: #f5f5f5;
}
.container.content.list {
  padding: 100px 0 80px;
}
@media only screen and (max-width: 767px) {
  .container.content.list {
    padding: 60px 0 40px;
  }
}
.container.content.list.products img {
  float: left;
  width: 40px;
}
.container.content.list.products h2 {
  margin-bottom: 20px;
}
.container.content.list.products p {
  margin-bottom: 40px;
}
.container.content.list.products a {
  color: #222;
}
.container.content.list.products a:hover {
  color: #00add8;
}
.container.content.list.products .item > div {
  padding-left: 60px;
}
.container.content.list.usps {
  background-color: #f5f5f5;
}
.container.content.list.usps img {
  float: left;
  width: 80px;
  margin-top: -10px;
}
.container.content.list.usps h2 {
  margin-bottom: 20px;
}
.container.content.list.usps .item {
  padding: 0 20px;
}
.container.content.list.usps .item > div {
  padding-left: 110px;
}
.container.content.list.industry a {
  color: #222;
}
.container.content.list.industry a:hover {
  color: #00add8;
}
.container.content.list .row {
  max-width: 1200px;
  margin: 0 auto;
}
.container.content.list .row .item {
  padding: 0 40px;
}
.container.content.list .row .item img {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .container.content.list .row .item {
    padding: 0 30px;
  }
}
.container.content.list .row .item h3 {
  font-size: 24px;
}
.container.content.list .row .item:hover {
  cursor: pointer;
}
.container.content.list .row .item .thumb {
  padding-bottom: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
  margin-top: 20px;
}
.container.content.large-image {
  padding: 0;
}
.container.content.large-image .row {
  padding: 0;
}
.container.content.large-image .row > div {
  padding: 0;
}
.container.content.large-image img {
  margin-bottom: 0;
}
.container.content.video {
  padding: 100px 0;
  background-color: #222;
}
@media only screen and (max-width: 767px) {
  .container.content.video {
    padding: 60px 0;
  }
}
.container.content.video .row {
  padding: 0;
  max-width: 1120px;
  margin: 0 auto;
}
.container.content.video .row > div {
  padding: 0;
}
.container.content.video .row .plyr {
  margin-bottom: 0;
}
.container.content.tabbed {
  padding: 100px 0 80px;
}
@media only screen and (max-width: 767px) {
  .container.content.tabbed {
    padding: 60px 0 40px;
  }
}
.container.content.tabbed .row {
  max-width: 1200px;
  margin: 0 auto;
}
.container.content.tabbed .row > div {
  padding: 0;
}
.container.content.tabbed .nav-tabs {
  border: 0;
}
.container.content.tabbed .nav-tabs > li {
  width: 100%;
  border: 1px solid #ededed;
}
.container.content.tabbed .nav-tabs > li > a {
  border-radius: 0;
  border: 0;
  padding: 30px 40px;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
}
.container.content.tabbed .nav-tabs > li > a:hover {
  background: #fff;
}
.container.content.tabbed .nav-tabs > li.active > a, .container.content.tabbed .nav-tabs > li.active > a:focus, .container.content.tabbed .nav-tabs > li.active > a:hover {
  border: 0;
  background: #f9f9f9;
}
.container.content.tabbed .tab-content {
  background: #fff;
  padding: 20px 30px;
  border: 1px solid #ededed;
  margin-left: -1px;
}
.container.content.accordions {
  background-color: #f5f5f5;
}
.container.content.accordions .panel-group .panel {
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0);
}
.container.content.accordions .panel-default > .panel-heading {
  background: #fff;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 30px 40px;
}
.container.content.accordions .panel-body {
  padding: 40px;
  border: 0;
}
.container.content.acc, .container.content.article {
  padding: 100px 0 80px;
}
@media only screen and (max-width: 767px) {
  .container.content.acc, .container.content.article {
    padding: 60px 0 40px;
  }
}
.container.content.comments {
  padding-bottom: 80px;
}
.container.content.cta {
  padding: 20px 0 80px;
  margin-top: -100px;
}
@media only screen and (max-width: 767px) {
  .container.content.cta {
    padding: 20px 0 40px;
    margin-top: -60px;
  }
}
.container.content.footer {
  padding: 100px 0 80px;
}
@media only screen and (max-width: 767px) {
  .container.content.footer {
    padding: 60px 0 40px;
  }
}
.container.content.footer .row {
  max-width: 1200px;
  margin: 0 auto;
}
.container.content.footer .row > div {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .container.content.footer .row > div {
    padding: 0 30px;
  }
}
.container.content.article p:first-of-type:first-letter {
  float: left;
  font-size: 82px;
  color: #00add8;
  margin-right: 10px;
  line-height: 90%;
}
.container.content.article .crumb {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #999;
  font-size: 12px;
}
.container.content.article .crumb a {
  color: #999;
  font-size: 12px;
  text-transform: uppercase;
}
.container.content.article .crumb a .fa {
  font-size: 14px;
}
.container.content.article h1 {
  font-size: 44px;
  line-height: 1.3;
}
.container.content.article h2 {
  font-size: 34px;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .container.content.article h2 {
    font-size: 26px;
    line-height: 1.3;
  }
}
.container.content.article .addthis_inline_share_toolbox {
  margin: 0 0 30px 0;
}
.container.content.article img {
  width: 100%;
}
.container.map {
  height: 300px;
  padding: 0;
}
.container.map #map-canvas {
  height: 300px;
  width: 100%;
}
.swiper-container.testimonials .quote {
  max-width: 900px;
  margin: 0 auto;
  font-style: italic;
}
.swiper-container.testimonials .title {
  margin-bottom: 0;
}
.swiper-container .swiper-pagination {
  bottom: 50px;
}
.swiper-container .swiper-pagination-bullet-active {
  background-color: #00add8;
}
.footer {
  background: #333;
  color: #fff;
  padding: 100px 0 140px;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 60px 0;
  }
}
.footer .row {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .footer .row {
    padding: 0 15px;
  }
}
.footer .row.links {
  margin: 0 auto 40px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul li {
  padding-bottom: 5px;
}
.footer p {
  color: #fff;
}
.footer h3 {
  color: #00add8;
}
.footer h4 {
  color: #00add8;
  font-size: 24px;
  margin-top: 0;
  font-family: 'aleoregular';
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.2;
}
.footer .small p {
  font-size: 13px;
}
.footer a {
  color: #fff;
}
.footer .social a {
  font-size: 18px;
  margin-right: 7px;
}
.container.banner .row, .container.banner.product .row {
  max-width: 1200px;
  margin: 0 auto;
}
.container.banner .row > div, .container.banner.product .row > div {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .container.banner .row > div, .container.banner.product .row > div {
    padding: 0 30px;
  }
}
.container.banner h1, .container.banner.product h1, .container.banner h2, .container.banner.product h2 {
  color: #00add8;
  font-size: 38px;
  margin-bottom: 20px;
  margin-top: -20px;
  text-shadow: 0px 1px 10px rgba(255, 255, 255, 1);
  width: 50%;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .container.banner h1, .container.banner.product h1, .container.banner h2, .container.banner.product h2 {
    width: 100%;
    margin-top: -20px;
    font-size: 30px;
    line-height: 1.2;
  }
}
.container.banner h1 strong, .container.banner.product h1 strong, .container.banner h2 strong, .container.banner.product h2 strong {
  color: #222;
  font-weight: 400;
}
.container.banner h4, .container.banner.product h4 {
  color: #222;
  text-shadow: 0px 1px 10px rgba(255, 255, 255, 1);
  line-height: 26px !important;
  font-weight: 400;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .container.banner h4, .container.banner.product h4 {
    width: 100%;
  }
}
.container.banner p, .container.banner.product p {
  color: #222;
  text-shadow: 0px 1px 10px rgba(255, 255, 255, 1);
  font-size: 18px;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .container.banner p, .container.banner.product p {
    width: 100%;
  }
}
.container.banner ul, .container.banner.product ul {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .container.banner ul, .container.banner.product ul {
    width: 100%;
  }
}
.container.banner ul li, .container.banner.product ul li {
  color: #222;
  text-shadow: 0px 2px 5px rgba(255, 255, 255, 1);
  padding-left: 30px;
}
.container.banner ul li:before, .container.banner.product ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #ff6b00;
  padding-right: 10px;
  margin-left: -30px;
}
.container.banner ul li h4, .container.banner.product ul li h4 {
  font-size: 16px;
  font-weight: 400;
  display: inline;
}
@media only screen and (max-width: 767px) {
  .container.banner ul li, .container.banner.product ul li {
    padding-left: 25px;
  }
  .container.banner ul li:before, .container.banner.product ul li:before {
    margin-left: -30px;
  }
}
.container.banner a.btn-primary, .container.banner.product a.btn-primary {
  margin-bottom: 0;
  margin-top: 0;
}
.container.banner .partner_logos, .container.banner.product .partner_logos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  height: 80px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .container.banner .partner_logos, .container.banner.product .partner_logos {
    padding: 10px;
  }
}
.container.banner .partner_logos img, .container.banner.product .partner_logos img {
  opacity: 1;
  max-width: 100%;
  margin: 0;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .container.banner .partner_logos img, .container.banner.product .partner_logos img {
    max-width: 80%;
  }
}
body.home .container.banner, body.page-template-page-Product .container.banner, body.page-template-page-nthree .container.banner, body.page-template-page-Product .container.banner, body.page-template-page-partners .container.banner, body.page-template-page-blank .container.banner, body.page-template-page-ppc .container.banner, body.page-template-page-Jobs .container.banner, body.error404 .container.banner, body.page-template-page-bizgiver .container.banner, body.home .container.banner.product, body.page-template-page-Product .container.banner.product, body.page-template-page-nthree .container.banner.product, body.page-template-page-partners .container.banner.product, body.page-template-page-blank .container.banner.product, body.page-template-page-ppc .container.banner.product, body.page-template-page-Jobs .container.banner.product, body.error404 .container.banner.product, body.page-template-page-bizgiver .container.banner.product {
  height: 80%;
  min-height: 600px;
  max-height: 800px;
  background-color: #fff;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  color: #fff;
}
@media only screen and (min-width: 1600px) {
  body.home .container.banner, body.page-template-page-Product .container.banner, body.page-template-page-nthree .container.banner, body.page-template-page-partners .container.banner, body.page-template-page-blank .container.banner, body.page-template-page-ppc .container.banner, body.page-template-page-Jobs .container.banner, body.error404 .container.banner, body.page-template-page-bizgiver .container.banner, body.home .container.banner.product, body.page-template-page-Product .container.banner.product, body.page-template-page-nthree .container.banner.product,  body.page-template-page-partners .container.banner.product, body.page-template-page-blank .container.banner.product, body.page-template-page-ppc .container.banner.product, body.page-template-page-Jobs .container.banner.product, body.error404 .container.banner.product, body.page-template-page-bizgiver .container.banner.product {
    background-position: 200px 0px;
    background-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  body.home .container.banner, body.page-template-page-Product .container.banner, body.page-template-page-nthree .container.banner,  body.page-template-page-partners .container.banner, body.page-template-page-blank .container.banner, body.page-template-page-ppc .container.banner, body.page-template-page-Jobs .container.banner, body.error404 .container.banner, body.page-template-page-bizgiver .container.banner, body.home .container.banner.product, body.page-template-page-Product .container.banner.product, body.page-template-page-nthree .container.banner.product,  body.page-template-page-partners .container.banner.product, body.page-template-page-blank .container.banner.product, body.page-template-page-ppc .container.banner.product, body.page-template-page-Jobs .container.banner.product, body.error404 .container.banner.product, body.page-template-page-bizgiver .container.banner.product {
    background-size: cover;
    background-position: center center;
    height: 180px;
    min-height: 1px;
    margin-top: 70px;
  }
}
body.home .container.banner.mobile.headings, body.page-template-page-Product .container.banner.mobile.headings, body.page-template-page-nthree .container.banner.mobile.headings,  body.page-template-page-partners .container.banner.mobile.headings, body.page-template-page-blank .container.banner.mobile.headings, body.page-template-page-ppc .container.banner.mobile.headings, body.page-template-page-Jobs .container.banner.mobile.headings, body.error404 .container.banner.mobile.headings, body.page-template-page-bizgiver .container.banner.mobile.headings, body.home .container.banner.product.mobile.headings, body.page-template-page-Product .container.banner.product.mobile.headings, body.page-template-page-nthree .container.banner.product.mobile.headings, body.page-template-page-partners .container.banner.product.mobile.headings, body.page-template-page-blank .container.banner.product.mobile.headings, body.page-template-page-ppc .container.banner.product.mobile.headings, body.page-template-page-Jobs .container.banner.product.mobile.headings, body.error404 .container.banner.product.mobile.headings, body.page-template-page-bizgiver .container.banner.product.mobile.headings {
  height: calc(100% - 306px);
  min-height: 1px;
  margin-top: 0;
}
body.home .container.banner.mobile.headings h1, body.page-template-page-Product .container.banner.mobile.headings h1, body.page-template-page-nthree .container.banner.mobile.headings h1, body.page-template-page-partners .container.banner.mobile.headings h1, body.page-template-page-blank .container.banner.mobile.headings h1, body.page-template-page-ppc .container.banner.mobile.headings h1, body.page-template-page-Jobs .container.banner.mobile.headings h1, body.error404 .container.banner.mobile.headings h1, body.page-template-page-bizgiver .container.banner.mobile.headings h1, body.home .container.banner.product.mobile.headings h1, body.page-template-page-Product .container.banner.product.mobile.headings h1, body.page-template-page-nthree .container.banner.product.mobile.headings h1, body.page-template-page-partners .container.banner.product.mobile.headings h1, body.page-template-page-blank .container.banner.product.mobile.headings h1, body.page-template-page-ppc .container.banner.product.mobile.headings h1, body.page-template-page-Jobs .container.banner.product.mobile.headings h1, body.error404 .container.banner.product.mobile.headings h1, body.page-template-page-bizgiver .container.banner.product.mobile.headings h1, body.home .container.banner.mobile.headings h2, body.page-template-page-Product .container.banner.mobile.headings h2, body.page-template-page-nthree .container.banner.mobile.headings h2, body.page-template-page-partners .container.banner.mobile.headings h2, body.page-template-page-blank .container.banner.mobile.headings h2, body.page-template-page-ppc .container.banner.mobile.headings h2, body.page-template-page-Jobs .container.banner.mobile.headings h2, body.error404 .container.banner.mobile.headings h2, body.page-template-page-bizgiver .container.banner.mobile.headings h2, body.home .container.banner.product.mobile.headings h2, body.page-template-page-Product .container.banner.product.mobile.headings h2, body.page-template-page-nthree .container.banner.product.mobile.headings h2, body.page-template-page-partners .container.banner.product.mobile.headings h2, body.page-template-page-blank .container.banner.product.mobile.headings h2, body.page-template-page-ppc .container.banner.product.mobile.headings h2, body.page-template-page-Jobs .container.banner.product.mobile.headings h2, body.error404 .container.banner.product.mobile.headings h2, body.page-template-page-bizgiver .container.banner.product.mobile.headings h2 {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  body.home .container.banner {
    height: 200px;
    min-height: 1px;
    margin-top: 70px;
  }
}
body.home .container.banner.mobile.headings {
  height: calc(100% - 326px);
}
@media only screen and (max-width: 767px) {
  body.home .container.banner h1 {
    font-size: 38px;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 768px) {
  body.page-template-page-bizgiver .container.banner, body.page-template-page-bizgiver .container.banner.product {
    background-color: #005e92;
  }
}
body.page .banner, body.single-career .banner, body.single .banner, body.blog .banner, body.category .banner, body.search .banner {
  min-height: 180px;
  height: 180px;
  background-size: cover;
  background-position: center center;
}
body.page .banner .overlay, body.single-career .banner .overlay, body.single .banner .overlay, body.blog .banner .overlay, body.category .banner .overlay, body.search .banner .overlay {
  background-color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 767px) {
  body.page .banner, body.single-career .banner, body.single .banner, body.blog .banner, body.category .banner, body.search .banner {
    height: 110px;
    min-height: 1px;
    margin-top: 70px;
  }
}
body.single .content .row, body.page .content .row, body.error404 .content .row {
  max-width: 800px;
  margin: 0 auto;
}
body.single .content .row > div, body.page .content .row > div, body.error404 .content .row > div {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  body.page .content .row > div, body.error404 .content .row > div {
    padding: 0 30px;
  }
  body.single .content .row > div{
    padding: 0 27px;
    word-break: break-word;
  }
  .single-post .container.content.article h1{
    font-size:30px;
  }
}
body.single .content .row .panel-group h5, body.page .content .row .panel-group h5, body.error404 .content .row .panel-group h5 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 400;
}
body.single .content .row .panel-group h5:first-of-type, body.page .content .row .panel-group h5:first-of-type, body.error404 .content .row .panel-group h5:first-of-type {
  margin-top: 0;
}
body.single .content .row .panel-group .panel, body.page .content .row .panel-group .panel, body.error404 .content .row .panel-group .panel {
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.1);
}
body.single .content .row .panel-group .panel:last-child, body.page .content .row .panel-group .panel:last-child, body.error404 .content .row .panel-group .panel:last-child {
  margin-bottom: 30px;
}
body.single .content .row .panel-default > .panel-heading, body.page .content .row .panel-default > .panel-heading, body.error404 .content .row .panel-default > .panel-heading {
  background: #f5f5f5;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 15px 25px;
}
body.single .content .row .panel-default > .panel-heading h4.panel-title, body.page .content .row .panel-default > .panel-heading h4.panel-title, body.error404 .content .row .panel-default > .panel-heading h4.panel-title {
  font-family: 'Asap', sans-serif;
  font-weight: 400;
}
body.single .content .row .panel-default > .panel-heading h4.panel-title a, body.page .content .row .panel-default > .panel-heading h4.panel-title a, body.error404 .content .row .panel-default > .panel-heading h4.panel-title a {
  color: #00add8;
}
body.single .content .row .panel-body, body.page .content .row .panel-body, body.error404 .content .row .panel-body {
  padding: 30px 25px 0;
  border: 0 !important;
}
body.single .content.split-col .row, body.page .content.split-col .row, body.error404 .content.split-col .row {
  max-width: 100%;
  margin: 0 auto;
}
.Gray .panel-default > .panel-heading {
  background: #fff !important;
}
body.blog .blog-list, body.category .blog-list {
  padding: 100px 0 80px;
}
@media only screen and (max-width: 767px) {
  body.blog .blog-list, body.category .blog-list {
    padding: 60px 0 40px;
  }
}
body.blog .blog-list .row, body.category .blog-list .row {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
}
body.blog .blog-list h4, body.category .blog-list h4 {
  max-width: 1200px;
  margin: 40px auto 20px;
  font-weight: 400;
}
body.blog .blog-list .cat, body.category .blog-list .cat {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 24px;
  padding: 5px;
}
body.blog .blog-list .post, body.category .blog-list .post {
  padding: 0 30px;
}
body.blog .blog-list .post:nth-child(3n+1), body.category .blog-list .post:nth-child(3n+1) {
  clear: left;
}
@media only screen and (max-width: 767px) {
  body.blog .blog-list .post, body.category .blog-list .post {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  body.blog .blog-list .post:nth-child(4n+1), body.category .blog-list .post:nth-child(4n+1) {
    clear: left;
  }
}
body.blog .blog-list .post:nth-child(3n+1), body.category .blog-list .post:nth-child(3n+1) {
  clear: left;
}
body.blog .blog-list .post .thumb, body.category .blog-list .post .thumb {
  display: block;
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center center;
}
body.blog .blog-list .post .copy, body.category .blog-list .post .copy {
  background: #fff;
  text-align: center;
  padding: 20px;
}
body.blog .blog-list .post .copy a, body.category .blog-list .post .copy a {
  color: #00add8;
}
body.blog .blog-list .post .copy h2, body.category .blog-list .post .copy h2, body.blog .blog-list .post .copy h4, body.category .blog-list .post .copy h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
}
body.blog .alm-btn-wrap, body.category .alm-btn-wrap {
  display: block;
  width: 100%;
}
body.blog .alm-btn-wrap button#load-more.alm-load-more-btn.more, body.category .alm-btn-wrap button#load-more.alm-load-more-btn.more {
  background-color: #ff6b00 !important;
  background-image: none !important;
  padding: 10px 50px !important;
  text-align: center !important;
  display: inline-block !important;
  font-family: 'aleoregular' !important;
  color: #fff !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  -webkit-box-shadow: 0px 15px 26px 0px rgba(0, 0, 0, 0.3) !important;
  -moz-box-shadow: 0px 15px 26px 0px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 15px 26px 0px rgba(0, 0, 0, 0.3) !important;
  height: auto !important;
  width: auto !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  text-indent: 0 !important;
}
@media only screen and (max-width: 767px) {
  body.blog .alm-btn-wrap button#load-more.alm-load-more-btn.more, body.category .alm-btn-wrap button#load-more.alm-load-more-btn.more {
    font-size: 16px !important;
  }
}
body.blog .alm-btn-wrap button#load-more.alm-load-more-btn.more:hover, body.category .alm-btn-wrap button#load-more.alm-load-more-btn.more:hover, body.blog .alm-btn-wrap button#load-more.alm-load-more-btn.more.done, body.category .alm-btn-wrap button#load-more.alm-load-more-btn.more.done {
  text-decoration: none !important;
  background-color: #ff6b00 !important;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1) !important;
  opacity: 0.8 !important;
}
.cd-header {
  left: 0;
  z-index: 999;
  height: 80px;
}
.cd-header.is-fixed {
  top: -80px;
  background: rgba(255, 255, 255, 0.9);
}
.cd-header.is-visible {
  background: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 767px) {
  .cd-header {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    height: 70px;
  }
}
.cd-header > div {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .cd-header.menu-is-open {
    background: rgba(255, 255, 255, 0.9);
  }
}
.cd-header .cd-primary-nav-trigger {
  width: 50px;
  top: 38px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cd-header .cd-primary-nav-trigger {
    top: 34px;
    right: 10px;
  }
}
.cd-header .cd-primary-nav-trigger .cd-menu-icon, .cd-header .cd-primary-nav-trigger .cd-menu-icon::before, .cd-header .cd-primary-nav-trigger .cd-menu-icon:after {
  background: #222;
}
.cd-header .cd-primary-nav-trigger .cd-menu-icon {
  width: 24px;
  height: 3px;
}
.cd-header .cd-primary-nav-trigger .cd-menu-icon::before {
  top: -7px;
}
.cd-header .cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
}
.cd-header .cd-primary-nav-trigger .cd-menu-icon::after {
  top: 7px;
}
.cd-header .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
}
.cd-header .cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background: rgba(0, 0, 0, 0);
}
.cd-header .cta {
  padding: 7px 30px;
  font-size: 18px;
  position: absolute;
  right: 280px;
  top: -11px;
  display: none;
  -webkit-box-shadow: 0px 15px 26px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 15px 26px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 15px 26px 0px rgba(0, 0, 0, 0);
}
.cd-header.is-visible .cta {
  display: block;
}
.cd-header.is-visible ul {
  display: none;
}
.cd-header .phone {
  position: absolute;
  right: 100px;
  top: 23px;
  font-size: 22px;
  color: #222;
}
.cd-header .phone:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cd-header .phone {
    right: 70px;
    top: 20px;
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  .cd-header .phone {
    display: none;
  }
}
.cd-header .phone5 {
  position: absolute;
  right: 100px;
  top: 23px;
  font-size: 22px;
  color: #222;
}
.cd-header .phone5:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cd-header .phone5 {
    right: 70px;
    top: 20px;
    font-size: 20px;
  }
}
@media (min-width: 351px) {
  .cd-header .phone5 {
    display: none;
  }
}
.cd-panel-close {
  top: 12px;
  right: 32px;
}
@media (max-width: 767px) {
  .cd-panel-close {
    top: 10px;
    right: 10px;
  }
}
.menu {
  background: #555;
  margin-top: 50px;
  margin-bottom: 80px;
}
.menu a {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  color: #fff;
  display: block;
  padding: 10px 30px;
}
.menu a:hover {
  text-decoration: none;
}
.menu h3 {
  margin-left: 22px;
  margin-bottom: 0;
}
.menu h3 a {
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 10px;
}
.menu button {
  width: 100%;
  text-align: left;
  margin-left: 50px;
}
.menu .panel-group {
  margin-top: 60px;
}
.menu .panel.panel-default {
  background-color: #555;
  border: 0;
}
.menu .panel-default > .panel-heading {
  color: #fff;
  border: 0;
}
.menu .panel-default > .panel-heading#headingLogin {
  background: #777;
  padding: 17px 50px 17px;
}
.menu .panel-default > .panel-heading h4 {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-family: 'Asap', sans-serif;
}
.menu .panel-default > .panel-heading h4 a {
  padding: 10px 15px 15px;
  display: block;
}
.menu .panel-default > .panel-heading h4 a:hover {
  text-decoration: none;
}
.menu .navbar-default, .menu .panel-default > .panel-heading {
  background: #555 none repeat scroll 0 0;
  border-bottom: 1px dotted #777;
  padding: 5px 15px;
}
.menu .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: #555;
  background: #777;
}
.menu .panel-default > .panel-heading + .panel-collapse > .panel-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu .panel-default > .panel-heading + .panel-collapse > .panel-body ul li a {
  color: #fff;
  padding: 10px 0 10px 15px;
  display: block;
  font-size: 15px;
  letter-spacing: 0.5px;
}
.menu .panel-default > .panel-heading + .panel-collapse > .panel-body ul li a:hover {
  text-decoration: none;
}
.menu .cta {
  padding: 15px 30px;
  font-size: 18px;
  text-align: left;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.menu .phone-number {
  font-size: 18px;
}
.menu .flags {
  clear: left;
}
.menu .flags img {
  width: 30px;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}
.menu .navbar-collapse {
  padding: 0;
  margin-bottom: 20px;
}
.menu .navbar-collapse .navbar-nav {
  width: 100%;
}
.menu .navbar-collapse .navbar-nav > li {
  width: 100%;
  background: #555 none repeat scroll 0 0;
  border-bottom: 1px dotted #777;
  padding: 0px;
}
.menu .navbar-collapse .nav > li > a {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.menu .navbar-collapse .nav > li > a:focus, .menu .navbar-collapse .nav > li > a:hover {
  background: none;
}
.menu .navbar-collapse #data-collapse {
  background: #777;
}
.menu .navbar-collapse #data-collapse li a {
  padding: 10px 30px;
}
.menu .navbar-collapse #data-collapse li:first-of-type {
  padding-top: 15px;
}
.menu .navbar-collapse #data-collapse li:last-of-type {
  padding-bottom: 15px;
}
form#searchform {
  display: block;
  margin-left: 30px;
  clear: both;
  margin-bottom: 20px;
}
form#searchform input {
  padding: 0px;
  background: none;
  width: 160px;
  border: 0;
  border-bottom: 1px solid #ccc;
  float: left;
  color: #fff;
  border-radius: 0;
}
form#searchform button {
  background: none;
  color: #fff;
  float: left;
  border: 0;
  width: 20px;
  margin-left: 10px;
}
input, select, textarea {
  padding: 7px 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.nf-form-fields-required {
  margin-bottom: 30px;
  font-size: 12px;
  text-transform: uppercase;
}
.label-above .nf-field-label {
  margin-bottom: 5px;
}
#feefologohere {
  position: fixed;
  z-index: 999;
  right: 50px;
  bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #feefologohere {
    bottom: 10px;
  }
}
.alert-bar {
  position: fixed;
  z-index: 999;
  bottom: -140px;
  left: 0;
  right: 0;
  height: 80px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* ...and now for the proper property */
}
.alert-bar .swiper-container.alerts {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.alert-bar .swiper-container.alerts .swiper-wrapper {
  height: 100%;
}
.alert-bar .swiper-slide {
  text-align: center;
  background-color: #00add8;
  height: 100%;
  color: #fff;
  padding: 0;
  /* Center slide text vertically */
}
.alert-bar .swiper-slide.White {
  background-color: #fff;
}
.alert-bar .swiper-slide.Gray {
  background-color: #f5f5f5;
}
.alert-bar .swiper-slide.Pink {
  background-color: #ea1d76;
}
.alert-bar .swiper-slide.Lime {
  background-color: #c4d600;
}
.alert-bar .swiper-slide.Yellow {
  background-color: #ffce00;
}
.alert-bar .swiper-slide.Orange {
  background-color: #ff6b00;
}
.alert-bar .swiper-slide a {
  color: #fff;
  display: block;
}
.alert-bar .swiper-slide a:hover {
  color: #fff;
  text-decoration: none;
}
.alert-bar .swiper-slide img {
  display: inline-block;
  position: absolute;
  top: -50px;
}
.alert-bar .swiper-slide p {
  margin: 0;
  font-size: 18px;
  display: inline-block;
  padding-left: 180px;
}
.navigation {
  margin-top: 60px;
}
.navigation ul {
  padding-left: 0 !important;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
  color: #fff;
  text-decoration: none;
}
.navigation li {
  display: inline;
}
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
  background-color: #6fb7e9;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}
.navigation li a:hover, .navigation li.active a {
  background-color: #3c8dc5;
}

.widget_longtailux_link_widget {
max-width: 1200px;
text-align: center;
margin: 0 auto;
}
.widget_longtailux_link_widget ul li {
   display: inline;
   padding-right: 5px;
}


.widget_longtailux_link_widget ul li:not(:last-child):after {
   content: ",";
   color: #333;
}

u.dotted {
  border-bottom: 1.5px dashed #999;
  text-decoration: none;
}

.featureList, .featureList ul {
  margin-top: 0;
  padding-left: 2em;
  list-style-type: none;
}

.featureList li:before {
  content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #3fae2a;
    padding-right: 10px;
    margin-left: -30px;
}
