@charset "UTF-8";
/*
Theme Name: BitPusher Theme (1.0.4)
Theme URI: http://bitpusher.com/
Description: This is a custom child theme based on wordpress bootstrap theme.
Author: the Electron Shop
Author URI: http://electron.shop/
Template: wordpress-bootstrap
Text Domain: bitpusher
Version: 1.0.4
*/
body {
  font-family: "sofia-pro", sans-serif;
  background-color: #fff;
  font-weight: 100;
  color: #333;
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  body {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  body {
    margin-top: 117px;
  }
  body.admin-bar {
    margin-top: 85px;
  }
}
h1 {
  font-size: 38px;
  line-height: 38px;
  font-weight: 100;
  margin: 0 0 20px;
  padding: 0;
  color: #333;
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    line-height: 48px;
  }
}
h2 {
  font-size: 40px;
  font-weight: 100;
  margin: 0;
  padding: 0;
  color: #333;
}
h3 {
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
h4 {
  font-size: 26px;
  font-weight: 100;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}
ul,
ol {
  padding-left: 18px;
  margin-bottom: 20px;
}
ul li,
ol li {
  font-weight: 100;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
  margin-bottom: 6px;
}
p,
p.lead {
  font-weight: 100;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
a {
  color: #029eb3;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.anchor {
  display: block;
  position: relative;
  top: -155px;
  visibility: hidden;
  height: 1px;
  width: 1px;
}
@media (max-width: 767px) {
  img.img-pull-left {
    display: block;
    margin: 0 auto !important;
  }
}
@media (min-width: 768px) {
  img.img-pull-left {
    float: left;
  }
}
@media (max-width: 767px) {
  img.img-pull-right {
    display: block;
    margin: 0 auto !important;
  }
}
@media (min-width: 768px) {
  img.img-pull-right {
    float: right;
  }
}
@media (max-width: 767px) {
  .img-wrap {
    margin-bottom: 0;
  }
}
.img-wrap img {
  padding-right: 10px;
}
@media (max-width: 767px) {
  .img-wrap img {
    margin: 0 auto;
    float: none;
    padding-right: 0;
    padding-bottom: 5px;
  }
}
img.bp-img-crop {
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
}
.btn {
  color: #fff;
  text-transform: uppercase;
}
.btn-cta {
  background-color: #900204;
  font-size: 14px;
  line-height: 14px;
  padding: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 768px) {
  .btn-cta {
    font-size: 24px;
    line-height: 24px;
  }
}
.btn-cta:hover,
.btn-cta:focus {
  color: #fff;
}
.btn-cta-sm {
  padding: 10px!important;
}
@media (min-width: 768px) {
  .btn-cta-sm {
    font-size: 18px!important;
    line-height: 18px!important;
  }
}
.arrows {
  color: #029eb3;
}
.arrows:before {
  content: '\00BB';
  width: 10px;
  display: inline-block;
  font-size: 27px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .xs-no-lr-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.quote-left,
.quote-right {
  display: none;
}
@media (min-width: 768px) {
  .quote-left,
  .quote-right {
    display: inline-block;
  }
  .quote-left:before,
  .quote-right:before {
    content: ' ';
    display: inline-block;
    background-image: url(img/quotes-left.png);
    height: 118px;
    width: 136px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.quote-right:before {
  background-image: url(img/quotes-right.png);
}
.search-form {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
@media (max-width: 767px) {
  .search-form {
    margin-left: 0;
    margin-right: 0;
  }
}
.search-form .search {
  position: relative;
}
.search-form .search input {
  padding-right: 32px;
  border: 1px solid #bcbcbc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.search-form .search input.width-lrg {
  min-width: 200px;
}
@media (min-width: 768px) {
  .search-form .search input.width-lrg {
    min-width: 150px;
  }
}
@media (min-width: 992px) {
  .search-form .search input.width-lrg {
    min-width: 300px;
  }
}
.search-form .search .fa-search {
  position: absolute;
  top: 4px;
  right: 7px;
  font-size: 22px;
  color: #029eb3;
}
.page-image-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  min-height: 146px;
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .page-image-header {
    min-height: 246px;
  }
}
.page-header {
  padding-bottom: 0;
  border: none;
  margin: 20px 0 20px;
}
@media (min-width: 768px) {
  .page-header {
    margin: 40px 0 40px;
  }
}
@media (min-width: 768px) {
}
.page-header h1 {
  text-align: center;
  margin: 0;
}
.pagination > li > a,
.pagination > li > span {
  color: #029eb3;
}
#content {
  padding: 0;
}
@media (min-width: 1200px) {
  .auto-clear .col-lg-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-lg-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-lg-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-lg-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .col-md-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-md-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-md-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-md-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-sm-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-sm-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1) {
    clear: left;
  }
  .auto-clear .col-xs-2:nth-child(6n+1) {
    clear: left;
  }
  .auto-clear .col-xs-3:nth-child(4n+1) {
    clear: left;
  }
  .auto-clear .col-xs-4:nth-child(3n+1) {
    clear: left;
  }
  .auto-clear .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
.hs-error-msgs label {
  color: #ff133d;
}
body.error404 .site-header {
  margin-bottom: 100px;
}
body.error404 > .container {
  padding: 0 0 100px 0;
}
@media (min-width: 768px) {
  header.site-header {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
  }
}
header .navbar {
  box-shadow: none !important;
  border-radius: 1px !important;
}
header .contact-header {
  background-color: #534741;
  color: #fff;
  padding-top: 5px;
}
@media (min-width: 992px) {
  header .contact-header {
    padding: 10px 0;
  }
}
header .contact-header .signup-lead {
  float: left;
  margin-right: 12px;
  padding-top: 6px;
  text-transform: uppercase;
  display: inline-block;
  text-align: right;
}
header .contact-header .signup-lead > span {
  display: block;
  font-weight: 100;
  line-height: 14px;
}
header .contact-header .signup-form {
  display: inline-block;
  padding-top: 4px;
}
header .contact-header .signup-form form div {
  display: inline;
}
header .contact-header .signup-form label,
header .contact-header .signup-form .hs-error-msgs {
  display: none!important;
}
header .contact-header .signup-form .hs_email .hs-input {
  border: 0;
  padding: 6px;
  margin-right: 4px;
  color: #333;
}
@media (min-width: 992px) {
  header .contact-header .signup-form .hs_email .hs-input {
    width: 200px;
  }
}
header .contact-header .signup-form .hs_email .hs-input.error {
  border: 1px solid red;
}
header .contact-header .signup-form .hs-button {
  background-color: #029eb3;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: 100;
  padding: 10px;
  border: 0;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
header .contact-header .signup-form .thank-you {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
header .contact-header .tel {
  font-size: 16px;
  line-height: 16px;
  font-weight: 100;
  color: #fff;
  display: inline-block;
  margin-top: 12px;
  letter-spacing: 2px;
  margin-right: 0;
}
@media (min-width: 992px) {
  header .contact-header .tel {
    margin-right: 44px;
  }
}
header .contact-header .tel span {
  margin-top: 10px;
}
header .contact-header .btn-cta {
  background-color: #029eb3;
  color: #fff;
  font-size: 11px;
  line-height: 11px;
  font-weight: 100;
  padding: 9px 10px 8px 28px;
  text-decoration: none;
  margin-top: 6px;
  position: relative;
  display: inline-block;
  float: right;
}
header .contact-header .btn-cta:before {
  content: "\f023";
  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: FontAwesome;
  position: absolute;
  width: 19px;
  height: 16px;
  font-size: 20px;
  font-weight: 100;
  margin-top: 0;
  display: inline-block;
  left: 4px;
}
@media (max-width: 767px) {
  header > .contact-header {
    display: none;
  }
}
@media (max-width: 767px) {
  header .form-wrapper {
    text-align: center;
  }
  header .form-wrapper .signup-lead {
    float: none;
  }
  header .form-wrapper .signup-lead span {
    line-height: 18px;
  }
  header .form-wrapper .signup-form {
    overflow: auto;
  }
}
@media (min-width: 768px) {
  header .navbar-collapse .contact-header {
    display: none;
  }
}
header .navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  margin-top: 12px;
}
header .navbar-collapse .contact-header {
  padding: 10px 28px;
}
header .navbar {
  z-index: 1;
  border-top: 14px solid #534741;
  background-color: #fff;
  margin-bottom: 0;
  height: 76px;
  -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  header .navbar {
    height: 70px;
  }
}
@media (min-width: 992px) {
  header .navbar {
    border: none;
  }
}
header .navbar.navbar-default .navbar-toggle {
  border: none;
}
header .navbar.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
header .navbar.navbar-default .navbar-toggle .icon-bar {
  background-color: #029eb3;
  height: 5px;
  width: 32px;
}
header .navbar .navbar-header .navbar-toggle {
  padding: 5px 10px;
}
header .navbar ul.navbar-nav {
  margin: 0;
  border-radius: 0;
  background-color: #fff;
}
header .navbar ul.navbar-nav li .dropdown-menu {
  box-shadow: none;
  padding-left: 20px;
  border-radius: 0;
  border-top: 1px solid #bcbcbc;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #bcbcbc;
}
@media (max-width: 767px) {
  header .navbar ul.navbar-nav li .dropdown-menu {
    margin-top: 9px;
    float: none;
    position: relative;
    display: block;
  }
}
header .navbar ul.navbar-nav li.active a,
header .navbar ul.navbar-nav li.open a {
  color: #029eb3;
  background-color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
}
header .navbar ul.navbar-nav li.active a:hover,
header .navbar ul.navbar-nav li.open a:hover {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
  background-color: #fff !important;
}
header .navbar ul.navbar-nav li.active a .caret,
header .navbar ul.navbar-nav li.open a .caret {
  display: none;
}
header .navbar ul.navbar-nav li a {
  padding-top: 7px;
  padding-bottom: 0px;
  color: #029eb3;
  background-color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
}
header .navbar ul.navbar-nav li a:hover {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
  background-color: #fff !important;
}
header .navbar ul.navbar-nav li a .caret {
  display: none;
}
header .navbar ul.navbar-nav li.active a,
header .navbar ul.navbar-nav li.current_page_parent a {
  color: #333;
}
@media (min-width: 768px) {
  header .navbar ul.navbar-nav {
    float: right;
    margin: 4px 0 0 0;
  }
  header .navbar ul.navbar-nav li {
    font-size: 15px;
  }
  header .navbar ul.navbar-nav li a {
    padding: 10px 0 10px 12px;
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  header .navbar ul.navbar-nav li {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  header .navbar ul.navbar-nav {
    float: right;
    margin-top: 26px;
  }
  header .navbar ul.navbar-nav > li {
    background-color: transparent!important;
    font-size: 16px;
    margin-right: 26px;
  }
  header .navbar ul.navbar-nav > li:last-of-type {
    margin-right: 0;
  }
  header .navbar ul.navbar-nav > li a {
    font-weight: 400;
    font-size: 15px;
    padding: 0;
    text-align: left;
  }
  header .navbar ul.navbar-nav > li.dropdown {
    padding-bottom: 7px;
  }
  header .navbar ul.navbar-nav > li.dropdown:hover {
    cursor: pointer;
  }
  header .navbar ul.navbar-nav > li.dropdown:hover .dropdown-menu {
    padding: 14px;
    cursor: pointer;
    display: block;
    border: 1px solid #bcbcbc;
    left: 0px;
  }
  header .navbar ul.navbar-nav > li.dropdown:hover .dropdown-menu li {
    border-bottom: 1px solid #bcbcbc;
    padding-top: 6px;
    text-align: center;
    padding-bottom: 12px;
  }
  header .navbar ul.navbar-nav > li.dropdown:hover .dropdown-menu li:first-of-type {
    padding-top: 0;
  }
  header .navbar ul.navbar-nav > li.dropdown:hover .dropdown-menu li:last-of-type {
    border-bottom: none;
    padding-bottom: 0px;
  }
  header .navbar ul.navbar-nav > li.dropdown:hover .dropdown-menu li a:hover {
    text-decoration: underline;
  }
}
header .navbar-toggle.active {
  border: none;
  background: transparent !important;
}
header .navbar-toggle.active:hover {
  background: transparent !important;
}
header .navbar-toggle.active .icon-bar {
  background-color: #534741 !important;
  width: 22px;
  transition: all 0.2s;
}
header .navbar-toggle.active .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
header .navbar-toggle.active .middle-bar {
  opacity: 0;
}
header .navbar-toggle.active .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
header .navbar-toggle.active.collapsed .top-bar {
  transform: rotate(0);
}
header .navbar-toggle.active.collapsed .middle-bar {
  opacity: 1;
}
header .navbar-toggle.active.collapsed .bottom-bar {
  transform: rotate(0);
}
header .site-logo {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-left: 14px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  header .site-logo {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  header .site-logo {
    margin-top: 8px;
  }
}
header .site-logo img {
  height: 40px;
  display: inline-block;
}
@media (min-width: 768px) {
  header .site-logo img {
    height: 30px;
  }
}
@media (min-width: 992px) {
  header .site-logo img {
    height: 50px;
  }
}
@media (min-width: 992px) {
  header .site-logo {
    margin-top: 5px;
    display: block;
  }
  header .site-logo img {
    width: auto;
  }
}
header .site-logo .bp-tagline {
  position: absolute;
  bottom: -10px;
  font: 200 11px "pt-sans", sans-serif;
  color: #7a7a7a;
  left: 60px;
}
@media (min-width: 768px) {
  header .site-logo .bp-tagline {
    left: 30px;
    bottom: -7px;
    font-size: 8px;
  }
}
@media (min-width: 992px) {
  header .site-logo .bp-tagline {
    left: 50px;
    bottom: -10px;
    font-size: 12px;
  }
}
body.single header .navbar ul.navbar-nav li.nav-item-blog a,
body.category header .navbar ul.navbar-nav li.nav-item-blog a {
  color: #333;
}
.site-footer {
  color: #fff;
  background-color: #534741;
  padding-top: 20px;
  padding-bottom: 50px;
}
.site-footer a {
  color: #fff;
  text-decoration: underline;
}
.site-footer .logo {
  margin-bottom: 10px;
}
.site-footer .logo img {
  margin: 0 auto;
}
.site-footer .social {
  font-size: 22px;
  margin-bottom: 10px;
}
.site-footer .social a {
  color: #fff;
  margin-right: 6px;
}
.site-footer .details {
  font-size: 16px;
  margin-bottom: 30px;
}
.site-footer .details a {
  color: #fff;
}
.site-footer .legal {
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 10px;
}
.site-footer .legal a {
  color: #fff;
  text-transform: uppercase;
}
.site-footer .copyright {
  font-size: 11px;
  line-height: 11px;
}
.site-footer .dot {
  display: inline-block;
  margin: 0 5px;
}
body.page #content {
  padding: 0 15px 100px 15px;
}
@media (min-width: 768px) {
  body.page #content {
    padding: 0 0 100px 0;
  }
}
@media (max-width: 767px) {
  body.page #content .content-left {
    margin-bottom: 60px;
  }
}
body.page.page-template-page-full-width-rows #content {
  padding-bottom: 0!important;
}
body.page h2 {
  font-size: 28px;
  line-height: 28px;
  margin: 10px 0 20px;
}
body.page h3 {
  font-size: 24px;
  line-height: 24px;
  margin: 10px 0 10px;
}
body.page h4 {
  font-size: 20px;
  line-height: 20px;
  margin: 10px 0 10px;
}
body.page-template-page-full-width .page-header {
  padding-bottom: 0;
  border: none;
  margin: 20px 0 20px;
}
@media (min-width: 768px) {
  body.page-template-page-full-width .page-header {
    margin: 40px 0 50px;
  }
}
body.page-template-page-full-width-rows .page-header {
  padding-bottom: 0;
  border: none;
  margin: 20px 0 20px;
}
@media (min-width: 768px) {
  body.page-template-page-full-width-rows .page-header {
    margin: 40px 0 50px;
  }
}
@media (min-width: 768px) {
}
body.page-template-page-full-width-rows #main article .post_content img.circle {
  width: 150px;
  height: 150px;
  margin-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.page-template-page-full-width-rows #main article .post_content img.circle {
    padding: 20px ;
  }
}
body.page-template-page-full-width-rows .post_content {
  -webkit-font-smoothing: antialiased;
}
body.page-template-page-full-width-rows .post_content h2 {
  margin-top: 0;
}
body.page-template-page-full-width-rows .post_content > div {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  body.page-template-page-full-width-rows .post_content > div {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body.page-template-page-full-width-rows .post_content > div:first-of-type {
  padding-top: 0;
}
body.page-template-page-full-width-rows .post_content > div:last-of-type {
  padding-bottom: 50px;
}
body.page-template-page-full-width-rows .post_content > div.row-bg {
  background-color: #f3f4f4;
}
body.page-template-page-full-width-rows .post_content > div.row-quote {
  background-color: #d9f1f4;
}
body.page-template-page-full-width-rows .post_content > div.row-quote > div {
  position: relative;
}
body.page-template-page-full-width-rows .post_content > div.row-quote > div > div {
  padding: 0 20px;
}
@media (min-width: 992px) {
  body.page-template-page-full-width-rows .post_content > div.row-quote > div > div {
    padding: 0 70px;
  }
}
body.page-template-page-full-width-rows .post_content > div.row-quote > div:before {
  content: ' ';
  position: absolute;
  top: 5px;
  left: 0;
  display: inline-block;
  height: 118px;
  width: 136px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  body.page-template-page-full-width-rows .post_content > div.row-quote > div:before {
    background-image: url(img/quotes-left.png);
  }
}
body.page-template-page-full-width-rows .post_content > div.row-quote > div:after {
  content: ' ';
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  height: 118px;
  width: 136px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  body.page-template-page-full-width-rows .post_content > div.row-quote > div:after {
    background-image: url(img/quotes-right.png);
  }
}
body.page-template-page-full-width-rows .post_content > div > div {
  margin-right: auto;
  margin-left: auto;
  font-weight: 100;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.page-template-page-full-width-rows .post_content > div > div {
    width: 750px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 992px) {
  body.page-template-page-full-width-rows .post_content > div > div {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  body.page-template-page-full-width-rows .post_content > div > div {
    width: 1170px;
  }
}
@media (min-width: 992px) {
  body.page-template-page-full-width-rows .post_content > div > div img.img-pull-left {
    margin-right: 20px;
  }
  body.page-template-page-full-width-rows .post_content > div > div img.img-pull-right {
    margin-left: 20px;
  }
}
body.page-template-page-full-width-rows .post_content .featured-content-text-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.page-template-page-full-width-rows .post_content .featured-content-text-left {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.page-template-page-full-width-rows .post_content .featured-content-text-left {
    float: left;
    width: 66.66666667%;
  }
}
body.page-template-page-full-width-rows .post_content .featured-content-image-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  body.page-template-page-full-width-rows .post_content .featured-content-image-right {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.page-template-page-full-width-rows .post_content .featured-content-image-right {
    float: left;
    width: 33.33333333%;
  }
}
body.page-template-page-full-width-rows .post_content .featured-content-image-right img {
  display: block;
  margin: 0 auto;
}
body.page-template-page-full-width-rows .post_content .featured-content-text-right {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  body.page-template-page-full-width-rows .post_content .featured-content-text-right {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.page-template-page-full-width-rows .post_content .featured-content-text-right {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  body.page-template-page-full-width-rows .post_content .featured-content-text-right {
    left: 33.33333333%;
  }
}
body.page-template-page-full-width-rows .post_content .featured-content-image-left {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  body.page-template-page-full-width-rows .post_content .featured-content-image-left {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.page-template-page-full-width-rows .post_content .featured-content-image-left {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  body.page-template-page-full-width-rows .post_content .featured-content-image-left {
    right: 66.66666667%;
  }
}
body.page-template-page-full-width-rows .post_content .featured-content-image-left img {
  display: block;
  margin: 0 auto;
}
body.home h1 {
  color: #900204;
  text-align: center;
  margin-bottom: 20px;
}
body.home .home-panel-1 {
  background-image: url(img/home-main-xs.jpg);
  background-size: cover;
  height: 410px;
  padding-top: 160px;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  background-color: #d1d1d1;
  /*padding-bottom: 50px;*/
  text-align: center;
}
@media (min-width: 768px) {
  body.home .home-panel-1 {
    background-image: url(img/home-main-sm.jpg);
    background-size: cover;
    height: 646px;
    padding-top: 300px;
  }
}
@media (min-width: 992px) {
  body.home .home-panel-1 {
    background-size: cover;
  }
}
body.home .home-panel-1 p {
  color: #1b3846;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.home .home-panel-1 p {
    font-size: 22px;
    line-height: 26px;
    padding: 0 60px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  body.home .home-panel-1 p {
    font-size: 26px;
    line-height: 32px;
  }
}
body.home .home-panel-1 .btn-cta {
  font-weight: 100;
  padding: 14px 35px;
}
body.home .home-panel-2 {
  background-color: #0c5e82;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  body.home .home-panel-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body.home .home-panel-2 h2 {
  color: #fff;
  margin-bottom: 20px;
}
body.home .home-panel-2 a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
body.home .home-panel-2 a:hover {
  text-decoration: underline;
}
body.home .home-panel-2 img {
  width: 150px;
  height: 150px;
  margin: 0 auto 10px auto;
}
@media (min-width: 768px) {
  body.home .home-panel-2 img {
    float: left;
    margin: 0 20px 40px 0;
  }
}
body.home .home-panel-2 .feature-text {
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  body.home .home-panel-2 .feature-text {
    margin: 0;
  }
}
@media (min-width: 992px) {
  body.home .home-panel-2 .feature-text {
    display: inline;
  }
}
body.home .home-panel-2 .feature-text p {
  color: #fff;
  display: block;
}
body.home .home-panel-2 .feature-text p.cta {
  line-height: 10px;
  margin-bottom: 8px;
}
body.home .home-panel-2 .feature-1 {
  border-bottom: 1px solid #d9f1f4;
  padding-bottom: 20px;
}
body.home .home-panel-2 .feature-2 {
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 0;
}
@media (min-width: 768px) {
  body.home .home-panel-2 .feature-2 {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  body.home .home-panel-2 .feature-1 {
    border-bottom: 0;
    border-right: 1px solid #d9f1f4;
  }
}
body.home .home-panel-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 768px) {
  body.home .home-panel-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  body.home .home-panel-3 {
    padding-top: auto;
  }
  body.home .home-panel-3 .row > div:last-of-type {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  body.home .home-panel-3 {
    padding-left: 0;
    padding-right: 0;
  }
  body.home .home-panel-3 .row > div {
    padding-left: 30px;
    border-right: 1px solid #bcbcbc;
  }
  body.home .home-panel-3 .row > div:first-of-type {
    padding-left: 0;
  }
  body.home .home-panel-3 .row > div:last-of-type {
    border-right: 0;
    margin-top: 0;
  }
}
body.home .home-panel-3 img {
  max-width: 250px;
  float: left;
  margin: 0 20px 0 0;
  padding-bottom: 120px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.home .home-panel-3 img {
    padding-bottom: 0;
  }
}
body.home .home-panel-3 h3 {
  color: #098595;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  body.home .home-panel-3 h3 {
    margin-bottom: 20px;
  }
}
body.home .home-panel-3 a.cta {
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body.home .home-panel-3 a.cta {
    font-size: 20px;
  }
}
body.home .home-panel-3 a.home-cta {
  font-size: 16px;
  text-decoration: none;
}
@media (min-width: 768px) {
  body.home .home-panel-3 a.home-cta {
    font-size: 20px;
  }
}
body.home .home-panel-3 a.home-cta span.cta {
  text-transform: uppercase;
  text-decoration: underline;
}
body.home .home-panel-3 a.home-cta span.cta:hover {
  text-decoration: none;
}
body.home .home-panel-4 {
  background-color: #d9f1f4;
}
body.home .home-panel-4 .big-quotes {
  position: relative;
  background-color: #d9f1f4;
  padding: 30px 100px;
  margin: 40px 0;
  text-align: center;
  min-height: 130px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  body.home .home-panel-4 .big-quotes {
    padding: 30px 190px;
    min-height: 200px;
    font-size: 24px;
    line-height: 34px;
  }
}
body.home .home-panel-4 .big-quotes:before {
  content: ' ';
  display: inline-block;
  background-image: url(img/quotes-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 60px;
  width: 60px;
  top: 20px;
  left: 10px;
}
@media (min-width: 768px) {
  body.home .home-panel-4 .big-quotes:before {
    height: 118px;
    width: 170px;
    top: 25px;
    left: 0;
  }
}
body.home .home-panel-4 .big-quotes:after {
  content: ' ';
  display: inline-block;
  background-image: url(img/quotes-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 60px;
  width: 60px;
  top: 20px;
  right: 10px;
}
@media (min-width: 768px) {
  body.home .home-panel-4 .big-quotes:after {
    height: 118px;
    width: 170px;
    top: 25px;
    right: 0;
  }
}
body.home .home-panel-5 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  body.home .home-panel-5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
body.home .home-panel-5 h3 {
  display: block;
  text-align: center;
}
body.home .home-panel-5 #tech-carousel {
  margin-top: 50px;
  text-align: center;
  padding: 0 40px;
}
@media (min-width: 768px) {
  body.home .home-panel-5 #tech-carousel {
    padding: 0;
  }
}
body.home .home-panel-5 #tech-carousel .slick-slide {
  min-height: 92px;
  padding-top: 15px;
  margin-right: 20px;
}
body.home .home-panel-5 #tech-carousel .slick-slide img {
  display: inline-block;
}
body.home .home-panel-5 #tech-carousel .slick-prev:before {
  content: ' ';
  display: inline-block;
  background-image: url(img/page-left-on.png);
  height: 44px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
body.home .home-panel-5 #tech-carousel .slick-next:before {
  content: ' ';
  display: inline-block;
  background-image: url(img/page-right-on.png);
  height: 44px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
body.home .home-panel-5 #tech-carousel img {
  display: inline-block;
  margin-right: 20px;
}
body.home .home-panel-5 #tech-carousel img:last-of-type {
  margin-right: 0;
}
@media (min-width: 768px) {
  .page-header-search {
    margin: 40px 0 20px;
  }
}
.search-tools {
  border-top: 1px solid #bcbcbc;
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .search-tools {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .search-tools {
    margin-bottom: 40px;
  }
}
.search-tools #blog-filter-cat {
  height: 36px;
  width: 100%;
  border: 1px solid #bcbcbc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.search-tools .search-form {
  margin-right: 0;
}
.blog-post-list .list-post {
  margin-bottom: 40px;
}
.blog-post-list .list-post .post_content {
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .blog-post-list .list-post .post_content {
    padding: 20px 40px;
  }
}
.blog-post-list .list-post.sticky .post_content {
  background-color: #d9f1f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog-post-list .post-image {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.blog-post-list .post-author {
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}
.blog-post-list .post-date {
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px;
}
.blog-post-list .post-title a {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  margin-bottom: 30px;
}
.blog-post-list .list-post-excerpt {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 30px;
  border-bottom: 1px solid #bcbcbc;
}
.blog-post-list .list-post-excerpt .more-link {
  display: none;
}
.blog-post-list .list-social {
  position: relative;
  margin: 20px 0 70px 0;
  text-align: center;
}
.blog-post-list .list-social > span {
  display: inline-block;
  float: left;
}
.blog-post-list .list-social .blog-share:hover {
  cursor: pointer;
}
.blog-post-list .list-social .addtoany_shortcode {
  display: none;
  background-color: #fff;
  position: absolute;
  border: 1px solid #ccc;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 7px;
  padding: 14px 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .blog-post-list .list-social .addtoany_shortcode {
    width: 300px;
    padding: 20px;
    left: -14px;
    right: auto;
  }
}
.blog-post-list .list-social .addtoany_shortcode:after,
.blog-post-list .list-social .addtoany_shortcode:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.blog-post-list .list-social .addtoany_shortcode:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.blog-post-list .list-social .addtoany_shortcode:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 11px;
  margin-left: -11px;
}
.blog-post-list .list-social .addtoany_shortcode .a2a_kit {
  padding: 0 10px;
  display: inline-block;
}
@media (min-width: 768px) {
  .blog-post-list .list-social .addtoany_shortcode .a2a_kit {
    padding: 0 20px;
  }
}
.blog-post-list .list-social .addtoany_shortcode .a2a_kit a {
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 14px;
}
.blog-post-list .list-social .addtoany_shortcode .a2a_kit a.a2a_button_email {
  margin-right: 0px;
}
.blog-post-list .list-social .addtoany_shortcode a.addtoany_share_save {
  display: none;
}
.blog-post-list .list-social .addtoany_shortcode a.addtoany_share_save > span {
  display: none;
}
.blog-post-list .social-sites {
  display: none;
}
.blog-post-list .list-likes {
  width: 29%;
}
.blog-post-list .list-share {
  width: 39%;
}
@media (min-width: 992px) {
  .blog-post-list .list-share {
    width: 31%;
  }
}
.blog-post-list .list-comments {
  margin-top: 1px;
  font-size: 12px;
  width: 29%;
}
@media (min-width: 992px) {
  .blog-post-list .list-comments {
    width: 39%;
  }
}
.blog-post-list .list-comments .fa {
  font-size: 18px;
}
.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper li .arrow-right {
  text-indent: -9999px;
}
.pagination-wrapper li .arrow-right:before {
  content: ' ';
  display: inline-block;
  background-image: url(img/page-right-on.png);
  height: 26px;
  width: 26px;
  background-size: contain;
  background-repeat: no-repeat;
}
.pagination-wrapper li .arrow-left {
  text-indent: -9999px;
}
.pagination-wrapper li .arrow-left:before {
  content: ' ';
  display: inline-block;
  background-image: url(img/page-left-on.png);
  height: 26px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
}
.pagination-wrapper li.active a {
  color: #bcbcbc;
}
.pagination-wrapper li.disabled .arrow-right:before {
  background-image: url(img/page-right-off.png);
}
.pagination-wrapper li.disabled .arrow-left:before {
  background-image: url(img/page-left-off.png);
}
.pagination-wrapper li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  border: 0;
}
.pagination-wrapper .pagination > .active > a,
.pagination-wrapper .pagination > .active > span,
.pagination-wrapper .pagination > .active > a:hover,
.pagination-wrapper .pagination > .active > span:hover,
.pagination-wrapper .pagination > .active > a:focus,
.pagination-wrapper .pagination > .active > span:focus {
  background-color: #fff;
  border: none;
  color: #029eb3;
}
body.single > header {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}
body.single header .navbar ul.navbar-nav li.nav-item-blog a {
  color: #333;
}
body.single > .container {
  margin-top: 60px;
}
@media (min-width: 768px) {
  body.single > .container {
    margin-top: 170px;
  }
}
body.single.admin-bar > .container {
  margin-top: 30px;
}
@media (min-width: 768px) {
  body.single.admin-bar > .container {
    margin-top: 130px;
  }
}
@media (min-width: 992px) {
  body.single #main article,
  body.single .comments-wrapper {
    padding: 0 30px 10px 100px;
  }
}
body.single .site-header {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  body.single .site-header {
    margin-bottom: 100px;
  }
}
body.single .single-title {
  font-size: 36px;
  line-height: 32px;
  margin: 0 0 10px 0;
  padding: 0;
}
body.single .meta {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  padding: 0;
}
body.single .post_content {
  margin-bottom: 20px;
}
body.single .post_content .featured-image {
  margin-bottom: 20px;
}
body.single .post_content h1 {
  font-size: 30px;
  line-height: 30px;
  margin: 10px 0 20px;
}
body.single .post_content h2 {
  font-size: 28px;
  line-height: 28px;
  margin: 10px 0 20px;
}
body.single .post_content h3 {
  font-size: 24px;
  line-height: 24px;
  margin: 10px 0 20px;
}
body.single .post_content h4 {
  font-size: 20px;
  line-height: 20px;
  margin: 10px 0 20px;
}
body.single .post_content p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 15px;
}
body.single .post_content pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em;
}
body.single .post_content caption {
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 20px;
}
body.single .post_content blockquote {
  position: relative;
  background-color: #d9f1f4;
  padding: 30px 80px;
  margin: 40px 0;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  min-height: 180px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 768px) {
  body.single .post_content blockquote {
    padding: 30px 160px;
    min-height: 200px;
  }
}
body.single .post_content blockquote:before {
  content: ' ';
  display: inline-block;
  background-image: url(img/quotes-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 60px;
  width: 60px;
  top: 20px;
  left: 10px;
}
@media (min-width: 768px) {
  body.single .post_content blockquote:before {
    height: 118px;
    width: 136px;
    top: 25px;
    left: 20px;
  }
}
body.single .post_content blockquote:after {
  content: ' ';
  display: inline-block;
  background-image: url(img/quotes-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 60px;
  width: 60px;
  top: 20px;
  right: 10px;
}
@media (min-width: 768px) {
  body.single .post_content blockquote:after {
    height: 118px;
    width: 136px;
    top: 75px;
    right: 20px;
  }
}
body.single footer {
  margin-bottom: 20px;
}
body.single .content-right h4 {
  font-weight: 400;
}
body.single #comments {
  font-size: 22px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
}
body.single .commentlist {
  margin-bottom: 50px;
}
body.single .comment-text h4 {
  font-size: 20px;
}
.content-right {
  margin-top: 10px;
}
.content-right > div {
  margin-bottom: 40px;
}
.content-right .widget {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.content-right .widget.quote {
  background-color: #d9f1f4;
  padding: 20px;
}
.content-right h4 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
}
.content-right ul {
  list-style: none;
  padding-left: 0px;
}
.content-right ul li.cat-item {
  font-size: 17px;
  line-height: 20px;
  margin-right: 6px;
  margin-bottom: 20px;
}
.content-right ul li.cat-item-1 {
  display: none;
}
.content-right .input-group .form-control {
  z-index: 0;
}
.content-right ul.post-list > li {
  display: block;
  margin-bottom: 10px;
  min-height: 110px;
  overflow: hidden;
}
.content-right ul.post-list img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
}
.content-right ul.post-list a.post-title {
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-bottom: 3px;
  padding-top: 24px;
}
.content-right ul.post-list .post-date {
  display: block;
  font-size: 11px;
}
.post_content .hbspt-form {
  margin-bottom: 20px;
}
.post_content .hbspt-form fieldset {
  max-width: 100%;
}
.post_content .hbspt-form label {
  font-weight: 400;
}
.post_content .hbspt-form .field {
  margin-bottom: 20px;
}
.post_content .hbspt-form .field input {
  padding: 5px 10px;
  width: 90%;
  border: 1px solid #bcbcbc;
}
.post_content .hbspt-form .field select {
  width: 90%;
}
.post_content .hbspt-form textarea {
  min-height: 120px;
  border: 1px solid #bcbcbc;
}
.post_content .hbspt-form .hs_biggest_devops_challenges textarea {
  height: 60px!important;
  min-height: 60px;
}
.post_content .hbspt-form .hs_contact_message textarea {
  height: 200px!important;
  min-height: 200px;
}
.post_content .hbspt-form ul,
.post_content .hbspt-form ol {
  list-style: none;
  padding-left: 0;
}
.post_content .hbspt-form ul li span,
.post_content .hbspt-form ol li span {
  margin-left: 12px;
}
@media (min-width: 992px) {
  .post_content .hbspt-form ul li,
  .post_content .hbspt-form ol li {
    display: inline-block;
    width: 50%;
  }
}
.post_content .hbspt-form .hs-button {
  background-color: #029eb3;
  text-transform: uppercase;
  border: none;
  font-size: 14px;
  padding: 12px 50px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 768px) {
  .post_content .hbspt-form .hs-button {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (min-width: 768px) {
  #main {
    padding-left: 0;
    padding-right: 0;
  }
}
#main article {
  margin-bottom: 0;
  padding: 0;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.container-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.row-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
@media (max-width: 767px) {
  .slick-slide img {
    width: 150px;
  }
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('fonts/slick.eot');
  src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -36px;
  top: 44px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -32px;
  top: 44px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/* Wrapper */
.sl-wrapper a {
  border-bottom: 0 !important;
  text-decoration: none !important;
}
.sl-button {
  padding: 0.375em 0.625em;
  font-size: 1em;
  line-height: 1;
  font-weight: normal;
}
/* Colors */
a.liked {
  color: #da1b1b;
}
a.liked:hover,
a.liked:active,
a.liked:focus {
  color: #666666;
}
a.liked span.sl-count,
.sl-count {
  color: #666666;
}
/* Icon */
.sl-icon {
  margin-right: 0.3125em;
  font-family: 'Arial Unicode MS', Arial, sans-serif;
  vertical-align: middle;
}
.sl-icon svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
}
.sl-icon svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* Count */
.sl-count {
  font-size: 0.625em;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
}
/* Loader */
.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -0.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: .375em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
.sl-icon {
  color: #333333;
}
.sl-wrapper {
  padding: 10px;
  z-index: 1000;
}
/* Additions by Kristin */
.row {margin: auto!important;}
body.page-id-26 section .container {max-width: 950px!important;}
body.parent-pageid-24 h1 {text-align: left;}
div.hs_recaptcha {float: left;}
div.hs_submit {float: right;}
li.menu-item {margin-bottom: 5px;}
div.case-studies-about {position: relative;float:right; width:20%; padding:1em; margin: 0 3em 1em 2em; border: 1px solid #029eb3; border-radius: 5px;}
div.floating-About {position:absolute;top:-25px;left:5px;background:#fff;color: #acd8de;display: block;font-weight: 100; font-size: 2em;}
div.case-studies-about p {font-style: italic;font-size: .9em!important;}
body {font-size: 1.5em!important;}
body.home .header-text {font-size: 1.8em!important;line-height:1.2em!important;}
body.home .home-panel-1 {height: auto!important;padding-bottom:0!important;}
body.home .home-panel-2 {clear: both;}
div.case-studies-about-p {width:68%;float: left;}
div.case-studies-about.bitpusher {padding:1em;float: right;border: 0px;font-style: normal;}
h2.case-studies-h2 {clear:left;}
#main article footer {float: left;}
div.fp-ip {display:block;}
header .form-wrapper {display: none;}
body.page-template-page-full-width-rows .page-header h1 {text-align: left;padding-left:160px;}
body.page-template-page-full-width .page-header h1 {text-align: left;padding-left:0px;}
body.parent-pageid-24 .page-header h1 {font-size: 28px;}
body.parent-pageid-24 .page-header {margin: 40px 0 20px;}

@media (max-width: 991px) {
	div.case-studies-about {width:100%;margin:1em 0 1em 0;padding: 1em;}
	div.case-studies-about img {min-width: 30% !important;width: 30% !important;}
	div.case-studies-about-p {width:100%;float: left;}
	}
@media (max-width: 767px) {
	body.page-template-page-full-width-rows .page-header h1 {text-align: left;padding-left:0px;}
	body.home .header-text {font-size: 1.3em!important;}
	body.home .home-panel-1 {padding-top:190px!important;}
	body.home .home-panel-3 img {display:inline!important;padding:0;float:none;margin:005px0;}
	div.fp-ip {float:right;}
	body.home .home-panel-3 .col-xs-12 {text-align:center;}
	body.home .col-xs-12.col-sm-6.feature-1,
	body.home .col-xs-12.col-sm-6.feature-2 {text-align: center; padding-left: 15px;}
	body.home .col-xs-12.col-sm-6.feature-1 img,
	body.home .col-xs-12.col-sm-6.feature-2 img {margin: 0 0 10px 0;display: inline;}
	body.home div.feature-text {text-align:center;}
	}
@media (min-width: 768px) and (max-width: 991px) {
  header .navbar ul.navbar-nav li {font-size: 12px;}
	header .navbar ul.navbar-nav li a {padding-bottom: 0;}
	body.page-template-page-full-width .page-header {
    margin: 60px 0 40px;
}
	body.parent-pageid-24 .page-header h1 {
		font-size: 28px;
	}